The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to disallow all but ADMIN from seeing Tachy'ed posts?
I've put some users in Tachy/Global ignore mode and a few of my super moderators got a case of the guilts, because now the Tachy'ed are starting to post complaints that they are being ignored. Bless my mods hearts, they feel sorry for the tachy.
Is there a way to turn off the ability to view the tachy post to everyone but the site admin (me only) so I'm the only one who has to deal with the "guilt" ? :devious: |
#2
|
|||
|
|||
that feature should have been done that way in the first place.
What's the point of seeing a 'blocked' message by someone... if they're the sort of dip++++ that ends up on these ignore list, then people probably imagine them saying something worse than they're actually saying. it would be best to hide the post altogether. |
#3
|
||||
|
||||
Yeah - what u can do is edit the postbit_ignore_global template and enclose the ENTIRE contents of the template with a conditional...
Code:
<if condition="($bbuserinfo[usergroupid]==6)"> ..... contents of the template ...... </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|