View Full Version : Tachy Goes To Coventry
calvin.krause
04-20-2004, 11:48 PM
I really like how this feature replaces the users post with "The administrator has decided that USER should be quiet for a while." I only wish that I could allow all of my registered users to see this message. Maybe there is a way to do this with permissions? I looked around, but couldn't find anything that applied to the Coventry option.
calvin.krause
04-21-2004, 03:53 AM
I looked around a little more and tried some stuff, and i'm pretty sure this can't happen without a hack. I'd love for someone to prove me wrong though, or code a hack!!
calvin.krause
04-21-2004, 04:15 AM
does this information in the includes/functions_showthread.php file mean anything in regards to what I am trying to do?
// hide users in Coventry from non-staff members
if ($tachyuser = in_coventry($post['userid']) AND !can_moderate($thread['forumid']))
{
return;
}
$counter ++;
exec_switch_bg();
$post = array_merge($post, convert_bits_to_array($post['options'], $_USEROPTIONS));
if (!$vboptions['allowthreadedmode'])
{
$threadedmode = 0;
}
Hamma
04-26-2004, 09:57 PM
I would like to do this as well
calvin.krause
05-06-2004, 03:13 AM
any news on this??
Hamma
05-07-2004, 02:48 PM
Guess nobody wants this hehe
calvin.krause
05-15-2004, 01:35 AM
Guess nobody wants this hehe
Alas... It would be so cool.
I would even be willing to pay handsomly for this feature, if that motivates anyone...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.