| vBulletin code and variable in photopost
Dear Support,
In a vBulletin template I use following code to display extra fields generated by vBulleting, now I want this information (about the users photography skills) to display on the showphoto template in PhotoPost.
I know where I want this to disply on the site and the location in the template, but the code does not work properly, should it be converted to work with PhotoPost? Can you please, please help me to convert this code to work with PhotoPost? Thank you in advance for you help.
G. Diepeveen
The code:
<!-- Start toevoeging niveau van de fotograaf -->
<br /><div class="niveau2">Fotografie niveau:<div class="niveau">
<if condition="$post[field7]==0">niet opgegeven</if>
<if condition="$post[field7]==1">Beginner</if>
<if condition="$post[field7]==2">Gevorderde</if>
<if condition="$post[field7]==4">Gevorderd Deskundige</if>
<if condition="$post[field7]==8">Professioneel</if>
<if condition="$post[field7]==16">Ervaren Deskundige</if>
</div></div>
<!-- End toevoeging niveau van de fotograaf -->
|