Another spelling error is on Line 33 of Showthread.php :
Code:
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
$templatesused.= "posbit_privtxt";
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
Replace with
Code:
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
$templatesused.= "postbit_privtxt";
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
I'm currently trying to get the Private Text box to work...
~~~~~~~~~~~~~~~~~~~~~~~~~~
Newreply.php (Line 3):
Code:
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
$templatesused.= "privtext_error_missingfields,privtext_error_usernoexist,privtext_error_userself,privtext_error_toolong,privtext_redirect_thanks,newreply_privtxt";
// +++++++ Private Text Hack [ g-force2k2 ] +++++++