Admincp Admin paneli yani giriş yapın.
Sol menülerden Stiller-Temalarda kullandığınız temada FORUMHOME templatesini açın ve ctrl+f klavye kısaya yoluna tıklayarak aşağıdaki kodu aratın bulun;
<!-- whats going on box -->
Altına Yapıştır;
<script type="text/javascript">
<!--
setup_memberlegend = function(tobj)
{
prefix = ''
suffix = ''
if (tobj.getAttribute('ital'))
{
prefix += '<em>'
suffix += '</em>'
}
if (
tobj.getAttribute('undr'))
{
prefix += '<u>'
suffix += '</u>'
}
if (
tobj.getAttribute('bold'))
{
prefix += '<b>'
suffix += '</b>'
}
if (
tobj.getAttribute('line'))
{
prefix += '<s>'
suffix += '</s>'
}
if (
tobj.getAttribute('clr'))
{
prefix += '<span style="color:' + tobj.getAttribute('clr') + ';">'
suffix += '</span>'
}
fetch_object('memberlegend').innerHTML = prefix + tobj.getAttribute('group') + suffix
}
-->
</script>
Yine Aynı templatede bul;
</tbody>
<!-- end logged-in users -->
Altına Ekleyin;
<!-- User Legend By PatronBoard.Com
-->
<tbody> <tr> <td class="thead" colspan="2"> <a style="float: right;" href="#top" rel="nofollow" onclick="return toggle_collapse('forumhome_legend')"><img src=$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_legend].gif alt="" name="collapseimg_forumhome_legend" border="0" id="collapseimg_forumhome_legend"></a> <a href="showgroups.php$session[sessionurl_q]" rel="nofollow">DestekForumu.com Rütbeleri </a></td>
</tr> </tbody> <tbody id="collapWEB TASARIMbj_forumhome_legend" style=""> <tr> <td class="alt2"><a href="showgroups.php$session[sessionurl_q]" rel="nofollow"><img title="Legend" src="$stylevar[imgdir_misc]/whos_online.gif" alt="Legend" border="0"></a></td> <td class="alt1" width="100%">
<div style="float:left;"><strong>Rütbeler</strong>:</div>
<div style="float:left;"> </div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Yasaklanmış kullanıcı" ital="y" line="y" clr="black" onmouWEB TASARIMver="setup_memberlegend(this)" onmouWEB TASARIMut="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:black;"></div>
</div>
<div style="float:left;"> </div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="DestekForumu Üye" bold="y" clr="purple" onmouWEB TASARIMver="setup_memberlegend(this)" onmouWEB TASARIMut="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:purple;"></div>
</div>
<div style="float:left;"> </div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Özel Üye" bold="y" clr="#33ff00" onmouWEB TASARIMver="setup_memberlegend(this)" onmouWEB TASARIMut="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#33ff00;"></div>
</div>
<div style="float:left;"> </div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="*********" bold="y" clr="blue" onmouWEB TASARIMver="setup_memberlegend(this)" onmouWEB TASARIMut="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:blue;"></div>
</div>
<div style="float:left;"> </div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Super *********" bold="y" clr="orange" onmouWEB TASARIMver="setup_memberlegend(this)" onmouWEB TASARIMut="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:orange;"></div>
</div>
<div style="float:left;"> </div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Administratör" bold="y" clr="red" onmouWEB TASARIMver="setup_memberlegend(this)" onmouWEB TASARIMut="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:red;"></div>
</div>
<div style="float:left;width:10px;height:1px;"> </div>
<div style="float:left;" id="memberlegend"></div> </td> </tr> </tbody>
<!-- End User Legend by PatronBoard.Com -->