View Full Version : Automatic Thread Move...
lordofgun
06-24-2002, 02:35 AM
There are a few posters who regularly post crap on our boards by starting a thread that doesn't belong there. I don't want to ban them outright, but...
Is there any way to create a hack that will automatically move threads started by a certain user to a designated forum immediately upon them posting it?
Thanks in advance!
Logician
06-24-2002, 07:34 AM
I think this is a bit pointless but here is your hack anyway: :)
Edit newthread.php, find
$permissions=getpermissions($forumid);
if (!$permissions[canview] or !$permissions[canpostnew]) {
show_nopermission();
}
Before that add:
if ($bbuserinfo[userid]==X) {$forumid=Y;}
Almax
02-26-2003, 02:21 PM
can u put a time limit on this like after x amount of days ?
filburt1
02-26-2003, 02:30 PM
You could just use access masks instead of hacking...
Almax
02-26-2003, 02:42 PM
filburt1 your knowledge of vb is beyond mine ;) explain please :p
amykhar
02-26-2003, 05:07 PM
Almax, put the problem users in their own group. Give them posting rights only in the forum that you want them posting in and give them read rights in the other forums.
Amy
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.