The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Questions
Hi,
How can i show Join Date on postbit? Also how can i do the postbit like this: The vb version is 3.8.3 Thanks a lot |
#2
|
||||
|
||||
It should show by default if you are using a default style. If you are using a custom style, it could be the the style designer didn't put it in. In that case, either ask the style author to put it in for you, or add this where you want it (in postbit_legacy):
HTML Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> HTML Code:
<div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div> |
#3
|
||||
|
||||
Quote:
|
#4
|
||||
|
||||
Your image shows the postbit_legacy template, not the postbit template.
|
#5
|
||||
|
||||
Okay thanks a lot.
What about making the postbit legacy look like in the image? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|