Quote:
Originally Posted by j1mmy
Thanks. This is how I am putting the code in, but the Occupation starts on the same line as the Education:
Code:
<strong>Education & Occupation</strong><br />
Education: $post[field11]
Occupation: $post[field14]
Do I need to wrap them in div tags as is done with the vB default ones?
|
You need to use <BR /> to make a new line in html. A div would do it too I think.
Quote:
--------------- Added [DATE]1319977871[/DATE] at [TIME]1319977871[/TIME] ---------------
Also, I've noticed that as I allow unregistered users to post on my board, their post count comes up as n/a. How can I do the same with the custom fields? How can I get them to also show n/a when a guest posts? At the moment its blank.
|
You can do this:
Code:
<if condition="$show['member']">code for member<else />code for guest</if>