Did you create the "LUM_UserDiscussionHide" table using the sql.sql I've included and mentioned to you above? The error message you're getting tells you that you have not create the "LUM_UserDiscussionHide" table yet. Simply insert this table into your forum database: CREATE TABLE `LUM_UserDiscussionHide` ( `UserID` int(10) NOT NULL default '0', `DiscussionID` int(8) NOT NULL default '0', PRIMARY KEY (`UserID`,`DiscussionID`) );
sorry, i didn't see any instructions to create that.
now when trying to delete i get this error:
Fatal error: Using $this when not in object context in /home/.lock/circuitron2/www.copsandrobbers.net/messageboard/extensions/PrivateMessages/default.php on line 724
Sorry, I forgot to mention that I've modified that add-on to better suit my needs. So I've moved the "Send Private Message" from the "Accounts Options" which didn't make sense to me to under "Private Messages". My apology and try to download this version and see if it's any good.
i meant the link in the sidebar of the account profile page. it used to send a PM to that user. now the link doesn't feature the username, so you have to type it in yourself, which is obviously less convenient.
i can change this in the file myself, but it would be nice to have it included in the code so i don't have to do it when i upgrade.
i am still getting the error described above, by the way: Private Messages 1.1 # 131... although delete DOES seem to work anyway...
I'm not sure why you're getting that error, the only thing I can tell you is to disable it and delete the "LUM_UserDiscussionHide" table then create it again and enable the add-on. Also, try to change the permission to 777.
hi!
has anybody an idea how to stop the private messages extension from increasing the "Discussions Started" and "Comments Added" values from the profile page?
thanks :)
I'm getting a "Optionen" below "Sent Mail" on the sidebar..... when clicked, takes me to "account.php?PostBackAction=Functionality"
Any assistance with this?
For some reason, the private messages don't go directly to the person you addressed them to. They seem to go to an "in box" that everyone can see. What am I doing wrong?
Yikes! I tried to use the version posted by sjeeps above but it crashed my entire forum. A "Delete" function would be nice - and also making the "sent items" work properly.
Functionality requested from my users includes: 1) Ability to delete PMs from the Inbox page 2) Integration with WYSIWYG editor (I tried the hack mentioned earlier in this thread to FCKeditor's default.php and it simply returned an error) 3) A pop-up window (or some other means) notification that a new PM exists when a user logs into the forum, as well as proper functioning of "notify via email" which is still flaky at best 4) Proper sorting of messages in the inbox/sent items, or simply eliminate the "sent items" link since it is non-functional
Everyone loves the extension otherwise, just needs a few final touches. Thank you and I look forward to version 1.2 (or 2.0?)
dyohn...
- you can delete PMs from the inbox page, although a checkbox may be useful as i have 130 to plough through!
- the sent items link could probably be easily removed, i will have to have a look into it.
i agree that better notification is still needed. an easy way to do this would be to change the styling of the <li>, so as well as saying "1 new message", it also highlighted it in a different colour. i will look into this later.
Comments
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •The delete function was added by jehul and you can download it here
P.S.
Included the sql file (sql.sql)
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •does this include all of bshultze's fixes too?
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •rror Message
An error occurred while retrieving Discussion information.
Affected Elements
PrivateMessages.GetDiscussionCount();
The error occurred on or near: Table 'copsandrobbers.LUM_UserDiscussionHide' doesn't exist
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •The error message you're getting tells you that you have not create the "LUM_UserDiscussionHide" table yet.
Simply insert this table into your forum database:
CREATE TABLE `LUM_UserDiscussionHide` (
`UserID` int(10) NOT NULL default '0',
`DiscussionID` int(8) NOT NULL default '0',
PRIMARY KEY (`UserID`,`DiscussionID`)
);
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •now when trying to delete i get this error:
Fatal error: Using $this when not in object context in /home/.lock/circuitron2/www.copsandrobbers.net/messageboard/extensions/PrivateMessages/default.php on line 724- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •in the user profile, the send message link has changed from this
/extension.php?PostBackAction=PrivateMessages&View=SendMessage&SendTo={username}
to
/extension.php?PostBackAction=PrivateMessages&View=SendMessage
which is obviously not as useful
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •My apology and try to download this version and see if it's any good.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •i meant the link in the sidebar of the account profile page. it used to send a PM to that user. now the link doesn't feature the username, so you have to type it in yourself, which is obviously less convenient.
i can change this in the file myself, but it would be nice to have it included in the code so i don't have to do it when i upgrade.
i am still getting the error described above, by the way: Private Messages 1.1 # 131... although delete DOES seem to work anyway...
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •edit: not very au fait with PHP, but does this help? http://www.webmaster-talk.com/php-forum/43174-fatal-error-using-when-not-object.html
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Hopefully search engines aren't indexing your PM's...
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •I'd still like friendly URLs to work though - it's just much friendlier giving people human-readable URLs instead of something with a ? and = in it.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Functionality requested from my users includes:
1) Ability to delete PMs from the Inbox page
2) Integration with WYSIWYG editor (I tried the hack mentioned earlier in this thread to FCKeditor's default.php and it simply returned an error)
3) A pop-up window (or some other means) notification that a new PM exists when a user logs into the forum, as well as proper functioning of "notify via email" which is still flaky at best
4) Proper sorting of messages in the inbox/sent items, or simply eliminate the "sent items" link since it is non-functional
Everyone loves the extension otherwise, just needs a few final touches. Thank you and I look forward to version 1.2 (or 2.0?)
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •