الدعم العربي
ساعدونى بهذه المشكلة بالاستايل - نسخة قابلة للطباعة

+- الدعم العربي (https://www.mybbarab.com)
+-- قسم : :: . + الأقسام الإدارية + . :: (https://www.mybbarab.com/forum-36.html)
+--- قسم : الأرشـيـف (https://www.mybbarab.com/forum-39.html)
+---- قسم : تطوير منتديات MyBB 1.2 (https://www.mybbarab.com/forum-86.html)
+----- قسم : استايلات و قوالب منتديات ماى بى بى mybb (https://www.mybbarab.com/forum-4.html)
+----- الموضوع : ساعدونى بهذه المشكلة بالاستايل (/thread-2629.html)

الصفحات: 1 2


ساعدونى بهذه المشكلة بالاستايل - be3besha3 - 2008-02-20

يا بيبو لو سمحت ساعدنى

انا عايز اعدل فى الاستايل وفى ال table header

وال table footer

بس بكتب مسار الصورة وكل حاجة ومش بترضى تتغير وتفضل القديمة زى ما هيا

ايه الحل يا كبير؟؟؟
ولو اى حد يعرف يقولى
سلامووووووووووز


Re: ساعدونى بهذه المشكلة بالاستايل - Pepo - 2008-02-20

طيب ياريت تحط روابط الصور.. والكود اللى انت بتستخدمه.. وتقولى استخدمته ازاى بالظبط عشان اقدر اصححلك
لو فيه حاجة غلط..


Re: ساعدونى بهذه المشكلة بالاستايل - be3besha3 - 2008-02-20

انا كاتب فى Table Headers (Customized in this style)
فى Background
كاتب دة


#ffffff url(images/style/bg1.jpg) top


ومسار الصورة صح ومشة عارف ليه مش بتظهر
واتفضل شوف بنفسك
http://www.ahwa.byethost13.com/forum/index.php


Re: ساعدونى بهذه المشكلة بالاستايل - Pepo - 2008-02-20

انسخلى قالب forumbit_depth1_cat


Re: ساعدونى بهذه المشكلة بالاستايل - be3besha3 - 2008-02-20

كود :
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">
    <tr>
        <tbody>

<tr>
<td align="left"><img src="{$theme['imgdir']}/cat_l.gif" alt="" border="0"></td>
<td style="background: url({$theme['imgdir']}/cat_tbg.gif) repeat-x" align="center" width="100%"><div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" /></div>
<span class="thead"><div style="text-align: left;"><strong><a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></strong></div></span>
</td>
<td align="right"><img src="{$theme['imgdir']}/cat_r.gif" alt="" border="0"></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" width="35">&nbsp;</td>
<td class="tcat"><strong>{$lang->forumbit_forum}</strong></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_threads}</strong></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_posts}</strong></td>
<td class="tcat" width="200" align="center"><strong>{$lang->forumbit_lastpost}</strong></td>
</tr>
{$sub_forums}
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">
    <tr>
        <tbody>

<tr>
<td align="left"><img src="{$theme['imgdir']}/cat_lb.gif" alt="" border="0"></td>
<td style="background: url({$theme['imgdir']}/cat_tbgb.gif) repeat-x" align="center" width="100%">
</td>
<td align="right"><img src="{$theme['imgdir']}/cat_rb.gif" alt="" border="0"></td>
</tr>
</tbody>
</table>
<br />



Re: ساعدونى بهذه المشكلة بالاستايل - Pepo - 2008-02-20

استبدله بالتالى
كود :
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">
<tr>
<tbody>
<tr>
<td class="thead" width="100%"><div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" /></div>
<span class="thead"><div style="text-align: left;"><strong><a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></strong></div></span>
</td>
<td align="right"><img src="{$theme['imgdir']}/cat_r.gif" alt="" border="0"></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" width="35">&nbsp;</td>
<td class="tcat"><strong>{$lang->forumbit_forum}</strong></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_threads}</strong></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_posts}</strong></td>
<td class="tcat" width="200" align="center"><strong>{$lang->forumbit_lastpost}</strong></td>
</tr>
{$sub_forums}
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">
<tr>
<tbody>
<tr>
<td align="left"><img src="{$theme['imgdir']}/cat_lb.gif" alt="" border="0"></td>
<td style="background: url({$theme['imgdir']}/cat_tbgb.gif) repeat-x" align="center" width="100%">
</td>
<td align="right"><img src="{$theme['imgdir']}/cat_rb.gif" alt="" border="0"></td>
</tr>
</tbody>
</table>
<br />



Re: ساعدونى بهذه المشكلة بالاستايل - be3besha3 - 2008-02-20

شكرا يا بيبو بس نفس المشكلة مع
table footer


Re: ساعدونى بهذه المشكلة بالاستايل - be3besha3 - 2008-02-20

ولما باجى اغير الصورة مش بتتغير فى الاولانية والتانية
انا اسف تعبتك معايا


Re: ساعدونى بهذه المشكلة بالاستايل - Pepo - 2008-02-20

انا مش لاقى ولا موضوع فى منتداك بيظهر فين الـ table footer؟
اذا كان قصدك اللى فى الأقسام انسخلى قالب forumdisplay_threadlist
غير هذا برجاء التوضيح


Re: ساعدونى بهذه المشكلة بالاستايل - be3besha3 - 2008-02-20

ال table footer
اللى فى اوول المنتدى اللى لونه ازرق دة انا عايزه واحط مكانه صورة
ومفيش ولا موضوع بيظهر لأن مفيش مواضيع