The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Simple Instant Ban
Should be a simple hack, it would consist of small 5 x 5 sized (maybe larger) gifs or icons that would go under every persons username in the postbit template, each one would have a different action, one would be IP Ban, Username Ban, Rate Limit and maybe others
good idea i think |
#2
|
|||
|
|||
ooooh, a Quick ban of sorts? I like it!
also, make it viewable to admin only MGM out |
#3
|
||||
|
||||
Templates to Edit: (1) postbit or postbit_lagacy(depending on which you use)
Find: Code:
<if condition="$post['userid']"> <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr> </if> Code:
<if condition="$post[usergroupid]!=6 AND can_moderate($forum[forumid], '', $bbuserinfo[userid])"> <tr><td class="vbmenu_option"><span onmouseover="this.style.cursor='hand';" onClick="window.open('modcp/banning.php?do=banuser&userid=$post[userid]','ban','width=500,height=350,scrollbars=yes')"><b>Ban or Suspend $post[username]</b></span></td></tr> <tr><td class="vbmenu_option"><span onmouseover="this.style.cursor='hand';" onClick="window.open('modcp/banning.php?do=liftban&userid=$post[userid]','liftban','width=500,height=350,scrollbars=yes')"><b>Lift Ban on $post[username]</b></span></td></tr> </if> |
#4
|
||||
|
||||
thanks worked great
|
#5
|
|||
|
|||
great idea
|
#6
|
||||
|
||||
We use the same thing - but have a larger list of options
|
#7
|
||||
|
||||
We had one where hitting hte button would even delete them from the db and do a prune of all thier posts. Was great for the real trouble makers way back when.
|
#8
|
|||
|
|||
Quote:
|
#9
|
|||
|
|||
Works quite well!!
Thanks |
#10
|
||||
|
||||
This should not belong in this forum, since this is for vB 2.x hacks - and this is a vB 3.x template mod.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|