The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
An organized, unique and cleaner Postbit_legacy Please
How do we organize our postbit_legacy like this??
http://www.epiguide.com/forums/showt...3785#post43785 Here is how my postbit_legacy looks: http://www.caraudiojunkyard.com/foru...read.php?t=797 It's so messy, how should make my legacy look cleaner, unique and more organized? |
#2
|
||||
|
||||
I do it with CSS and a small bit of code
It can be a really...................tedious project sometimes |
#3
|
|||
|
|||
How does your postbit legacy look like?
|
#4
|
||||
|
||||
Basically the same as the link you posted
|
#5
|
|||
|
|||
Sweet, where can i start? I was thinking about dotted borders.
|
#6
|
||||
|
||||
In your "Additional CSS Definitions", add this code in the 2nd box....
Code:
.rm_userinfo { border: 1px solid #9FB2B8; margin: 3px; padding: 3px; background-color: #DDECF1; border-top: 1px solid #000; border-right: 1px solid #000; border-left: 1px solid #000; border-bottom: 1px solid #000; } Then in the postbit legacy template (Using the "Join Date" as an example) find.... HTML Code:
<if condition="$post['joindate']"><div><b>$vbphrase[join_date]:</b> $post[joindate]</div></if> HTML Code:
<if condition="$post['joindate']"><div class="rm_userinfo"><b>$vbphrase[join_date]:</b> $post[joindate]</div></if> |
#7
|
|||
|
|||
Quote:
|
#8
|
||||
|
||||
Its not a mod. I customized that into the navbar myself.
|
#9
|
|||
|
|||
Care to share it?
|
#10
|
||||
|
||||
In your navbar template find....
HTML Code:
<if condition="$show['member']"> <td class="alt1" valign="top" nowrap="nowrap"> <div class="smallfont"> <strong><phrase 1="$bbuserinfo[musername]">$vbphrase[welcome_x]</phrase></strong><br /> HTML Code:
<!-- Redlinemotorsports --> <td class="alt1" align="center"> <a href="LINK_TO_DONATE"><img src="LINK_TO_DONATE_IMAGE" border="0"></a> </td> <!-- Redlinemotorsports --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|