كيف اقدر اوسع خانة اخر موضوع في الصفحة الرئيسية ؟

الحالة
مغلق و غير مفتوح للمزيد من الردود.

edubai

عضو جديد
30 مايو 2008
40
0
0
السلام عليكم


كيف اقدر اوسع خانة اخر موضوع في الصفحة الرئيسية ؟



وشكرا
 

edubai

عضو جديد
30 مايو 2008
40
0
0
هذا الي وجدتة في القالب شو اسوي بعدين .. ؟؟
<tbody>
<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<if condition="$childforumbits">
<a style="float:$stylevar
" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
</if>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>​
 

ENG MUHAMED

[ADMIN]
طاقم الإدارة
25 فبراير 2008
10,079
43
48
support-ar.net
هذا الي وجدتة في القالب شو اسوي بعدين .. ؟؟
<tbody>
<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<if condition="$childforumbits">
<a style="float:$stylevar
" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
</if>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>​




افتح الفرونت بيج واختر التصاميم
وحاول توسع الخانه

او استبدل القالب ب
ده لو استايل nice اللى راكب فى منتداك او منتدانا

PHP:
<table style="width: 100%" cellpadding="0" cellspacing="0" class="style1">
    <tr>
        <td>
        <img alt="" src="nice/nice/cat_r.gif" width="11" height="29" border="0" /></td>
<td class="style8"><if condition="$childforumbits">
            <a href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a></if></td>
        <td style="width: 100%" class="style8" align="center"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a></td> 
        <td><img alt="" src="nice/nice/cat_l.gif" width="64" height="29" border="0" /></td>
    </tr>
    <tr>
        <td colspan="4" style="width: 100%; height: 9px" class="style9"></td>
    </tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
    <tr align="center">
      <td class="thead"> </td>
      <td class="thead" width="53%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="134">$vbphrase[last_post]</td>
      <td class="thead">$vbphrase[threads]</td>
      <td class="thead">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>
      </if>
    </tr>
$childforumbits
</tbody>
</if>
</table>
 
الحالة
مغلق و غير مفتوح للمزيد من الردود.