The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Postbit_Legacy Question
I'm inputing a field into Postbit_Legacy to add something into the Avatar area that shows Alternate Characters somebody may have in my World of Warcraft guild. I've gotten the field in correctly, however if somebody has more then one Character it adds them one after another.
Does anybody know how I can make this list them one line after another? Also, how or where do I adjust the 'tab' between the Main Char (which I want to actually call Main Character) and the entry (i.e in this case Gaudah). I had to rename the field 'Main Char' because I want it all to line up. Here is the code I input into Postbit_Legacy so far: Code:
<vb:if condition="$post['field7']"><dt>Main Char</dt> <dd>{vb:raw post.field7}</dd></vb:if> <vb:if condition="$post['field6']"><dt>Main Class</dt> <dd>{vb:raw post.field6}</dd></vb:if> <vb:if condition="$post['field5']"><dt>Guild Alts</dt> <dd>{vb:raw post.field5}</dd></vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|