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 |
#442
|
|||
|
|||
Any idea if using the old kill_warns.php will be a problem?
|
#443
|
|||
|
|||
Phrases will not work you could try enabling debuginfo in that file
find PHP Code:
PHP Code:
|
#444
|
|||
|
|||
Quote:
Thanks. I went to try that with the current kill_warns.php and now it works. :dunno: |
#445
|
|||
|
|||
I get this error when handing out a warning causing a ban
Quote:
|
#446
|
|||
|
|||
Quote:
Welcome ـــــــــــــــــــــــــــــــــــ I do all that but nothing happened if you notes in my last post I say . when the user use censored words in their PMs The automatic warnings do ok and it band this user That is namely I do all this conditions ــــــــــــــــــــــــ 1) a warning type called 'ObsceneWords' 2) the "post related warning" must be set to auto 3)you must have some censored words in vbulletin options 4)last but not least you must enable this feature ـــــــــــــــــ And I enable this feature ـــــــــــــــــــــ Use Automatic Warnings from Posts?If set to Yes, the system will automatically issue warnings to users, who are caught to use censored words in their posts. To use this, you HAVE to define an Automatic Warner (see below) and also you have to define a Warning Type called 'ObsceneWords'. If you do not do these, unexpected results can occur. ــــــــــــــــــــــــــــــــــــــــــــــــــ ــــــــ |
#447
|
|||
|
|||
Quote:
|
#448
|
|||
|
|||
quick and dirty workaround
/includes/functions_warning.php find PHP Code:
PHP Code:
PHP Code:
PHP Code:
the pm still won't be sended but at least now the error messageis gone |
#449
|
||||
|
||||
I don't seem to see the buttons on the form like in the example; I just see links. How can I change that easily? Or can I change it easily to an icon instead of the words "Add note for Pantalaimon" "Warn Pantalaimon" "View Pantalaimon's warnings"
|
#450
|
|||
|
|||
Yes i noticed that to if you switch it to text it shows fine switch it again to buttons and they will show up (if you have the corrosponding warningtypes) Icons well i'm not a graphial artiest and i wouldn't have a idea how to make an image that passes the user username ? it must be possible with GD i think but i wouldn't know how
|
#451
|
|||
|
|||
I gad an issue withe this MEMBERINFO template edit, how can I fix this?
Code:
Find the following Text in Template MEMBERINFO
--------------------------------------------------------------------------------
<if condition="$show['profilepic']">
--------------------------------------------------------------------------------
Above that, insert the following Text
--------------------------------------------------------------------------------
<td style="border-bottom:1px solid $stylevar[tborder_bgcolor]" align="$stylevar[right]" nowrap="nowrap">
<div class="smallfont">
<b>User ID :</b> $userinfo[userid]<br />
<if condition="$showpoints==1">
<if condition="$userinfo[alerts]>0">
<font color="#ff0000">
<phrase 1="$userinfo[alerts]">$vbphrase[aws_alerts_member_profile]</phrase><BR>
<font color="#000000">
</if>
<if condition="$userinfo[warns]>0">
<font color="#ff0000">
<phrase 1="$userinfo[warns]">$vbphrase[aws_warnings_member_profile]</phrase><BR>
<font color="#000000">
</if>
<if condition="$userinfo[warning_level]>0">
<font color="#ff0000">
<phrase 1="$userinfo[warning_level]">$vbphrase[aws_warninglevel_member_profile]</phrase><BR>
<font color="#000000">
</if>
<if condition="$userinfo[warning_bans]>0">
<font color="#ff0000">
<phrase 1="$userinfo[warning_bans]">$vbphrase[aws_warningbans_member_profile]</phrase><BR>
<font color="#000000">
</if>
</if>
</td>
--------------------------------------------------------------------------------
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|