The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#8
|
|||
|
|||
![]()
Place the bit in red underneath the bit in green.
Code:
<td valign="top" width="100%" id="username_box"<if condition="$prepared['profilepicurl']"> class="profilepic_adjacent"</if>> <if condition="$prepared['rank'] OR $prepared['reputationdisplay']"> <div id="reputation_rank"> <if condition="$prepared['reputationdisplay']"> <div id="reputation">$prepared[reputationdisplay]</div> </if> <if condition="$prepared['rank']"> <div id="rank">$prepared[rank]</div> </if> </div> </if> <h1>$prepared[musername] $prepared[onlinestatus]</h1> <if condition="$prepared['usertitle']"> <h2>$prepared[usertitle]</h2> </if> </td> Code:
#reputation_rank { float:$stylevar[right]; } #reputation { margin-bottom:6px; text-align:$stylevar[right]; } #rank { margin-bottom:6px; text-align:$stylevar[right]; } Code:
#reputation_rank { float:$stylevar[left]; } #reputation { margin-bottom:6px; text-align:$stylevar[left]; } #rank { margin-bottom:6px; text-align:$stylevar[left]; } Code:
#reputation_rank { float:$stylevar[left]; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|