PDA

View Full Version : Conditional based on tags


tpearl5
02-28-2009, 06:12 PM
Anyone know of a way to do this?

<if condition="in_array('TAG', array($threadinfo['taglist']))">stuff</if>

Doesn't seem to work.

Lynne
02-28-2009, 07:19 PM
You probably need to explode the taglist first. You'll need to add a plugin to do that since it is php. (google "explode php")

tpearl5
02-28-2009, 09:26 PM
hrm - I think I get it