Hi,
Thanks for the reply
However, it doesn't seem to be working :'(
I have;
field: $bbuserinfo[field14] <br>
..which prints;
The code looks like;
<if condition="$bbuserinfo[field14] == 'Yes'">
... in "navbar".
Do I need to do anything special to load the user options?
Also, may be pushing my luck here <G>
Can anyone point me in the right direction, so I can do something like this with the nav bar;
<if condition=IS_TOP>
... show one type of code
</if>
<if condition=IS_BOTTOM>
... show another type of code
</if>
Basically, I want to try and put 2 different codes on each page. One for the top navbar, and the other for the bottom one.
TIA
Andy