View Full Version : Show Thread Enhancements - Hide banned user's post
faisaly.com
03-01-2012, 04:57 PM
Works great using vb4.1.3... I changed the message a little for more my own reasons using an image i made specifically for one of my sites...
http://i633.photobucket.com/albums/uu53/mansonklan/2012-03-01_131245.jpg
Very simple:
$my_banned_ids = array(8);/* Banned usergroup ids */
if (THIS_SCRIPT == 'showthread') {
if (isset($post['usergroupid']) && in_array($post['usergroupid'], $my_banned_ids)) {
$post['title'] = 'User is banned';
$post['message'] = '<img src="/images/Your image Here">';
}
}
Upload your image to forum root and put the location of image where its marked red above...
jluerken
03-02-2012, 09:37 AM
vBulletin has an option to delete all users threads after you banned him so why an extra addon? What can the addon do what cannot be done with vbulletin already?
faisaly.com
03-03-2012, 06:17 PM
Must have missed that option... tell us where it is... and also I used this so I could add an image... Banned users love to see an image LOL...
One Touch Ban & Clean-up will do this but its a mod not an option built into vBulletin...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.