تعديل على شكل التنبيهات في الناف بار - تطوير شكل التنبيهات بشكل جذاب ومميز - التنبيهات بشكل جديد وبف

DeleGnT

Delegnt.net Moderator
تعديل على شكل التنبيهات في الناف بار - تطوير شكل التنبيهات بشكل جذاب ومميز - التنبيهات بشكل جديد وبفكرة مميزة ~
psdcopy3copy.png


أهلا
بكم أحبتي الديليجنتاويين أعضاء وزوار ومحبي معهدنا الغالي ..

على
قلوبنا ,
مرحبـاً بكم في موضوعـي المتواضـع هذا ..

أتمنـى من أن ينال رضاكم
..

أقدم لكم في موضوعي المتواضع دروس نقلتها لكم من مواقع أجنبية

فليس هدفنا سوى الأفادة والأستفادة ..

لندخل على الموضوع

19563548.png


تغيير الشكل الأفتراضي للتنبيهات إلى شكل جديد ومميز ..

89735522.png




طبعاً هناك حركة تأثيرية ظهور وأختفاء ..

:5:

90912760.png


دعوة صالحة في ظهر الغيب

ومعرفة كيفية البحث في القوالب عن طريق الموضوع التالي

شرح طريقة البحث عن القوالب بلوحة الإدارة بصورة مبسطة


:6:

17599848.png


قم بالدخول إلى قالب [ headinclude ] وقم بأضافة أسفلة الكود التالي ..

PHP:
<!-- تطوير شكل التنبيهات - معهد ديليجنت - WwW.DeleGnT.NeT -->
<script type="text/javascript">
<!--
if ( document.all )
{
    function blink_show()
    {
        blink_tags  = document.all.tags('blink');
        blink_count = blink_tags.length;
        for ( i = 0; i < blink_count; i++ )
        {
            blink_tags[i].style.visibility = 'visible';
        }
        window.setTimeout( 'blink_hide()', 700 );
    }
    function blink_hide()
    {
        blink_tags  = document.all.tags('blink');
        blink_count = blink_tags.length;
        for ( i = 0; i < blink_count; i++ )
        {
            blink_tags[i].style.visibility = 'hidden';
        }
        window.setTimeout( 'blink_show()', 250 );
    }
    window.onload = blink_show;
}
-->
</script>
<!-- / تطوير شكل التنبيهات - معهد ديليجنت - WwW.DeleGnT.NeT -->

الآن قم بالأنتقال إلى قالب [ Navbar ] وقم بالبحث عن الوسم التالي ..

PHP:
<if condition="$show['member'] AND     $notifications_total">
<!-- notifications menu -->
<div class="vbmenu_popup" id="notifications_menu" style="display:none">
    <table cellpadding="4" cellspacing="1" border="0">
    <tr><td class="thead" colspan="2">$vbphrase[your_notifications]</td></tr>
    $notifications_menubits
    </table>
</div>
<!-- / notifications menu -->
</if>
قم بحذفة بالكامل وأستبدلة بالكود التالي ..

PHP:
<!-- notifications box -->
<if condition="$show['member'] AND     $notifications_total">
<!-- notifications menu -->
<div class="vbmenu_popup" id="notifbox_menu" style="display:none">
    <table cellpadding="4" cellspacing="1" border="0">
    <tr><td class="thead" colspan="2">$vbphrase[your_notifications]</td></tr>
    $notifications_menubits
    </table>
</div>
<!-- / notifications box -->
</if>





<!-- notification box -->
<if condition="$show['notifications']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>

<if condition="$show['member']">
    <td class="alt2" align="center" nowrap="nowrap">
    <div class="smallfont">

        <if condition="$show['notifications']">
            <div><span id="notifbox"><blink><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <font color="red"><strong>$notifications_total</strong></font></blink></span></div>
            <if condition="$show['popups']">
                <script type="text/javascript"> vBmenu.register("notifbox"); </script>
            </if>
        
        </if>

    </div>
    </td>
</if>
</tr>
</table>
<br />
</if>
<!-- / notification box -->

إنتهى الدرس ..

:5:

95290633.png


وقبل ختاميـ أحب أن أذكر كل هاويـ في نقـل الموضـوعـ حرفيـاً أو إعـادة طرحـة

سيبقى نبضي هو الأفضلـ والأجـدر والأرقى فتـذكـر بأنك نقلت موضوعاً من هنـا

لأننا الأفضل ومصدر كل جديد ومفيد في العالم الرقمي رغماً عن أنوف الحاقدين

مودتي لكم وخالص حبي واحترامي

DeleGnT


attachment.php


47537265.png


All Rights Reserved To DeleGnT.NeT© 2011
The Best Forums In The World

:8:

psdcopy2copy.png

 


تسلم ياراقى ومنتهى الروعة والابداع
نعم هنا مصدر كل جديد ومفيد
وجزاك الله الف خير

هل تصلح هذة الاداه لنسختى 3.8.5
 


•●[ .. سلمت أناملك على الأبداع .. ]●•

يعطيك العافية ..

//
 
عودة
أعلى