I am unable to find a vb option that would allow me to show red/yellow card infraction info to guests. For our forum, I'd like to be able to highlight posts that we disagree with so that visitors don't necessarily get the wrong impression as to what is acceptable and what isn't.
PHP Code:
<vb:if condition="$show['redcard']">
...works great if the person is logged in, but doesn't show otherwise. Any suggestions?
Thanks!