Get usercolor on Rank text
Posted: 26 Jul 2011, 20:09
Get usercolor on Rank text
Written by Stoker
This guide will teach you how to get usercolor on the rank text.
Open styles/prosilver/template/viewtopic_body.html
Find:
Inline find:
Replace with:
Open styles/subsilver2/template/viewtopic_body.html
Find:
Replace with:
About the:
You can increase, decrease or remove this if You want.
Written by Stoker
This guide will teach you how to get usercolor on the rank text.
Open styles/prosilver/template/viewtopic_body.html
Find:
Code: Select all
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
Code: Select all
{postrow.RANK_TITLE}
Code: Select all
<b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="font-size:12px; color: {postrow.POST_AUTHOR_COLOUR}" <!-- ENDIF -->>{postrow.RANK_TITLE}</b>
Find:
Code: Select all
<td class="postdetails">{postrow.RANK_TITLE}</td>
Code: Select all
<td class="postdetails"><b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="font-size:12px; color: {postrow.POST_AUTHOR_COLOUR}" <!-- ENDIF -->>{postrow.RANK_TITLE}</b></td>
Code: Select all
font-size:12px;