The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Can someone please tell me how I move the information about the poster (ie name, location, avatar etc) over to the left. At the moment my board has the posters name and avatar on the top right and the location/join date etc on the top left.
Cheers! |
#2
|
|||
|
|||
![]()
Go into the Admin CP
Styles & Templates --> Style Manager In the drop down menu select "Edit Templates". Postbit Templates --> postbit Find: Code:
<div class="smallfont"> <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> <div> $vbphrase[posts]: $post[posts] </div> <if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if> <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> </div> Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> |
#3
|
|||
|
|||
![]()
Sorry I'm not sure I explained properly. I want the layout to look the same as this forum.
Will what you just posted do that? Thanks |
#4
|
|||
|
|||
![]()
Vbulletin Options>Style & Language Settings>Use Legacy (Vertical) Postbit Template> Click yes
|
#5
|
|||
|
|||
![]()
No.
Go into the Admin CP vBulletin Options --> vBulletin Options --> Style & Language Settings Change "Use Legacy (Vertical) Postbit Template" to "Yes" |
#6
|
|||
|
|||
![]()
Simple, thanks alot
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|