>>>>>>>>>> للتسجيل في الموقع أضغط هنا <<<<<<<<<<



عـودة للخلف   منتديات كتاب العرب > كلية تكنولوجيا المعلومات > تطوير المواقع والمنتديات > ركـــن تطوير منتديـــــــات vb


الرد على الموضوع
 
LinkBack خيارات الموضوع طريقة العرض
  #1  
قديم 2005-10-15, 02:27 PM
 
[plugin] صورة أمام كل قسم

السلام عليكم ورحمة الله وبركاته

حبيت أقدم لكم هاك أو بالأصح plugin صورة أمام كل قسم
وجدته أمس وانا أتصفح منتدى vBulletin.org
وجربته على نسخة RC1 & RC2 ولله الحمد شغال 100%

الحين طريقة تركيب الـ plugin
1.) اذهب إلى Plugin System
2.)من القائمة نختار Manage Products
3.)اضغط على Add/Import Product
4.)اسفل كلمة Import Product
5.) اضغط على browse ثم نختار ملف 'product-caticons.xml' من المرفق الي تم تنزيله
6.) تأكد من وضع of بجانب Allow Overwrite
7.) اضغط على رفع الملف (Import)

التعديل على التمبلتس Templates :
افتح 'forumhome_forumbit_level1_post'
ضع $forum[forumhomeicon] في المكان الذي تريد ان تظهر الصوره فيه
افتح 'forumhome_forumbit_level2_post'
ضع $forum[forumhomeicon] في المكان الذي تريد ان تظهر الصوره فيه

وهذي التمبلتات جاهزه للي يبي مكان الصوره كما وضعتها:
1.) forumhome_forumbit_level1_post

كود HTML:
<tbody>
        <tr align="center">
                <td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">

                <table cellpadding="0" cellspacing="0" border="0">
                <tr>
                        <td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
                        <td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
                        <td>

                                <table cellpadding="0" cellspacing="0" border="0">
                                <tr>
                                        <td>$forum[forumhomeicon]</td>
                                        <td>
                                                <div>
                                                        <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
                                                        <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
                                                </div>

                                                <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
                                                <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
                                                <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
                                        </td>
                                </tr>
                                </table>
                        </td>
                </tr>
                </table>

                </td>
                <td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
                <td class="alt1">$forum[threadcount]</td>
                <td class="alt2">$forum[replycount]</td>
                <if condition="$vboptions['showmoderatorcolumn']">
                <td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
                </if>
        </tr>
</tbody>
<if condition="$childforumbits">
<tbody>
        $childforumbits
</tbody>
</if> 
2.) forumhome_forumbit_level2_post

كود HTML:
<tr align="center">
        <td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
        <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
                <table cellpadding="0" cellspacing="0" border="0">
                <tr>
                        <td>$forum[forumhomeicon]</td>
                        <td>
                                <div>
                                        <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
                                        <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
                                </div>

                                <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
                                <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
                                <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
                        </td>
                </tr>
                </table>
        </td>
        <td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
        <td class="alt1">$forum[threadcount]</td>
        <td class="alt2">$forum[replycount]</td>
        <if condition="$vboptions['showmoderatorcolumn']">
        <td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
        </if>
</tr>
$childforumbits

الملفات المرفقة
نوع الملف: zip vB Category Icons 1[1].0.1.zip (1.6 ك/بايت, عدد مرات التحميل : 16)
الرد باقتباس
هذا الطالب يتقدم بالشكر لكاتب الموضوع mr. vb علي هذه المشاركة الطيبة :
حسن التوم (2007-11-19)
  #2  
قديم 2005-10-15, 09:59 PM
 
جزاك الله الخير
وبارك بك ووفقك لكل خير
ولا تنسانا من جديدك اخوي

الرد باقتباس
  #3  
قديم 2005-10-15, 11:13 PM
الصورة الشخصية لـ ANKIDO  
السلام عليكم ورحمة الله وبركاته
بارك الله بكم اخي الفاضل mr. vb وجزاكم الله الف خير

الرد باقتباس
  #4  
قديم 2005-11-24, 01:35 PM
 
شكراً كثيراً
هذا الهاك
جميل كنت
أدور عليه
كثيراً

الرد باقتباس
  #5  
قديم 2005-12-04, 10:55 AM
 
يعطيك الف عافية أخوي Mr. vb على المشاركة

تحياتي

الرد باقتباس
  #6  
قديم 2006-11-12, 04:47 PM
 
رد: [plugin] صورة أمام كل قسم

جزاك الله خيرا

الرد باقتباس
  #7  
قديم 2006-11-17, 07:40 AM
 
رد: [plugin] صورة أمام كل قسم

جزيت خير الجزاء

الرد باقتباس
الرد على الموضوع

مواقع النشر (المفضلة)


يتصفح الموضوع حالياً : 1 (0 عضو و 1 ضيف)
 
خيارات الموضوع
طريقة العرض

قوانين المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاح
كود [IMG] متاح
كود HTML مغلق
Trackbacks are مغلق
Pingbacks are مغلق
Refbacks are متاح
إنتقل إلى

مواضيع مشابهة للموضوع: [plugin] صورة أمام كل قسم
الموضوع الكاتب القسم الردود آخر مشاركة
كتاب حاسب جديد: شرح كيفية التحكم في حجم صورة مدرجة في صورة محب الله ورسوله مكتبة كتب الحاسب 4 2008-07-13 09:42 PM
نصائح مفيدة للعيون أمام شاشة الكمبيوتر زين الشرف إستراحة الجامعة 8 2007-10-27 11:00 PM
صورة أب مع إبنته صورة مؤثره (( لابد من تعليق)) flowers إستراحة الجامعة 15 2007-04-28 08:26 AM
اعتذار أمام الجميع flowers إستراحة الجامعة 10 2007-04-27 08:54 AM
هذه صورة البنت فكيف هي صورة الام؟؟! ibrahimhamdy إستراحة الجامعة 8 2007-02-20 10:04 PM



الساعة الآن +3: 07:32 AM.


Please seek an excuse for Arabsbook.com it is not responsible for the coming of topics by members and put the responsibility entirely on the subject's owner , and Arabsbook.com is open forum for members to put different subjects in striving for a review of topics, according to general laws for the protection of property . If there are any company or institution has a problem with one of the topics, please contact us.
Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.