okay Sho im really really sorry ;\ i just overlook such easy things... last fix i promise... just make these two edits...
open showthread.php
find:
PHP Code:
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
if(!$getperms['canviewprivtxt']) {
$viewprivtxt=0;
}
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
and replace that with:
PHP Code:
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
if($getperms['canviewprivtxt']) {
$viewprivtxt=1;
}
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
it appears twice... and i swear... no joking it'll work
g-force2k2