The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Warning System, Automatic Ban, Make Posts Invisible, Edit Signature/ Avatar/ Picture Details »» | |||||||||||||||||||||||||||
Warning System, Automatic Ban, Make Posts Invisible, Edit Signature/ Avatar/ Picture
Developer Last Online: May 2013
Warning System, Automatic Ban, Make Posts Invisible, Edit Signature/ Avatar/ Picture - Version 1.1
Okay, this is my private forum's custom warning/ suspension/ banning system and postbit moderator system. This is a fairly involved hack, so it is crucial that you follow the instructions closely. It would benefit experienced hackers the most. The following instructions are for an unhacked board. If you have hacked your board, or use different moderator usergroups, just make the appropriate changes. With this hack, your staff and you will be able to: 1) Add/ Substract/ Reset Warning Points for a Member from a Popup Window in Postbit. 2) When the Member has Warning Points that reach a set level (up to you), the Member will be Automatically Banned. 3) Easily View a Member's Warning Points in the Postbit. 4) Have the ability to easily Edit a Member's Avatar/ Profile Pic/ Sig/ Reputation comments from a Popup Window in Postbit. 5) Suspend temporarily or Ban permanently a Member from a Popup Window in Postbit. 6) Have 2 categories of Banned Members - ..... a) Normal Banned members where the posts all remain, and ..... b) Troll Banned members, where all the posts in this usergroup .......... i) Automatically becomes Invisible from all other members! You no longer have to manually search and delete their posts. They virtually disappear from your forums when they get put in this usergroup. Also, Troll Banned members get .......... ii) Fake 404 errors and can no longer access your site. Please be aware that this hack is designed for my private forums. If you want additional features, or customization, you have permission to do this yourself. Please do not expect me to customize this hack for your site. FWIW, I've had this system running for 2 years now (obviously with different code). Time for me to share... The installation instructions are in the HTML file in the ZIP file below. The warn.php is also in the ZIP file. Screenshots: 1. Options available with the dropdown menu for staff. https://vborg.vbsupport.ru/attachmen...chmentid=15463 2. Popup window from postbit to warn members. https://vborg.vbsupport.ru/attachmen...chmentid=15466 3. Popup window from postbit to suspend or ban members. https://vborg.vbsupport.ru/attachmen...chmentid=15465 4. Popup window from postbit to edit signature. https://vborg.vbsupport.ru/attachmen...chmentid=15468 5. Popup window from postbit to edit avatar. https://vborg.vbsupport.ru/attachmen...chmentid=15469 NOTE: You can also edit profile pictures, reputation comments, etc. but I can't be bothered making screenshots of all the features. Enjoy! With Erwin's Permision I've made an HTL Version of this hack. HTL version (thanks to Dan) here: Attached FilesWarning_System_Automatic_Ban_Make_Posts_Invisible_ Edit_Signature_Avatar.htl Normal version here: Show Your Support
|
Comments |
#32
|
||||
|
||||
ah ok, i was just asking nice job, i wont be adding it to my live boards till down the road, but very nice work
|
#33
|
|||
|
|||
One question i have..
I tried logging in as one of my moderators, and they now have this option in ALL the forums, even the ones they're not moderator of, how can i prevent this? I know it's all useroptions, but because of my forum setup i'd need them to be able to do this only to the users that visit the forums they're moderating. |
#34
|
|||
|
|||
Quote:
UPDATE userfield SET field# = 0; (replace field# with the custom profilefield for warning points) |
#35
|
||||
|
||||
Installed except it doesn't seem to work when i add to users warning points?
|
#36
|
||||
|
||||
Solved the problem with adding an auto refresh to post, as it was updating just needed to be refreshed :P.
Ignore previous post |
#37
|
||||
|
||||
Quote:
Great hack, Erwin. |
#38
|
||||
|
||||
lol my only question is why wasn't it made a standard :P
|
#39
|
||||
|
||||
simply amazing, will install once vb goes gold
|
#40
|
||||
|
||||
Quick modification I made, if anyone is interested:
In POSTBIT (or POSTBIT_LEGACY) template - Replace: HTML Code:
<if condition="($bbuserinfo[usergroupid]==5 || $bbuserinfo[usergroupid]==6 || $bbuserinfo[usergroupid]==7)">
HTML Code:
<if condition="$post[usergroupid]!=6 AND can_moderate($forum[forumid], '', $bbuserinfo[userid])">
|
#41
|
|||
|
|||
Quote:
nice addition well done rob |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|