PDA

View Full Version : Postbit Help...Problem


ms55555
05-15-2008, 12:08 PM
I am trying to add custom stuff to postbit , like gender for instance.
I used that: https://vborg.vbsupport.ru/showthread.php?t=117973
It doesn't show in the postbit...
Also, there is one more problem. No matter what changes I might do to the postbit template, they don't show up (for instance the mood mod)
The age doesn't show there as well...
What do you think that can cause those problems ?
The only stuff that show there are :
Join Date:
Location:
Posts:
Rep Power:
I tried deleting the location thing from the postbit to check if it would visually change, but it was stil showing up.
It seems that no matter what changes I do to that template , they don't work...
(note that I didn't seem to have that problem when I was on vB3.6 some time ago)

snakes1100
05-15-2008, 12:20 PM
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.

ms55555
05-15-2008, 10:25 PM
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...
<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>
<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...

veenuisthebest
05-15-2008, 10:30 PM
to display age.... remove all the editing you made (for age)

Go to admincp->vbulletin options->Thread Display Options (showthread)->scroll down->Check Display Age in Post Elements