Greight wrote:Thx 4 the nice MOD
A question : how can I make level number colorful ?
I think you can change it into:
styles/prosilver/template/viewtopic_body.html
This is what you add when installing the mod:
Code: Select all
<!-- IF S_LEVEL_BAR_ACP -->
<!-- // Level Bar 0.0.1 [ www.TeskilatForum.neT ] - Start -->
<dd><strong>{L_LEVEL}</strong> {postrow.POSTER_LEVEL}</dd>
<dd><strong>{L_LEVEL_HP}</strong> {postrow.POSTER_HP}<br /><img src="{T_THEME_PATH}/images/level_mod/rondV2.gif" width="3" height="9"><img src="{T_THEME_PATH}/images/level_mod/barreV.gif" width="{postrow.POSTER_HP_WIDTH}" height="9" alt="{postrow.POSTER_HP}" name="barreHP"><img src="{T_THEME_PATH}/images/level_mod/rondV.gif" width="3" height="9"></dd>
<dd><strong>{L_LEVEL_MP}</strong> {postrow.POSTER_MP}<br /><img src="{T_THEME_PATH}/images/level_mod/rondB1.gif" width="3" height="9"><img src="{T_THEME_PATH}/images/level_mod/barreB.gif" width="{postrow.POSTER_MP_WIDTH}" height="9" alt="{postrow.POSTER_MP}" name="barreMP"><img src="{T_THEME_PATH}/images/level_mod/rondB.gif" width="3" height="9"></dd>
<dd><strong>{L_LEVEL_EXP}</strong> {postrow.POSTER_EXP}<br /><img src="{T_THEME_PATH}/images/level_mod/rondR1.gif" width="3" height="9"><img src="{T_THEME_PATH}/images/level_mod/barreR.gif" width="{postrow.POSTER_EXP_WIDTH}" height="9" alt="{postrow.POSTER_EXP}" name="barreEXP"><img src="{T_THEME_PATH}/images/level_mod/rondR.gif" width="3" height="9"></dd>
<!-- // Level Bar 0.0.1 [ www.TeskilatForum.neT ] - END -->
<!-- ENDIF -->
The easier way i think that is:
First copy the colour that you want in HEX. (And, in the next step, change the ****** with the code u've just copied)
Then:
Code: Select all
----FIND----
{postrow.POSTER_LEVEL}
----BEFORE ADD----
<font color="#******">
----AFTER ADD----
</font>
