PDA

View Full Version : "If is first post" within memberaction_dropdown template.


StarBuG
01-24-2012, 05:01 PM
Hi

I need the condition <vb:if condition="$post['isfirstshown']">something</vb:if> to work in the template memberaction_dropdown.

Can anyone help me with this?

Thanks

StarBuG

kh99
01-24-2012, 05:03 PM
Try

<vb:if condition="$memberinfo['isfirstshown']">something</vb:if>

StarBuG
01-24-2012, 05:13 PM
That worked, thanks :)