vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - "Smith" Warning System (https://vborg.vbsupport.ru/showthread.php?t=132131)

akanevsky 11-23-2006 12:40 AM

Quote:

Originally Posted by Junkie (Post 1123344)
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.

I apologize if the post sounded offensive, but honestly - does it require a great level of intelligence to figure out that a coder in his right mind (and I consider myself one) would most likely not post a hack with a bug as obvious as fourty eight or something <hr>'s that don't make any sense. Would he?

Quote:

Originally Posted by GoTTi (Post 1123350)
give him a week.

I am not sure what exactly are you implying here, but if you mean that this hack will soon become commercial, then I'll point out specifically for you the following quote from the FAQ in the second post:

Quote:

Q: Why did this become a free product?
A: Seeing how there are plenty of alternative solutions that seem to satisfy users despite the fact they are full of bugs as well as the fact that vBulletin 3.6.0 has a warning system of its own, we decided that there is no point in having this hack as a commercial product anymore
Which means that this hack has been commercial and now it is no more.
Now, thank you for being so nice to post in my thread, GoTTi, and have a nice day. :)

NFLfbJunkie 11-23-2006 01:13 AM

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.

akanevsky 11-23-2006 11:34 AM

Quote:

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.
Hmm, thanks for positive feedback. Now I feel bad for being rude in the first place. Have you been able to eliminate the appeareance of incorrect unread messages count? And I'll probably post a fix for the postbit later today.

NFLfbJunkie 11-23-2006 02:13 PM

Still can't figure out the double PM problem. Any help would be greatly appreciated Anthony, but no hurry. Thanks.

akanevsky 11-23-2006 02:46 PM

Quote:

Originally Posted by Junkie (Post 1123664)
Still can't figure out the double PM problem. Any help would be greatly appreciated Anthony, but no hurry. Thanks.

What are the steps required to reproduce the problem?

NFLfbJunkie 11-23-2006 03:02 PM

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.

akanevsky 11-23-2006 03:04 PM

Please do what I said here:
https://vborg.vbsupport.ru/showpost....5&postcount=45
But do replace "user" with YOUR TABLE PREFIXuser

NFLfbJunkie 11-23-2006 05:47 PM

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.

akanevsky 11-23-2006 05:51 PM

You replaced the wrong thing. It should be:
UPDATE fantasyf_vbuser SET pmunread = pmunread - 1 WHERE userid = INSERT_YOUR_USERID_HERE

NFLfbJunkie 11-23-2006 05:56 PM

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
  • Page Generation 0.01308 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete