Log in

View Full Version : Looking for template condtional for thread starter id


paintballer.ie
11-19-2009, 03:48 PM
Hi there,

I am looking for a conditional to show something like the following.

<if>thread starter ID is this, then show this code

else

thread starter ID is, then show this code''
</if>

Basically I have two admins and I want to show two different banners in the post bit depending on who created a topic.

If any one can advise me, that would be great.

Regards,
Richie

Lynne
11-19-2009, 05:05 PM
Perhaps
<if condition="$thread['postuserid'] == x">
stuff
</if>

paintballer.ie
11-19-2009, 10:15 PM
Thanks for that Lynne,

I opened a vb.com support ticket and I was told no such conditional existed and that I needed to ask for a code modification here.

It works just the way I need it. Thanks again.