The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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 |
|
#2
|
||||
|
||||
|
Perhaps
HTML Code:
<if condition="$thread['postuserid'] == x"> stuff </if> |
|
#3
|
||||
|
||||
|
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. |
![]() |
|
|