including smilies to reviewcom including smilies to reviewcom
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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