السلام عليكم ورحمة الله وبركاته ،،
هاك مجموعات مستويات الأعضاء في الصفحة الرئيسية
www.arabdeaf.net
الوصف :
يبين مستوى المشارك من مشرف عام إلى العضو جميع المستويات بالألوان
أنت تعدل فيها بالألوان شيء راجع لك وبكيفك
مثل
افتح قولب / forumhome
ابحث عن :
كود PHP:
<!-- whats going on box -->
اضف تحت :
كود PHP:
<script type="****/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>
وثم بحث عن :
كود PHP:
<!-- end logged-in users -->
اضف تحت :
كود PHP:
<!-- مجموعات مستويات الأعضاء -->
<tbody> <tr> <td class="thead" colspan="2"> <a style="float: left;" 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" width="16" height="16" border="0" id="collapseimg_forumhome_legend"></a> <a href="showgroups.php$session[sessionurl_q]" rel="nofollow">مجموعات مستويات الأعضاء</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 class="tborder" style="float:right;height:8px;width:8px;padding:2px;" group="الأعضاء" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#dce3e8;"> </div>
</div>
<div style="float:right;"><strong> درجات المشاركين </strong>:</div>
<div style="float:right;"> </div>
<div class="alt2" style="float:right;height:8px;width:8px;padding:0px;" group="مدير المنتدى" clr="#000080" bold="y" ital="y" undr="y" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#000080;"></div>
</div>
<div style="float:right;"> </div>
<div class="alt2" style="float:right;height:8px;width:8px;padding:0px;" group="المشرف العام" bold="y" clr="#FF0000" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#FF0000;"></div>
</div>
<div style="float:right;"> </div>
<div class="alt2" style="float:right;height:8px;width:8px;padding:0px;" group="المشرفين" bold="y" clr="#669999" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#669999;"></div>
</div>
<div style="float:right;"> </div>
<div class="alt2" style="float:right;height:8px;width:8px;padding:0px;" group="المراقبين" bold="y" clr="#00CC00" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#00CC00;"></div>
</div>
<div style="float:right;"> </div>
<div class="alt2" style="float:right;height:8px;width:8px;padding:0px;" group="الأعضاء" bold="y" clr="#3C86F7" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#3C86F7;"></div>
</div>
<div style="float:right;"> </div>
<div class="alt2" style="float:right;height:8px;width:8px;padding:0px;" group="المخطور" ital="y" line="y" clr="#000000" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#000000;"></div>
</div>
<div style="float:right;width:10px;height:1px;"> </div>
<div style="float:right;" id="memberlegend"></div> </td> </tr> </tbody>
<!-- مجموعات مستويات الأعضاء -->
تحياتي