View Full Version : How do I..........
xellos16
04-13-2005, 06:24 AM
I'm sorry for this really lame question, but how can I make the rep not be on the same line as the members post?
It works here: http://rpg-gamers.net/vpratice/showthread.php?t=130
but when I go to 100% it doesn't
http://rpg-gamers.net/vpratice/showthread.php?t=114
Thanks for the help.
manguish
04-13-2005, 06:28 AM
The code is is two different places there. Being two different style i might expect so.
You need to change the second styles postbit_legacy template.
Find the part associated with the rep and either insert new box for the rep, or add a <br /> depending on what you require.
xellos16
04-13-2005, 07:05 AM
Still Nothing.
<tr valign="top">
<td class="alt2" style="border-right: 1px solid #4775A7;" width="160">
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
<div class="smallfont">
<br />
<div class="info">$post[musername] is $post[onlinestatus] </div>
<if condition="$post['joindate']"><div class="info">$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div class="info">$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div class="info">$vbphrase[age]: $post[age]</div></if>
<div class="info">$vbphrase[posts]: $post[posts]
<if condition="$show['reputation']">
<if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if>
$post[reputationdisplay]
</if></div>
<if condition="$post[icqicon] or $post[aimicon] or $post[msnicon] or $post[yahooicon]">
<div class="info">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div></if>
</div>
</td>
Thats the code for the default one.
<tr valign="top">
<td class="alt2" style="border-right: 1px solid #4775A7;" width="160">
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
<div class="smallfont">
<br />
<div class="info">$post[musername] is $post[onlinestatus] </div>
<if condition="$post['joindate']"><div class="info">$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div class="info">$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div class="info">$vbphrase[age]: $post[age]</div></if>
<div class="info">$vbphrase[posts]: $post[posts]
<if condition="$show['reputation']">
<if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if>
$post[reputationdisplay]
</if></div>
<if condition="$post[icqicon] or $post[aimicon] or $post[msnicon] or $post[yahooicon]">
<div class="info">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div></if>
</div>
</td>
Is the code for the expanded one. They are both the same, but I am not getting the same results.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.