PDA

View Full Version : How do I move poster info to the left


Masetek
07-06-2006, 05:39 AM
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!

harmor19
07-06-2006, 05:50 AM
Go into the Admin CP
Styles & Templates --> Style Manager
In the drop down menu select "Edit Templates".

Postbit Templates --> postbit

Find:
<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>

Add After:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>

Masetek
07-06-2006, 06:00 AM
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

PTWingus
07-06-2006, 06:03 AM
Vbulletin Options>Style & Language Settings>Use Legacy (Vertical) Postbit Template> Click yes

harmor19
07-06-2006, 06:05 AM
No.

Go into the Admin CP
vBulletin Options --> vBulletin Options --> Style & Language Settings
Change "Use Legacy (Vertical) Postbit Template" to "Yes"

Masetek
07-06-2006, 06:14 AM
Simple, thanks alot :)