المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : صورة بجانب كل قسم



linnou
10-31-2013, بتوقيت غرينيتش 12:01 AM
http://www.dzbatna.com/images/icons/icon30.gif طµظˆط±ط© ط¨ط¬ط§ظ†ط¨ ظƒظ„ ظ‚ط³ظ… (http://www.dzbatna.com/t1245246/)


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

http://apu.mabul.org/up/apu/2014/12/08/img-170536ys5hx.png

الحين طريقة تركيب install المنتج plugin :
1- اذهب إلى ( الـمـنـتـجـات والإضـافـات )
2- من القائمة نختار ( التحكم بالمنتج pluginات/ product )
3- اضغط على ( إضافة/ إستيراد منتج plugin product‎ )
4- اسفل كلمة ( إستيراد منتج plugin/product )
5- اضغط على browse ثم نختار ملف 'product-caticons.xml' من المرفق الي تم تنزيله


التعديل على الإستايل styleات والقوالب Templates :
1- اذهب إلى ( الإستايل styleات والقوالب )
2- من القائمة نختار ( التحكم بالإستايل styleات )
3- اضغط على أيقونة توسيع القوالب (<< >>) بجانب الإستايل style المراد وضع الإضافات عليه
4- ابحث عن القالب template ( forumhome_forumbit_level1_post )
ضع $forum[forumhomeicon] في المكان الذي تريد ان تظهر الصوره فيه ثم احفظ التعديلات.
5- ابحث عن القالب template ( forumhome_forumbit_level2_post )
ضع $forum[forumhomeicon] في المكان الذي تريد ان تظهر الصوره فيه ثم احفظ التعديلات.

باقي شغله وحده وهي ( كيفية إضافة الصور بجانب الأقسام )
1- اذهب إلى ( المنتديات والمراقبين )
2- من القائمة نختار ( التحكم بالمنتديات )
3- بجانب كل قسم سنجد قائمة منسدلة نختار منها ( تعديل المنتدى forum ) ثم نضغط على الأيقونة المجاورة لها ( اذهب )
4- بالنزول لآخر الصفحة ستجد خيار جديد بإسم ( Forum Icon ) هنــــا يتم وضع رابط الصورة
ملاحظة : استخدم الكود code التالي عند وضع رابط الصورة <img src=&quot;http://www.YourSite.com/pic.gif&quot;>
الرابط المحدد باللون الأحمر هو رابط الصورة
وهكذا الحال مع باقي الأقسام تستخدم نفس الطريقة لوضع الصور بجانبها

وهذي القوالب جاهزه للي يبي مكان الصوره نفس الي بالمثال :
1.) forumhome_forumbit_level1_pos




رمز Code:
<tr align=&quot;center&quot;> <td class=&quot;alt2&quot;>$forum[forumhomeicon]</td> <td class=&quot;alt1Active&quot; align=&quot;$stylevar[left]&quot; id=&quot;f$forum[forumid]&quot;> <div> <a href=&quot;forumdisplay.php?$session[sessionurl]f=$forum[forumid]&quot;><strong>$forum[title]</strong></a> <if condition=&quot;$show['browsers']&quot;><span class=&quot;smallfont&quot;>(<phrase 1=&quot;$forum[browsers]&quot;>$vbphrase[x_viewing]</phrase>)</span></if> </div> <if condition=&quot;$show['forumdescription']&quot;><div class=&quot;smallfont&quot;>$forum[description]</div></if> <if condition=&quot;$show['forumsubscription']&quot;><div class=&quot;smallfont&quot;><strong><a href=&quot;subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]&quot; rel=&quot;nofollow&quot;>$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if> <if condition=&quot;$show['subforums']&quot;><div class=&quot;smallfont&quot; style=&quot;margin-top:$stylevar[cellpadding]px&quot;><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> <td class=&quot;alt2&quot; nowrap=&quot;nowrap&quot;>$forum[lastpostinfo]</td> <td class=&quot;alt1&quot;>$forum[threadcount]</td> <td class=&quot;alt2&quot;>$forum[replycount]</td> <if condition=&quot;$vboptions['showmoderatorcolumn']&quot;> <td class=&quot;alt1&quot;><div class=&quot;smallfont&quot;>$forum[moderators]&nbsp;</div></td> </if></tr>$childforumbits
2.) forumhome_forumbit_level2_post

رمز Code:
<tr align=&quot;center&quot;> <td class=&quot;alt2&quot;>$forum[forumhomeicon]</td> <td class=&quot;alt1Active&quot; align=&quot;$stylevar[left]&quot; id=&quot;f$forum[forumid]&quot;> <div> <a href=&quot;forumdisplay.php?$session[sessionurl]f=$forum[forumid]&quot;><strong>$forum[title]</strong></a> <if condition=&quot;$show['browsers']&quot;><span class=&quot;smallfont&quot;>(<phrase 1=&quot;$forum[browsers]&quot;>$vbphrase[x_viewing]</phrase>)</span></if> </div> <if condition=&quot;$show['forumdescription']&quot;><div class=&quot;smallfont&quot;>$forum[description]</div></if> <if condition=&quot;$show['forumsubscription']&quot;><div class=&quot;smallfont&quot;><strong><a href=&quot;subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]&quot; rel=&quot;nofollow&quot;>$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if> <if condition=&quot;$show['subforums']&quot;><div class=&quot;smallfont&quot; style=&quot;margin-top:$stylevar[cellpadding]px&quot;><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> <td class=&quot;alt2&quot; nowrap=&quot;nowrap&quot;>$forum[lastpostinfo]</td> <td class=&quot;alt1&quot;>$forum[threadcount]</td> <td class=&quot;alt2&quot;>$forum[replycount]</td> <if condition=&quot;$vboptions['showmoderatorcolumn']&quot;> <td class=&quot;alt1&quot;><div class=&quot;smallfont&quot;>$forum[moderators]&nbsp;</div></td> </if></tr>$childforumbits

استعمل مربع البحث في الاسفل لمزيد من المواضيع


سريع للبحث عن مواضيع في المنتدى