I think I may have an answer to my problem-- our website guy wanted the LUM_User table renamed to just User. Is it possible that Private_Messages is looking for LUM_User and just letting access go ahead?
Another question-- Where in the DB does private messages restirct the users? I noticed that my LUM_*Whisper table's are empty, and so are the WhipserfromLast and WhispetoLastID in LUM_Discussion is null.
EDIT: So my whispers was disabled, and I guess this is the problem. Does Vanilla enable whispers by default?
EDIT 2: No dice. Whispers enabled, but still not seeing the whisper information enter the tables.
But I saw some adjustments here and there are some linkages ready and adjusted, but for the process ..
ok , I'm added in the databases this table : CREATE TABLE `LUM_UserDiscussionHide` ( `UserID` int(10) NOT NULL default '0', `DiscussionID` int(8) NOT NULL default '0', PRIMARY KEY (`UserID`,`DiscussionID`) );
AppleApps, that link to the updated default.php file does not appear to be working...? Have another link for it? Or perhaps just the modified bits of code to the default.php file in order to make this happen?
I'd love to make this work as intended, in the tab atop the forum.
My users are getting confused because PM's show the first recipient in a PM exchange as the username in the first field. So if the PM's were sent to you originally, your inbox shows a list of PM's with only your username on the left hand column list, not the person you are exchanging it them with.
Is there a way to get the field to show both parties' usernames?
For me, the version Private Message v1.1 is not working with latest vanilla. It stops working as soon as you remove all the roles from "Category" assign for private messages.