including smilies to reviewcom including smilies to reviewcom
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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