this is what im trying to do
Code:
<vb:if condition="{vb:raw vboptions.ewset_announcement_on}">
but something isent right.
i could make it through a php, but would prefer direct check like this.
any suggestions ?
--------------- Added [DATE]1265662803[/DATE] at [TIME]1265662803[/TIME] ---------------
omfg, why is it when i make a thread about something I ALMOST ALways find the ansver
5 mins later myself...
dammit..
solution
Code:
<vb:if condition="$vboptions['ewset_announcement_on']">
it works