The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Help hacking POSTBIT to center contact info?
I have added custom fields into POSTBIT with long lengths and do not like the nowrap option in the POSTBIT. I would prefer the long fields to wrap. With the nowrap option the fields will left justify over to the avatar profile fields. Once the large field exceeds the ability to left justify it causes the POSTBIT to exceed the screen width.
I would like the custom fields to left justify to the avatar box and wrap. Here is the screen shot with the custom fields wrapped and right justified: Here is the code snip it from the POSTBIT template I would like to hack further. How do I get the a large left justify box like the red outline in the image with the large fields wrapping. HTML Code:
<td width="100%"> </td> <td valign="top" > <div class="smallfont"> <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> <if condition="$post['field2']"> <div>EMPLOYER: $post[field2]</div> <div>POSITION: $post[field1]</div> <div>CERTIFICATIONS: $post[field5]</div> <div>PRIMARY RESPONSIBILITIES:$post[field4]</div> </if> <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> <div> $vbphrase[posts]: $post[posts] </div> $template_hook[postbit_userinfo_left_after_posts] Your help would be greatly appreciated. Rick |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|