The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Not to show infractions?
Hi there,
I'm running vB 3.8.4 and I would like to know if is possible not to show infractions to my users. They get angry when they receive an infraction but on the other and, to me it's a great tool to know how many infractions has every user. Is there some way for sending an infraction without showing it to the infractor? Thanks. |
#2
|
|||
|
|||
you could try this one works ok for me
Code:
https://vborg.vbsupport.ru/showthread.php?t=187397 |
#3
|
|||
|
|||
Thanks, Dingo.
The problem is that this hack shows the infractions but It's a good starting point. Thank you very much. |
#4
|
||||
|
||||
What pages are you trying to not show the infractions on? The profile? Which one? Put a condition around it to only show it to your mods.
|
#5
|
|||
|
|||
Hi Lynne,
The card that appears in the thread and in the user's profile. How can I do what you say? Thanks. |
#6
|
||||
|
||||
If you only want Mods to see it, you'd just do something like:
HTML Code:
<if condition="is_member_of($bbuserinfo, 5, 6, 7)"> stuff only for users of group 5, 6, and 7 to see </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|