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 |
#392
|
|||
|
|||
when you warn a user the moderator comments field must contain whatever you have defined as minium comment length
|
#393
|
|||
|
|||
Iam still waiting Delphiprogrammi
|
#394
|
|||
|
|||
1)The redirection error is fixed
2)if a user disabled to receive pm's an email will be send instead 3)i have checked a dozen times and i just did again only moderators and up and the user who whas warned(remember permissions) can see warning details did you edited the templates correctly ? |
#395
|
||||
|
||||
Quote:
This is how it looks when i try to warn a member, i've done all the updates. I've attached a screenshot, for you to see. I'll try re-installing it if you donno what's up. |
#396
|
|||
|
|||
Quote:
that will restore the field |
#397
|
||||
|
||||
Oh... my bad, thanks. This worked like a charm
|
#398
|
|||
|
|||
thanks for your help, actually iam familiar with AWS from ages, I upgraded to vb3.6.7 last week and I was working with 3.0.x for a while and installed AWS, and not upgraded my vBulletin version until I get your port of the original hack.
Any way, let me continue debuging with u (Iam computer engineer ) 1- now kill alert cron job works without errors. 2- Iam not testing remove warning yet. 3- Iam sure I put view warning for mgm not all, and my test account have permission to view warning as you suggest, for template Iam sure from my installation, and no way to mistake because viewing warnings page installed with product not just manual editing. I checked the Warn.php file and find the error for no permissin page Code:
if($_GET['do'] != 'viewmywarnings') { if(!can_moderate()) { print_no_permission(); } } and I will repeate, in showthread page, the user who warned can see how many warning, alerts, .... for all users which reply in the same page, and if the thread destributed on alot of pages he can see that information only in the page that get warning in the post he out in it, or maybe that happend because he is the starter of the thread !! 4- for error message when give warning for a user, I remove one errors by let private messages in my board have no character limit (It was 1600 character) and I think you have to look on this case. but the other one still remains, because some users can't use PM yet (less than 10 posts) and I dont want to use email feature, because in old version it sends the email of the warner and I don't to let my users to know the personals emails of my staff. |
#399
|
|||
|
|||
I solved one problem
Code:
if($_GET['do'] != 'viewmywarnings') { if(!can_moderate()) { print_no_permission(); } } |
#400
|
|||
|
|||
I tried removing warning and redirect works ok.
now I can say the problem of seeing other users warnings exist because the user is the starter of the thread and get warning in it !!! (but only in the first page of the thread) another point when give a user warning we missed warning level in "Current warnings info:" I think it is important to be there. again for errors when give a warning with pm, the old version of this hack was ignored pm lenght and if the user can read pm |
#401
|
|||
|
|||
I uploaded the updated plugin and now have two "Warnings > View Your Warnings" showing in my quick links menu.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|