![]() |
Quote:
|
Anthony, I just did a clean install of vB, latest version, installed your MOD, and still getting the lines. Also, when a warning is issued and the PM sent, two messages show as being in the users inbox, but there is just the one message. After reading the message, it shows that there is still one unread message in the inbox.
|
Quote:
|
Any idea why when issuing a warning and the subsequent email why two messages show as being in the users inbox, but there is just the one message; and then after reading the message, it shows that there is still one unread message in the inbox.
|
Quote:
[SQL]UPDATE user SET pmunread = pmunread - 1 WHERE userid = YOURUSERID[/SQL] Of course, replace YOURUSERID with the actual userid. |
Would I have to do this with every user ID? Mine, and each of the test users that I have set up? And then all other user ID's thereafter?
By the way Anthony, I fixed the lines problem. Don't ask me how; I did something that did fix it. Have you been able to fix the other problem? |
Ran the query with my user id "1" and got the following:
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 |
Quote:
Quote:
|
I am sorry if my intelligence level is well below yours. But thanks for the additional help and hopefully this is the last time I need to ask you for any help.
|
Quote:
|
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. |
Are you sure that fantasyf_vb is the correct prefix used in your database? Double check config.php.
|
Actually, it is fantasyf_forums. So i then change it and run
UPDATE fantasyf_forums_vbuser SET pmunread = pmunread - 1 WHERE userid = 1 And get An error occurred while attempting to execute your query. The following information was returned. error number: 1146 error desc: Table 'fantasyf_forums.fantasyf_forums_vbuser' doesn't exist Boy I'm lost. |
Try this:
UPDATE fantasyf_forumsuser SET pmunread = pmunread - 1 WHERE userid = 1 There is no '_' between prefix and actual table name. So, your table names for queries are written like this: PREFIXNAME_OF_TABLE If table name is user, and prefix is helloworld, then in a query, you would write: helloworlduser |
Now get
An error occurred while attempting to execute your query. The following information was returned. error number: 1146 error desc: Table 'fantasyf_forums.fantasyf_forumsuser' doesn't exist I don't want to waste your time with this, but is this something you're still trying to figure out on your end? |
Also tried
UPDATE fantasyf_forums_userid SET pmunread = pmunread - 1 WHERE userid = 1 And get an error. |
No, I am not trying to figure this out because I cannot without seeing the contents of your config.php file.
|
Fatal error: Call to undefined function: fetch_ws_level() in /usr/local/apache/htdocs/forum/warn.php on line 195
when i try to issue a warning for a user, any ideas? and also the warn_import.php file still links to your site asking for a license key and doesnt allow continue. |
That's cool that you released for free based on other mods like this and vB's included feature.
Now I just wish I could get that battle system for my graphics site. ;) |
Quote:
|
it is imported and plugins are enabled.
thanks for the new import file. |
Quote:
|
i had a few, it seems there was an issue with an exclude forum plugin i got from here that i no longer use. Thank you, it seems to be fixed now.
|
I asked Psionic Vision to make a german translation of this fine addon and he agreed. Here it is (see attachment):
|
Thanks for sharing. You have been listed as a supporter of this hack.
|
I just created a new thread @ vbhacks-germany.org for this nice mod.
|
When selecting the link "Warning History for User", did you intend for the results to open in a new window?
|
Quote:
|
Figured as such; was just curious. Any idea about how to remedy the duplicate PM sent issue?
|
i also have an issue of the page loading really slowly when i post a warning, it takes anywhere from 1min to 5 min. is there something i should look for?
|
Quote:
|
All times are GMT. The time now is 01:34 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:
|