![]() |
Quote:
Quote:
Quote:
Now, thank you for being so nice to post in my thread, GoTTi, and have a nice day. :) |
Anthony, I still think this MOD is an awesome hack and would pay a nominal fee should you decide to start charging for it. I was only pointing out something that may have been a bug, and fortunately for this hack, and after I figured something out, was not one. It's the 'master coders' that make this, and all other hacks, possible for us 'members' to download and learn from, so maybe give us the respect that we usually give to you all. I hope I'm not sounding attacking; I'm just being appreciative of the work that you coders do for this community.
|
Quote:
|
Still can't figure out the double PM problem. Any help would be greatly appreciated Anthony, but no hurry. Thanks.
|
Quote:
|
When I (as the admin) issue a warning to a test user, I select the private message option to send a private message to the user receiving the warning. Then I log out as admin, log in as test user, and there are two messages that show as being in the inbox, but when going to the inbox, there is only one. Also, after deleting the one message, one message still shows as being in the inbox. Before running this test, I cleared all messages out of the test users inbox.
|
Please do what I said here:
https://vborg.vbsupport.ru/showpost....5&postcount=45 But do replace "user" with YOUR TABLE PREFIXuser |
Have tried
UPDATE user SET pmunread = pmunread - 1 WHERE userid = fantasyf_vbuser And still get An error occurred while attempting to execute your query. The following information was returned. error number: 1146 error desc: Table 'fantasyf_forums.user' doesn't exist Sorry if I am missing something so basic when it comes to ruuning queries. My database prefix is fantasy_f and my table prefix is vb. |
You replaced the wrong thing. It should be:
UPDATE fantasyf_vbuser SET pmunread = pmunread - 1 WHERE userid = INSERT_YOUR_USERID_HERE |
Did
UPDATE fantasyf_vbuser SET pmunread = pmunread - 1 WHERE userid = 1 And get vBulletin Message An error occurred while attempting to execute your query. The following information was returned. error number: 1146 error desc: Table 'fantasyf_forums.fantasyf_vbuser' doesn't exist Am I still missing something? Sorry for my inexperience. |
All times are GMT. The time now is 01:22 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|