News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

including smilies to reviewcom

Started by borru, February 18, 2005, 02:10:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

borru

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?

Joachim Müller

to accomplish what? What do you mean by "not working"? What error message do you get? Link?

Joachim

borru

i dont get an error message.
it just doesent show smilies somehow.

Tranz

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?

Joachim Müller