الدعم العربي
جعل الجداول محفورة ؟؟ - نسخة قابلة للطباعة

+- الدعم العربي (https://www.mybbarab.com)
+-- قسم : :: . + تطوير ودعم نسخة MyBB + . :: (https://www.mybbarab.com/forum-99.html)
+--- قسم : تطوير منتديات MyBB 1.4 (https://www.mybbarab.com/forum-1.html)
+---- قسم : منتديات MyBB 1.4 مشاكل وحلول (https://www.mybbarab.com/forum-87.html)
+---- الموضوع : جعل الجداول محفورة ؟؟ (/thread-8858.html)



جعل الجداول محفورة ؟؟ - darkblue - 2009-06-09

السلام عليكم

كيف يمكنني جعل الجداول محفورة ؟؟

وكيف أزيل الفراغ بين أقسام المنتدى في الرئيسية ؟

وشكرا


RE: جعل الجداول محفورة ؟؟ - Pepo - 2009-06-09

لحذف الفاصل بين الأقسام, انسخ لى قالب forumbit_depth1_cat (مع انى لا انصحك بالقيام بهذا, حيث انه سيجعل كل الأقسام تبدوا كاقسم واحد كبير, الا ان الإختيار لك.)

بالنسبة لجعل الجداول محفورة, برجاء ان تضع لى مثال على ماتقصده.


RE: جعل الجداول محفورة ؟؟ - darkblue - 2009-06-10

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

www.arab4ever.com/montada

وهذا القالب اللي طلبته forumbit_depth1_cat

PHP كود :
<table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder"><thead><tr><td class="thead" colspan="5"><div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}title="{$expaltext}/></div><div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div></td></tr></thead><tbody style="{$expdisplay}id="cat_{$forum['fid']}_e"><tr><td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td><td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td><td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td><td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td></tr>{$sub_forums}</tbody></table><br /> 



RE: جعل الجداول محفورة ؟؟ - Pepo - 2009-06-10

لحذف الفاصل بين الجداول استبدل القالب بالتالى
كود :
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"><thead><tr><td class="thead" colspan="5"><div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div><div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div></td></tr></thead><tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e"><tr><td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td><td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td><td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td><td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td></tr>{$sub_forums}</tbody></table>

اما بالنسبة لتطبيق مسألة الحفر وحذف الفاصل بضربة واحدة استخدم التالى بدلا من الكود الأول (ولست متأكد جيدا من النتائج.
كود :
<table border="1" cellspacing="0" cellpadding="0" width="100%" bordercolorlight="#D8E8F5" bordercolordark="#FFFFFF"><thead><tr><td class="thead" colspan="5"><div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div><div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div></td></tr></thead><tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e"><tr><td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td><td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td><td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td><td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td></tr>{$sub_forums}</tbody></table>



RE: جعل الجداول محفورة ؟؟ - darkblue - 2009-06-10

شكرا لك Smile

جزاك الله خير