Quote:
Originally Posted by karkey
hi i get the following
the rep and infractions as out of place
Also would you be interested in making box's around each stat ?
|
sorry about that....coz their are disable to my site...
Temporary Fix Edit:
Go postbit_legacy template Find and Delete!
Code:
<vb:if condition="$show['infraction'] OR $show['reppower']">
<dl class="user_rep">
<vb:if condition="$show['infraction']">
<dt>{vb:rawphrase infractions}</dt>
<dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
</vb:if>
<vb:if condition="$show['reputation']">
<vb:if condition="$show['reppower']">
<dt>{vb:rawphrase reppower}</dt>
<dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd>
</vb:if>
</vb:if>
</dl>
</vb:if>
Same Template: Find
Code:
<dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd>
Below Add This:
Code:
<vb:if condition="$show['infraction'] OR $show['reppower']">
<vb:if condition="$show['reputation']">
<vb:if condition="$show['reppower']">
<dt>{vb:rawphrase reppower}</dt> <dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd>
</vb:if></vb:if>
<vb:if condition="$show['infraction']">
<dt>{vb:rawphrase infractions}</dt><dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
</vb:if>
</vb:if>
...and for your suggestions....maybe on the next release..if i got more spare time....quite busy nowadays...thanks....
Quote:
Originally Posted by elwachiman
-Extra: Adjust Username Font To Any Size dont work in 4.0.2 pl1
|
sure it work check again maybe you missed something to the code...i am using the same version you got also...may i know what browser and skin are you using? maybe add this instead
Code:
/* change username font size */
.postcontainer .username_container .popupmenu a.popupctrl {font-size:20px;}
Quote:
Originally Posted by Markos
its not centered all of mine im using vb4.0.2 pl1
|
sorry but you are already using other template edit mod on that images...this is quite different... if you want to use this...you have to revert your postbit_legacy templates first...and install or use this...
thanks anyway guys.....for interest...install...and rate
best regards to all...

:up: