1. i put require('include/init.inc.php');
if ($CONFIG['enable_smilies']) include("include/smilies.inc.php");
on line 22-23
then i put $msg_body = nl2br(process_smilies($tableb));
on line 112
and it aint working.
where did i go wrong?
to accomplish what? What do you mean by "not working"? What error message do you get? Link?
Joachim
i dont get an error message.
it (http://m-farm.c-f-h.com/vaatakom.php) just doesent show smilies somehow.
I figured how to do it in 1.4 but it's different in 1.3
However, tableh2 is a css class so you can't just do it that way. The variable to work with is $msg_txt
@dev team, would it be ok to add ability to show smilies in reviewcom.php in 1.4?
yes, won't hurt imo...
Joachim