The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
"Smith" Warning System Details »» | |||||||||||||||||||||||||
I no longer support my hacks. Please feel free to update them and release new versions elsewhere as long as I get the credit for the original modification.
/*================================================= =====================*\ || "Smith" Warning System || || Author : Anton Kanevsky || Co-Author(s) : Mr_Devlin (German Translation) || Works on : vBulletin 3.5 / 3.6 || Released : Nov 25, 2006 || || Time required to install: 1 minute || Difficulty: easy \*================================================ ======================*/ DESCRIPTION Have you been running into troublesome users ever since you have began administering your bulletin board? Have you been forced into banning these users because there was no other way to prevent them from wreaking havoc in your community? Look no further. "Smith" Warning System is a professional solution that features a system of warning points as an alternative to an immediate ban. A must-have tool for a serious administrator. STATISTICS File Uploads: 1 Template Changes: 5 Products to Install: 1 FEATURES
VERSION HISTORY 1.3.1 Corrected a postbit_legacy template bug. 1.3.0 The first free release that is officially cross-compatible with both vBulletin 3.5 and 3.6. 1.2.2 [F] Corrected a licensing issue. [F] Corrected a cron bug, which caused an sql error. [F] Changed behavior of "Can View ___ Warnings" permission to cover the warning level displayed in posts. 1.2.1 [+] Reputation Points Option was removed from vBulletin Options. Instead, Reputation Effect can now be defined per Warning Type and even per Warning. [+] Reputation-Based Self-Revokation Capability: Each warning can be set to allow the end user to buy the warning out in exchange for a certain amount of reputation points. [+] Feature to enable creation of warning information threads in a specific forum. [+] More detailed and better formatted usernotes and notifications. 1.1.0 [+] Ability to Issue Verbal Warnings [+] Ability to Define a Fake Warner [+] Automatic Usernotes Creation [+] Warned Posts May Not Be Modified by the Author [+] More sophisticated who's online handler [+] Warning sign on warned posts 1.0.0 Introductory Release INTRODUCTION This hack includes a cron, which you do not need to manually add to your cron manager. The cron is added automatically for you once you install the product XML. If you wish to import your warning data from another warning system, upload warn_import.php from ./do_not_upload/ to ./admincp/ and run it from your browser. The installation manual is contained within the attached file. IF YOU LIKE MY HACK, PLEASE CLICK INSTALL Supporters / CoAuthors Show Your Support
|
Comments |
#52
|
|||
|
|||
Quote:
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:
Now, thank you for being so nice to post in my thread, GoTTi, and have a nice day. |
#53
|
|||
|
|||
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.
|
#54
|
|||
|
|||
Quote:
|
#55
|
|||
|
|||
Still can't figure out the double PM problem. Any help would be greatly appreciated Anthony, but no hurry. Thanks.
|
#56
|
|||
|
|||
What are the steps required to reproduce the problem?
|
#57
|
|||
|
|||
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.
|
#58
|
|||
|
|||
Please do what I said here:
https://vborg.vbsupport.ru/showpost....5&postcount=45 But do replace "user" with YOUR TABLE PREFIXuser |
#59
|
|||
|
|||
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. |
#60
|
|||
|
|||
You replaced the wrong thing. It should be:
UPDATE fantasyf_vbuser SET pmunread = pmunread - 1 WHERE userid = INSERT_YOUR_USERID_HERE |
#61
|
|||
|
|||
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|