The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#17
|
||||
|
||||
![]()
I do have a problem where an exclamation point in the Notification PM is not being parsed correctly.
|
#18
|
|||
|
|||
![]() Quote:
Code:
<a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'>Warn $post[musername]</a> ? <a href='Warn.php?do=ViewWarnings&id=$post[userid]'>View $post[musername]'s Warnings</a> <if condition="$show['postcount']">? #<a Code:
<if condition="$bbuserinfo['usergroupid'] == '6'"><a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'>Warn $post[musername]</a> ? <a href='Warn.php?do=ViewWarnings&id=$post[userid]'>View $post[musername]'s Warnings</a> ?</if> <if condition="$show['postcount']"> #<a |
#19
|
||||
|
||||
![]()
How can I allow multiple usergroups, Administrators, Moderators, and Super Moderators?
|
#20
|
||||
|
||||
![]()
just guessing but try this
HTML Code:
<if condition="$post[usergroupid]!=6 AND can_moderate($forum[forumid], '', $bbuserinfo[userid])"><a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'>Warn $post[musername]</a> ? <a href='Warn.php?do=ViewWarnings&id=$post[userid]'>View $post[musername]'s Warnings</a> ?</if> |
#21
|
||||
|
||||
![]()
sounds good, any screenshots?
|
#22
|
||||
|
||||
![]()
Error on Pm input? Then you have modified the table structure, but no worries, that can be, shall we say, rectified
Find: PHP Code:
PHP Code:
As for unbanning, it only unbans those "auto" banned by the system, and running the unbaned users only unbans those past the time lmit specified when they were banned - Zero Tolerance |
#23
|
||||
|
||||
![]()
Ok i've attached some screenies to my first post (right below the first post) to keep you all happy.
![]() |
#24
|
||||
|
||||
![]()
Cool, I'll install this tonight and tell you my results.
Oook, I tested this on my test dumby and it works great and all, buuuuut, one small thing. He doesn't get auto banned. I might of missed something, but once it reaches 5, it stays at five and test (my dumby account) can still post and everything. EDIT: Ok, I fixed that problem. The thing is usergroup 8 were my RPG Moderators so they were being moved there. I edited warn.php. PHP Code:
Now, when I click the unban button... they don't move them back to the registered group. |
#25
|
|||
|
|||
![]()
My only Problem, is that Only Admins and Moderators can view the user warnings. I want tha all the users to see it, and all other users (no admin or moderators) are getting the No permission screen :squareeyed:
Help please ! |
#26
|
|||
|
|||
![]()
Very nice hack!
A good addition might be if you put in two values. E.g. 5 Warnings -> user is banned for 14 days and ~15 Warnings -> User is permanently banned. |
#27
|
||||
|
||||
![]() Quote:
yeh thats a great idea ie after 5 warnings they get a temporary ban and after 10 warnings a permenant ban thats an excellent idea |
#28
|
|||
|
|||
![]()
Having the warnings viewable by the user (all) would make this into an awesome hack for me. Thanks for your coding!
|
#29
|
|||
|
|||
![]()
is there a way to display the warning level to all users in the postbit and profile?
|
#31
|
||||
|
||||
![]()
If you want members to be able to view others warnings, please make this edit within Warn.php
Find: PHP Code:
PHP Code:
Var for warning level in posts? PHP Code:
Nice suggestions so far, ill include them in version 1.5, keep em coming - Zero Tolerance |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|