Okay... I'm thinking the problem is coming from this hack's redefining "hasaccessmask"
Prior to installing this hack, 'hasaccessmask' reads:
Code:
'hasaccessmask' => 8192,
This hack redefines it:
Code:
'hasaccessmask' => 16384,
"Allow groups to view titles" uses the access masks feature to decide whether it will or won't display the thread contents, and I'm guessing that redefining hasaccessmask is causing the conflict.
This hack is using 8192 for the new 'txtmsgonpm'. Can 'txtmsgonpm' be redefined to the 16384 or some other number, so that 'hassaccessmask' can remain 8192?
~ Mark