not working with images and not with /images and not with ./images
This from my OP:
PHP Code:
<img src="images/header/$bbuserinfo[field5].png" border="0" alt="$vboptions[bbtitle]" />
Is working without dot or slash.. Mustbe other Error
--------------- Added [DATE]1319338172[/DATE] at [TIME]1319338172[/TIME] ---------------
some thing is wrong with that line:
PHP Code:
<if condition="empty($bbuserinfo[field5])">
if i change this line to:
PHP Code:
<if condition="$bbuserinfo[field5]">
Than the Images is Display 2x times
--------------- Added [DATE]1319338408[/DATE] at [TIME]1319338408[/TIME] ---------------
hmm
Can i use this:
<if condition="$bbuserinfo['fieldX'] == empty">
or
<if condition="$bbuserinfo['fieldX'] == 0">
or
<if condition="$bbuserinfo['fieldX'] == null">
or
<if condition="!empty($bbuserinfo[field5])">
or...