Tim there's two changes that you need to make...
A)
open admin/usergroup.php
find:
PHP Code:
$cannviewprivtxt
it should be:
B)
open showthread.php
find:
PHP Code:
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
if($getperms['canviewprivtxt']) {
$viewprivtxt=1;
}
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
should find it twice and replace them both with:
PHP Code:
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
if($getperms['canviewprivtxt']) {
$viewprivtxt=1;
}
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
I await to hear good news from you too Tim
g-force2k2