The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Advanced Warning System 3.6.7 Details »» | ||||||||||||||||||||||||||
Advaned Warning System
This is a port of aws and i release this with permission...(yes i did ask the original author) This version of the warning includes
This version will also require vbulletin 3.6.x to run.If you run 3.5.x or any other release then 3.6.x you will see a message. This system is tested for a long time and i believe it's stable enough for a public release HOWEVER since this is a major hack and i'm just human please consider this first public run still as "beta" instructions ow howto install can be found in the docs directory within the zip statistics
A problem has been found where no link is provided to view your own warnings(normal users) in the member profile only i fixed this.To get the fix you will need to reedit your "MEMBERINFO" template and reimport product-aws.xml (set allow overwrite to yes) 15-9-2006 I moved the cron jobs from the install/uinstall code to the product file. version check url now uses https://vborg.vbsupport.ru/misc.php?...rsion&t=124477 to upgrade read upgrade.txt in the docs directory 24-9-2006 a product depency whas added the system will no longer install on PHP 5 (in response to continued error reports on that PHP version) to report a possible bug please go the system bugtracker here you can use the folowwing account username:bugreporter password:awsbug no need to register yourself 30-11-2006 People on PHP 5 can follow this instructions to avoid the PHP version related error message BUT remember you are on your own if you do this.I won't upgrade my PHP until PHP 5 is there main stable release (www.php.net) 1-1-2007 A bug has been reported in the system.This bug whas causing vbulletin to throw an error when you try to use admincp => users=> add a new user Quote:
Edit plugin "AWS:warn link in usermanager" and replace all code with this PHP Code:
Another Bug is fixed This release includes a fix for the problem "call to member function on a non object class_dm_user.php)" when you try to add a new user manaually (after submitting the form) Supporters / CoAuthors Show Your Support
|
Comments |
#522
|
|||
|
|||
Installed. Works great so far, after I managed to figure out things.
But it should be noticed that the install instructions are a mess and a little misguiding in the modification of templates. A couple of times it instructs you replace part of a text code that it had instructed you to add before. Then one time it tells you to search for a text code that is slightly different on 3.6.8. Sorry that I didn't take note of the exact details. Too little sleep and too much work load this week. Thank You |
#523
|
|||
|
|||
When I updated to the newest version, it flushed my templates away.
However, in my old templates, I made it so that all users could view warnings and their comments. Unfortunately, I wasn't the one who coded that part, and the person is no longer around. Is it possible to revert back to before I installed this, or can you provide me with a code to allow ALL users to view warning details and not just Warnings on postbit? |
#524
|
|||
|
|||
Quote:
|
#525
|
|||
|
|||
Quote:
|
#526
|
|||
|
|||
the warn_view... templates
HTML Code:
<if condition="is_member_of($bbuserinfo, 5) OR is_member_of($bbuserinfo, 6) OR is_member_of($bbuserinfo, 7)">
5=supermods 6= administrators 7 = mods be carefull when removing / editing those lines you do not remove this line on the delete function because you don't want anybody being able to mark warnings as being inactive do you ? |
#527
|
|||
|
|||
getting an SQL error when trying to modify a user.
MySQL Error : Unknown column 'warn_notes' in 'field list' Had look through the thread but cant see a fix posted for that yet. |
#528
|
|||
|
|||
thx a lot man
|
#529
|
|||
|
|||
Quote:
ALTER TABLE user ADD warn_notes SMALLINT DEFAULT '0'; [/SQL] keep table prefixes in mind if you have one for example if you table table prefix is "vb" the query becomes [SQL] ALTER TABLE vb_user ADD warn_notes SMALLINT DEFAULT '0'; [/SQL] |
#530
|
|||
|
|||
well, i update this scripts and i face this error and get time by time error
Database error in vBulletin 3.6.8: Invalid SQL: SELECT w.*, wt.*, u.* FROM vb_warnings w LEFT JOIN vb_warningype wt ON(wt.warningtypeid = w.warned_warning_id) LEFT JOIN vb_user u ON(u.userid = w.warned_user) WHERE warned_status = 'L'; MySQL Error : Table 'ibp.vb_warningype' doesn't exist Error Number : 1146 Date : Friday, November 2nd 2007 @ 07:59:35 AM Script : http://www.xxxxxx-xxxx.com/vb/cron.php?rand=860392 Referrer : http://www.xxxx-xxxxx.com/vb/forumdisplay.php?f=19 IP Address : 58.186.205.61 Username : Unregistered Classname : vb_database |
#531
|
|||
|
|||
I've installed a completely clean board. Everything is fine until I warn someone :
This post is a duplicate of a post that you have posted in the last five minutes. You will be redirected to that thread. I think the problem lies within the add-on and not anything else, because there simply isn't anything else. =\ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|