PDA

View Full Version : check whether thread has tags


Raphaelx
08-14-2011, 05:09 PM
Hi,
I want to check whether a thread has tags or not and show a message on showthread template if there a no tags set.

sth like

<vb:if condition="$tag_list">
show tags
<vb:else />
show message
</vb:if>

any suggestions?


thanks!

kh99
08-14-2011, 05:13 PM
Try

<vb:if condition="$thread['taglist']">

Raphaelx
08-14-2011, 05:23 PM
thanks bro :) worked just fine