The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Basically im trying to arrange my forum postbit_legacy like the below. If got it almost the same except for the reputation/sports icons.
My boards: ![]() Other Board: ![]() As you can see I have them almost matched up, its just the reputation/sports icons I have left to move. The rep icons are spaced and the sports icons are centered over the rep. Below is the code from postbit_legacy: Code:
</td> <td class="alt2" align="$stylevar[right]" style="border: 0px;"><div style="float: left" align="left"><div class="smallfont"> <if condition="$show['sports_icons']"><div>$post[sportsicons]</div><br /></if><if condition="$show['reputation']"><div><if condition="$show['reppower']"><span id="reppower_$post[postid]_$post[userid]">$vbphrase[reppower]</span>: $post[reppower] </if><br /><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]$post[reputation]</span></div></if> </div></div> $post[onlinestatus] <if condition="$show['reputationlink']"> <span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span> <if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if> </if> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|