The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 : Quote:
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) |
#2
|
|||
|
|||
![]()
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.
|
#3
|
|||
|
|||
![]() Quote:
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> 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... |
#4
|
||||
|
||||
![]()
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 |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|