ThatGreenAlien
10-10-2013, 09:51 PM
Hi. If an announcement is either global or specific to one forum, it will only show up as "Announcement:" in the forum display. What would be the correct conditional to make global announcements say "Global Announcement:" instead? I tried the following:
<vb:if condition="$show['global']">
However this did not work. Any advice?
<vb:if condition="$show['global']">
However this did not work. Any advice?