Log in

View Full Version : Not to show infractions?


Desesperao
09-22-2009, 10:06 PM
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.

Dingo14
09-23-2009, 04:51 AM
you could try this one works ok for me

https://vborg.vbsupport.ru/showthread.php?t=187397

Desesperao
09-30-2009, 08:15 PM
Thanks, Dingo.

The problem is that this hack shows the infractions but It's a good starting point.

Thank you very much.

Lynne
09-30-2009, 08:23 PM
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.

Desesperao
09-30-2009, 08:37 PM
Hi Lynne,

The card that appears in the thread and in the user's profile.

How can I do what you say?

Thanks.

Lynne
09-30-2009, 09:43 PM
If you only want Mods to see it, you'd just do something like:
<if condition="is_member_of($bbuserinfo, 5, 6, 7)">
stuff only for users of group 5, 6, and 7 to see
</if>