Quote:
Originally Posted by snakes1100
postbit & postbit_legacy, there is a difference and it depends on what postbit style your using, if the user info is on the left hand side of the post, that is postbit_legacy and changes need to be made to it, not the postibt template, postbit is for user info across the top of a post.
|
Thanks, I got it working , with postbit legacy.
There is still just one more issue though, the age doesn't want to show...
HTML Code:
<if condition="$prepared['birthday']">
<dt class="shade">$vbphrase[birth_date]</dt>
<dd>$prepared[birthday] <if condition="$prepared['age']">($prepared[age])</if></dd>
<else /><if condition="$prepared['age']">
<dt class="shade">$vbphrase[age]</dt>
<dd>$prepared[age]</dd>
</if></if>
HTML Code:
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
I tried adding both of these 2 , and none worked...
When I went to a post of mine, it didn't show, and I have set a date of birth, and chosen to allow everyone to view my DoB...
I don't know what't wrong...