مشكلة فى عدم تساوى الاقسام

البرنس :

عضو جديد
22 ديسمبر 2008
238
1
0
مع نفسى
www.support-ar.com
مشكلة فى عدم تساوى الاقسام

0Cg58286.gif

 

محمد84

:: عضو مميز ::
20 فبراير 2009
2,925
8
0
www.facebook.com
اخي هل المشكلة في هذا الستايل فقط

جرب في الستايل الافتراضي
 

Alamia

:: محمد الشرقاوى ::, Contributor
Coder/Designer
تفضل اخى الفاضل



أذهب إلى القالب forumhome_lastpostby

واستبدل التمبلت كاملا بهذا الكود

PHP:
<if condition="$show['lastpostinfo']"> <div class="smallfont" align="$stylevar[left]">     <div style="clear:both">         <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="250">           <tr>             <td width="100%"><if condition="$show['lastpostinfo']">         <if condition="$show['icon']"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if>         <a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a> </if>             </td>           </tr>         </table>     </div>     <div<if condition="is_browser('ie', 6)"> style="float:$stylevar[left]"</if>>         <phrase 1="member.php?$session[sessionurl]find=lastposter&f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>     </div>     <div align="$stylevar[right]">         $lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>         <a href="showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>     </div> </div> <else /> <div class="smallfont" align="$stylevar[right]">     $lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>     <a href="showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a> </div> </if>

حل اخر اخى

قم بعمل الاتي

أفتح تمبلت forumhome_forumbit_level1_nopost

PHP:
<tr align="center"> 
   <td class="thead"> </td> 
   <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> 
   <td class="thead" width="175">$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>

استبدلها بالاتي

PHP:
<tr align="center"> 
   <td class="thead" width="5%"> </td> 
   <td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td> 
   <td class="thead" width="25%">$vbphrase[last_post]</td> 
   <td class="thead" width="10%">$vbphrase[threads]</td> 
   <td class="thead" width="10%">$vbphrase[posts]</td> 
   <if condition="$vboptions['showmoderatorcolumn']"> 
   <td class="thead" width="0%">$vbphrase[moderator]</td> 
   </if> 
 </tr>


ولاتنسى اخذ نسخة احتياطية قبل بداء العمل

موفق ان شاء الله