Quote:
Yesterday at 10:54 PM Boofo said this in Post #65
Smoothie, try changing this:
PHP Code:
mustreadtext='$mustreadtext'
to this in the forum.php:
PHP Code:
mustreadtext='".addslashes($mustreadtext)."'
and let me know what happens. Also take this code out from the code above before you test this.
PHP Code:
$mustreadtext = addslashes($foruminfo[mustreadtext]);
|
If I use your code, I can add a must read in the admin cp for a forum that has a ' character. But when i click on new thread, the must read contains no text. If I change only the first code in forum.php, it works, but I get this: haven/t instead of haven't.