Quote:
Originally Posted by Logician
Full list of what exactly? The conditionals that you can build up is endless, they can not be restricted to a list. If you are looking for samples of this endless list (generally most used), you can find them in the hack threads of my relevant hacks (Webtemplates 2.x for vb2.x, Advanced Templates w/Conditionals hack for vb2.x, Dynamic Forum Home Announcement hack for vb2.x, Dynamic Forum Home Announcement hack for vb3.x)
Besides the conditionals you can use with this hack is not much different than the default conditionals of vb3. It is just the syntax that matters. So Vb 3 syntax is:
<if condition="$bbuserinfo[userid]==1">
if userid is 1, show this
</if>
my syntax is:
[[($bbuserinfo[userid]==1)]]
if userid is 1, show this
[[/($bbuserinfo[userid]==1)]]
as you can see the conditional here is same ($bbuserinfo[userid]==1), it is just the syntax that differs.
|
Well I guess your pop up hack was nice becuase it had so many conditional examples. I thought you would make a full text list so users could move forward.