Arattım bulamadım verildiyse kusra bakmayın..
Rütbe Renkleri (Üzerine Gelince Sağ Tarafında Grup İsmi Çıkar) Forumhome templatesinde bulun ;
Altına ekleyin
Yine Forumhome templatesinde bu kodu bulun;
Altına ekleyin.
Resim
Rütbe Renkleri (Üzerine Gelince Sağ Tarafında Grup İsmi Çıkar) Forumhome templatesinde bulun ;
Kod:
<!-- what's going on box -->
Altına ekleyin
Kod:
<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 Forumhome templatesinde bu kodu bulun;
Kod:
<!-- end logged-in users -->
Altına ekleyin.
Kod:
<!-- www.657liyiz.biz- End User Legend by_forum657-->
<tbody> <tr> <td class="thead" colspan="2"> <a style="float: right;" href="#top" 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">www.657liyiz.biz End User Legend by_forum657</a></td>
</tr> </tbody> <tbody id="collapseobj_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="YASAKLI ÜYE" ital="y" line="y" clr="black" onmouseover="setup_memberlegend(this)" onmouseout="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="ÜYE YAZAR" bold="y" clr="#4A4AFF" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#4A4AFF;"></div>
</div>
<div style="float:left;"> </div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px ;" group="USTA YAZAR" bold="y" clr="#003366" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#003366;"></div>
</div>
<div style="float:left;"> </div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px ;" group="HARBİ YAZAR" bold="y" clr="#0033FF" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#0033FF;"></div>
</div>
<div style="float:left;"> </div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px ;" group="VIP YAZAR" bold="y" clr="#999999" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#999999;"></div>
</div>
<div style="float:left;"> </div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px ;" group="YÖNETİCİ ADAYI" bold="y" clr="#CC6600" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#CC6600;"></div>
</div>
<div style="float:left;"> </div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px ;" group="YÖNETİCİ" bold="y" clr="#00FF00" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#00FF00;"></div>
</div>
<div style="float:left;"> </div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px ;" group="ÜST YÖNETİCİ" bold="y" clr="#6633FF" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#6633FF;"></div>
</div>
<div style="float:left;"> </div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px ;" group="GENEL YÖNETİCİ" bold="y" clr="red" onmouseover="setup_memberlegend(this)" onmouseout="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>
<!-- www.657liyiz.biz-End User Legend by_forum657-->
Resim
