The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need Help with customizing Postbit
I want to have the Join date and location appear on the left side of the post, if possible. Preferably under the avatar (or where it would be). I cannot seem to figure out how to do this is in postbit, and I don't think it'd be edited elsewhere.
any help would be greatly appreciated. |
#2
|
||||
|
||||
Quote:
which vb version? well if you mean postbit legacy... for my vb 3.6.8 i add only the code below ( FOR YOU ADD IT ANYWHERE YOU WANT) 1ST: GO Admin CP > Styles & Templates > Style Manager > ? ? > Postbit Templates > postbit or postbit_legacy(depending on which layout you are using) For Join Date: Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> best regards |
#3
|
|||
|
|||
OMG, I'm sorry, I forgot to post the basics. Crap, my fault.
VB Version 3.8, using Postbit (not Legacy) I can try seeing if it works in Legacy, though. But my postbit entries look exactly like the ones you have above. Just no way to say "left side of the table cell". --------------- Added [DATE]1232307704[/DATE] at [TIME]1232307704[/TIME] --------------- Okay. Got somewhere, but not exactly. I had to play with moving it to another <div> tag. EDIT: Yup. That's what it was. Just had it in the wrong <div> tag section. Problem solved. Rock on! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|