View Full Version : Questions
ArLinD
07-16-2009, 06:15 PM
Hi,
How can i show Join Date on postbit?
Also how can i do the postbit like this: https://vborg.vbsupport.ru/
The vb version is 3.8.3
Thanks a lot
Lynne
07-16-2009, 08:39 PM
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):
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
The thing you crossed out on that image is the reputation. Look in your template and remove this:
<div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div>
ArLinD
07-17-2009, 05:07 AM
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):
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
That is on postbit but it doesnt show up
Lynne
07-17-2009, 02:46 PM
Your image shows the postbit_legacy template, not the postbit template.
ArLinD
07-23-2009, 12:24 AM
Okay thanks a lot.
What about making the postbit legacy look like in the image?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.