[Template] هذا الهاك لاخفاء تواجد المدير العام

Dr.osamA

:: Coder ::
Coder/Designer
20 نوفمبر 2009
181
0
0
54
دمشق
www.alra7ba.net
هاك اخفاء تواجد المدير العالم في المتواجدين الان و الملف الشخصي

This mod hides the presence of the administrator to members.
هذا الهاك لاخفاء تواجد المدير العام

In the "whosonlinebit" template (Who is online ?), add on the top:

في قالب "whosonlinebit" اضف في اعلى القالب الكود التالي


PHP:
<vb:if condition="$userinfo['userid'] != 1">


Add, in the same template, at the bottom:
و في نفس القلب اضف في اعلاه


PHP:
</vb:if>

In the "memberinfo_block_aboutme" template, find:
و ابحث في قالب "memberinfo_block_aboutme" عن الكود التالي


PHP:
<vb:if condition="$prepared['action']">
    <dl class="stats">
        <dt>{vb:rawphrase current_activity}</dt>
        <dd> {vb:raw prepared.action} {vb:raw prepared.where}</dd>
    </dl>
</vb:if>

Replace with:
و استبدله بالكود

PHP:
    <vb:if condition="$userinfo['userid'] != 1">
    <vb:if condition="$prepared['action']">
    <dl class="stats">
        <dt>{vb:rawphrase current_activity}</dt>
        <dd> {vb:raw prepared.action} {vb:raw prepared.where}</dd>
    </dl>
    </vb:if>
    </vb:if>

in the "memberinfo_block_ministats" template , find:
و في قالب "memberinfo_block_ministats" ابحث عن


PHP:
<vb:if condition="$prepared['action']">
    <dl class="stats">
        <dt>{vb:rawphrase current_activity}</dt>
        <dd> {vb:raw prepared.action} {vb:raw prepared.where}</dd>
    </dl>
    </vb:if>

Replace with:
و استبدله بالكود التالي

PHP:
        <vb:if condition="$userinfo['userid'] != 1">
        <vb:if condition="$prepared['action']">
    <dl class="stats">
        <dt>{vb:rawphrase current_activity}</dt>
        <dd> {vb:raw prepared.action} {vb:raw prepared.where}</dd>
    </dl>
    </vb:if>
    </vb:if>

in the "memberinfo_block_statistics" template , find:
و في قالب "memberinfo_block_statistics" ابحث عن الكود التالي


PHP:
<vb:if condition="$prepared['action']">
        <dl class="stats">
            <dt>{vb:rawphrase current_activity}</dt>
            <dd> {vb:raw prepared.action} {vb:raw prepared.where}</dd>
        </dl>
        </vb:if>

Replace with:
و استبدله بالكود التالي

PHP:
<vb:if condition="$userinfo['userid'] != 1">
        <vb:if condition="$prepared['action']">
        <dl class="stats">
            <dt>{vb:rawphrase current_activity}</dt>
            <dd> {vb:raw prepared.action} {vb:raw prepared.where}</dd>
        </dl>
        </vb:if>
        </vb:if>



تحيااااااااااتي