Quote:
Originally Posted by iJay
Love this mod to hell 
But i have one question how can i add a border in the post bit for achievements, awards etc.
(like similar mods have)
Thanks 
|
Edit the templates xperience_achievements_showcase and xperience_award_showcase and paste the following to them:
Quote:
Originally Posted by xperience_achievements_showcase
<fieldset style="border: 1px solid #5a7f97;padding: 2px;">
<legend>{vb:rawphrase xperience_achievements_short}</legend>
<span class="usertitle">
{vb:raw achievements}
</span>
</fieldset>
|
Quote:
Originally Posted by xperience_award_showcase
<fieldset style="border: 1px solid #5a7f97;padding: 2px;">
<legend>{vb:rawphrase xperience_awards_short}</legend>
<span class="usertitle">
{vb:raw awards}
</span>
</fieldset>
|