هاك product تنبيه الرسائل بشكل مميز بتقنية jQuery,CSS,jGrowl
وصف الهاك product:
هذا الهاك product يقوم بتعديل جميل على الرسالة المنبثقة التي تبلغ العضو بوجود رسالة خاصة
طبعا الصورة توضح القصد و هي ايضا حاليا موجودة في الرحبة انظر الصورة المرفقة
التركيب install:
اولاً تحميل الملف المرفق و رفعه لمجلد منتداك
ثانيا نفتح قالب template headinclude و نضيف الى اخرهالكود code التالي
رمز PHP:
<code style="white-space:nowrap"> <code> <!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<script type="text/javascript" /tw7s_notifications/jquery-1.4.2.js"></script>
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery.jgrowl.js"></script>
<link href="jscripts/tw7s_notifications/jquery.jgrowl.css" rel="stylesheet" type="text/css"/>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
</code> </code>
ثالثا نفتح قالب template header و نبحث عن الكود code التالي
رمز PHP:
<code style="white-space:nowrap"> <code> <vb:if condition="$notifications_total">
<li class="popupmenu notifications" id="notifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
<ul class="popupbody popuphover">
{vb:raw notifications_menubits}
</ul>
</li>
<vb:else />
<li class="popupmenu nonotifications" id="nonotifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
<ul class="popupbody popuphover">
<li>{vb:rawphrase no}</li>
<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
</ul>
</li>
</vb:if>
</code> </code>
و نستبدله بالكود code التالي
رمز PHP:
<code style="white-space:nowrap"> <code> <!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">
$.jGrowl('{vb:raw notifications_menubits} <br />You must view your notification(s) before this box will disappear.' , { sticky: true, header : 'New Notification(s)' } );
</script>
</vb:if>
<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase }</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
</code> </code>
الكود code المعرب هو التالي
رمز PHP:
<code style="white-space:nowrap"> <code> <!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">
$.jGrowl('{vb:raw notifications_menubits} <br />يجــب عليك قـــراءة الرسائل الخاصة لتختفــي هذه النافـذه.' , { sticky: true, header : 'الرسائل الجديدة' } );
</script>
</vb:if>
<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
</code> </code>
في المرفقات تجد الهاك product المعرب و الانكليزي الاصلي
الموضوع الاصلي
http://www.bahr-ansab.com/vb/showthread.php/2217

