السلام عليكم ورحمة الله تفضلي الشرح اختي
لوحة الادارة > مظهر المنتدي > التومبلايتات و القوالب > إدار عامةنختار هذا القالب index_box ونضغط عليه تعديل نبحث عن هذا الكودالكود: ---------تضليل المحتوى
الكود:
<!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap"
width="100%"
class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
<th nowrap="nowrap" width="50">{L_TOPICS}</th>
<th nowrap="nowrap" width="50">{L_POSTS}</th>
<th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
</tr>
<!-- END tablehead -->
نحذفة ونضع الكود التالي مكانهالكود: ---------تضليل المحتوى
الكود:
<!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap"
width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM}
</th>
<th nowrap="nowrap" width="150"><div style="width:150px;">المشاركة الاخيرة</div></th>
<th nowrap="nowrap" width="100">إحصائيات</th>
</tr>
<!-- END tablehead -->
ثم نبحث عن هذا الكود في نفس القالب ايضاالكود: ---------تضليل المحتوى
الكود:
</span>
</td>
<td class="row3" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.TOPICS}</span>
</td>
<td class="row2" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.POSTS}</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
</td>
</tr>
<!-- END forumrow -->
نحذفة ونضع الكود التالي مكانهالكود: ---------تضليل المحتوى
الكود:
</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
</td>
<td class="row3" align="center" valign="middle" height="50">
<div style="width: 136px; height: 18px; margin-top: 3px" id="A7medvirus">
<font face="Tahoma"><span style="font-size:
8pt">االمواضيع : {catrow.forumrow.TOPICS}</span></font>
</div>
<div style="width: 136px; height: 18px; margin-top: 3px" id="HiMa-ElMaSrY">
<font face="Tahoma"><span style="font-size:
8pt">المشاركات : {catrow.forumrow.POSTS}</span></font>
</div>
</td>
</tr>
<!-- END forumrow -->
ثم نسجل التومبلاتات وننشرها ثم نذهب اليلوحة الادارة / مظهر المنتدي/ الوان/ ورقة تصميم cssونضع هذا الكودالكود: ---------تضليل المحتوى
الكود:
#A7medvirus {
background-image: url("http://i66.servimg.com/u/f66/12/46/69/62/ice10.png");
border: 1px solid #C0C0C0;
border-radius: 15px 15px 15px 15px;
margin: 0 auto;
padding-bottom: 1px;
padding-top: 1px;
width: 20%;
}
#HiMa-ElMaSrY {
background-image: url("http://i66.servimg.com/u/f66/12/46/69/62/ice10.png");
border: 1px solid #C0C0C0;
border-radius: 15px 15px 15px 15px;
margin: 0 auto;
padding-bottom: 1px;
padding-top: 1px;
width: 20%;
}