Okay... I'm thinking the problem is coming from "text on pm" redefining "hasaccessmask"
Prior to installing that hack, 'hasaccessmask' reads:
Code:
'hasaccessmask' => 8192,
That hack redefines it:
Code:
'hasaccessmask' => 16384,
If I'm not mistaken, "Allow groups to view titles" also uses the access masks feature, and I'm guessing that redefining hasaccessmask is causing the conflict.
That hack is using 8192 for a new permission: 'txtmsgonpm'. Can 'txtmsgonpm' be redefined to the 16384 or some other number, so that 'hassaccessmask' can remain 8192? Alternatively, is there a way to allow 'hasaccessmask' to be redefined and still work for this hack?
~ Mark