كود اللفئات
+2
زهرة البستآن
ممببددععةة
6 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 2
صفحة 1 من اصل 2 • 1, 2
رد: كود اللفئات
يعني تُريدي وضع "عدد المواضيع" و "عدد المُساهمات بأسفل القسم؟
اما بالنسبه للمُشاهدين فهذه الخاصيه غير متوفره...
أخبريني نُسخة منتداك + هل عدلتي في قالب index_body او index_box
اما بالنسبه للمُشاهدين فهذه الخاصيه غير متوفره...
أخبريني نُسخة منتداك + هل عدلتي في قالب index_body او index_box
رد: كود اللفئات
لا اعلم اذا كان vb اعتقد vb
حسناً .. لا مشكلة من عدد المشاهدات
اريد عدد المواضع وعدد المساهمات مع الايطار !!
نسخة منتداي : phpBB2
قالب index_body نعم عدلت
قالب index_box لا لم اعدل علية شئ
انتظر الحل ..
رد: كود اللفئات
جربي هذا يمكن يصلح
يوضع في قالب index_box
- الكود:
<table style="width: 100px; height: 10px;" align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="stones1600" style="text-align: center;">
المواضيع
</td>
<td class="stones160" style="text-align: center;">
{catrow.forumrow.TOPICS}
</td>
<td class="stones1600" style="text-align: center;">
المساهمات
</td>
<td class="stones160" style="text-align: center;">
{catrow.forumrow.POSTS}
</td>
</tr>
</tbody>
<style>
.stones1600{
border-bottom:medium solid #FF9999;
border-top:medium solid #FF9999;
border-right:medium solid #FF9999;
border-left:medium solid #FF9999;
}
.stones160{
font-size: 19px;
border:solid 4px #CCFF99;
}
</style>
</table>
<p style="text-align: center;">
يوضع في قالب index_box
رد: كود اللفئات
ماهذا اخي ؟؟
لقد وضعتة وحذفت جميع الاكواد ووضعت الكود اللي اعطيتياه
لكن راحت جميع اقساام منتداي اختفت ؟؟؟!
رد: كود اللفئات
كود لوحده فقط عدد المواضيع والمساهمات
اذا لم يكن لديك نسخة من القالب استرجعيها من ادوات الصيانه
اذا لم تريدي يمكنني اعطاك قالب وبه الكود يوجد عدت اشكال
للكود
اذا لم يكن لديك نسخة من القالب استرجعيها من ادوات الصيانه
اذا لم تريدي يمكنني اعطاك قالب وبه الكود يوجد عدت اشكال
للكود
رد: كود اللفئات
لكن الكود لا يعمل ابداً
انظر عندما وضعت الكود
مافهمتك ايش دخل الصيانة
انا اريد الكود ياللي باصورة فقطط
رد: كود اللفئات
يشتغل من خلال قالب index_box
اليك الشرح
الان نعود لشرح من خلال التومبلات لوحة التحكم=مظهر المنتدى
تحت =التومبلات والقوالب تحت=ادارة عامه ثم قالبindex_box
تبحث عن الكود
تظهر لك كما في الصورة هذه
احذف المظلل ثم ابحث عن الكود هذا
كما في الصورة هذه
احذف المظلل وضع الكود هذا مكانه
الي بشرح هذا كود اخر ليس الكود الي تم اعطاه لك
تم الشرح وبتوفيق
:lol!:
اليك الشرح
مرحبا
نقدم لكم شرح طريقة تركيب كود عدد المواضيع وعدد المساهمات
يمكن بدل الون وضع صورة كخلفية فقط ضع
طلب يتم وضع لك الكود
وهذه صورة من الشرح
الان نعود لشرح من خلال التومبلات لوحة التحكم=مظهر المنتدى
تحت =التومبلات والقوالب تحت=ادارة عامه ثم قالبindex_box
تبحث عن الكود
- الكود:
{L_TOPICS}
تظهر لك كما في الصورة هذه
احذف المظلل ثم ابحث عن الكود هذا
- الكود:
{catrow.forumrow.TOPICS}
كما في الصورة هذه
احذف المظلل وضع الكود هذا مكانه
- ضع رد يظهر لك الكود:
- الكود:
<table td="" class="stones45" align="left" border="0" cellpadding="0" cellspacing="0" height="40" width="40">
<tbody>
<tr>
<td>
<p style="text-align: left;">المواضيع</p>
<p style="border:1px dotted #000000;text-align: left;">{catrow.forumrow.TOPICS}</p>
</td>
</tr>
<tr>
<td>
<p style="text-align: left;">المساهمات</p>
<p style="border:1px dotted #000000;text-align: left;">{catrow.forumrow.POSTS}</p>
</td>
</tr>
</tbody>
<style>
.stones45:hover{
background:#FFCCFF;
color: #FF33FF;
}
.stones45{
background:#FF99FF;
background-clip: content-box;
border-radius: 10px 10px 10px 10px;
font-size: 10px;
font-weight: bold;
}
</style>
</table>
<p style="text-align: left;">
الي بشرح هذا كود اخر ليس الكود الي تم اعطاه لك
تم الشرح وبتوفيق
:lol!:
رد: كود اللفئات
اخوي الكود مو تماام
صارت مساحة القسم كبيرة مررة
هل تستطيع وضعة تحت ع جنب مع ازالة الخلفية
ارجووك اريك كود متل ياللي باصورة اعلاً
رد: كود اللفئات
يجب تعديل تابلت 100%
يوضع اقل من 100%
لاكن اذا تم تعديل حجم
مساحة الفئات لابد من تعديل
الفئات الاخرى مثل الهيدر
والفوتر
---------------
من الطبيعي يظهر فراغ لانه المساحه
فاضية
=============
شاهدي الصورة
يوضع اقل من 100%
لاكن اذا تم تعديل حجم
مساحة الفئات لابد من تعديل
الفئات الاخرى مثل الهيدر
والفوتر
---------------
من الطبيعي يظهر فراغ لانه المساحه
فاضية
=============
شاهدي الصورة
رد: كود اللفئات
شاهدي الصورة
هذا كود اخر نفس الشرح الاول
لاكن شكله مختلف
هذا كود اخر نفس الشرح الاول
لاكن شكله مختلف
- الكود:
<table style="width: 100px; height: 10px;" align="left" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="stones1600" style="text-align: center;">
المواضيع
</td>
<td class="stones160" style="text-align: center;">
{catrow.forumrow.TOPICS}
</td>
<td class="stones1600" style="text-align: center;">
المساهمات
</td>
<td class="stones160" style="text-align: center;">
{catrow.forumrow.POSTS}
</td>
</tr>
</tbody>
<style>
.stones1600{
border-bottom:medium solid #FF9999;
border-top:medium solid #FF9999;
border-right:medium solid #FF9999;
border-left:medium solid #FF9999;
background: linear-gradient(Silver, Orange);
padding:5px;
text-align:left;
}
.stones160{
font-size: 19px;
border:solid 4px #CCFF99;
text-align:left;
}
</style>
</table>
<p style="text-align: left;">
رد: كود اللفئات
بعد إذن المُساعد, يُنقل الى القسم المُناسب وجاري النظر في أمر طلبك.. المرجوا الصبر قليلآ....
رد: كود اللفئات
عملت لك واحد شبيه:
ضعيه في index_box
أي تغييرات في الشكل أخبريني او آتني بالأيقونتان وسيتم
- الكود:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall">{LAST_VISIT_DATE}<br />
{CURRENT_TIME}<br />
</span>
<!-- END switch_user_logged_in -->
<div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
</td>
<td class="gensmall" align="right" valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
<!-- END switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</table>
<!-- BEGIN catrow --><!-- 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="250"><div style="width:250px;">{L_LASTPOST}</div></th>
</tr>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
<h{catrow.cathead.LEVEL} class="hierarchy">
<span class="cattitle">
<a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
</span>
</h{catrow.cathead.LEVEL}>
</td>
<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
<!-- END inc -->
<td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>
<td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
</span>
</h{catrow.forumrow.LEVEL}>
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
<br>
<span class="gensmall">
<img src="http://2img.net/i/fa/subsilver/icon_mini_groups.gif"> المواضيع: {catrow.forumrow.TOPICS}</span> <span class="gensmall"><img src="http://2img.net/i/fa/subsilver/icon_mini_members.gif"> المشاركات: {catrow.forumrow.POSTS}</span>
<br><span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<!-- BEGIN avatar -->
<div style="width: 200px;"></div>
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
</tr>
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" />
<!-- END tablefoot --><!-- END catrow -->
ضعيه في index_box
أي تغييرات في الشكل أخبريني او آتني بالأيقونتان وسيتم
رد: كود اللفئات
جميل جدأ لكن بوجد مساحة في الاقسام
هل تستطيع تعديلة وتضع تباعد بين المواضيع والمشاركات
وتضع ايطار كالذي في الصورة
رد: كود اللفئات
أعتذر عن التأخير بالرد, لم انتبه على ردك الأخير. تفضلي هذا واحد آخر ومنسق أفضل:
يوضع بنفس المكان الأول.
- الكود:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall">{LAST_VISIT_DATE}<br />
{CURRENT_TIME}<br />
</span>
<!-- END switch_user_logged_in -->
<div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
</td>
<td class="gensmall" align="right" valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
<!-- END switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</table>
<!-- BEGIN catrow --><!-- 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="250"><div style="width:250px;">{L_LASTPOST}</div></th>
</tr>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
<h{catrow.cathead.LEVEL} class="hierarchy">
<span class="cattitle">
<a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
</span>
</h{catrow.cathead.LEVEL}>
</td>
<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
<!-- END inc -->
<td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>
<td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
</span>
</h{catrow.forumrow.LEVEL}>
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
<br>
<fieldset class="fieldset" style="WIDTH: 100%; HEIGHT: 43px">
<legend>احصائيات القسم</legend>
<table width="100%">
<tr>
<td>
<img src="http://2img.net/i/fa/subsilver/icon_mini_groups.gif"> المواضيع: {catrow.forumrow.TOPICS}
</td>
<td>
<img src="http://2img.net/i/fa/subsilver/icon_mini_members.gif"> المشاركات: {catrow.forumrow.POSTS}
</td>
</tr>
</table>
<span class="gensmall">
<br><span class="gensmall"></fieldset>
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<!-- BEGIN avatar -->
<div style="width: 200px;"></div>
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
</tr>
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" />
<!-- END tablefoot --><!-- END catrow -->
يوضع بنفس المكان الأول.
رد: كود اللفئات
هيك تماام لكن توجد مشاكل
انظر النتيجة
وياريت تصغر الايطار شوي وترفعة ع فووق عشان م يكون فية مساحة في صوره جديد وقديم ومغلق
رد: كود اللفئات
والأن:
- الكود:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall">{LAST_VISIT_DATE}<br />
{CURRENT_TIME}<br />
</span>
<!-- END switch_user_logged_in -->
<div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
</td>
<td class="gensmall" align="right" valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
<!-- END switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</table>
<!-- BEGIN catrow --><!-- 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="250"><div style="width:250px;">{L_LASTPOST}</div></th>
</tr>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
<h{catrow.cathead.LEVEL} class="hierarchy">
<span class="cattitle">
<a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
</span>
</h{catrow.cathead.LEVEL}>
</td>
<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
<!-- END inc -->
<td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>
<td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
</span>
</h{catrow.forumrow.LEVEL}>
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
<fieldset class="fieldset" style="WIDTH: 95%; HEIGHT: 43px">
<legend>احصائيات القسم</legend>
<table width="100%">
<tr>
<td>
<img src="http://2img.net/i/fa/subsilver/icon_mini_groups.gif"> المواضيع: {catrow.forumrow.TOPICS}
</td>
<td>
<img src="http://2img.net/i/fa/subsilver/icon_mini_members.gif"> المشاركات: {catrow.forumrow.POSTS}
</td>
</tr>
</table>
<span class="gensmall">
<br><span class="gensmall"></fieldset>
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<!-- BEGIN avatar -->
<div style="width: 200px;"></div>
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
</tr>
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" />
<!-- END tablefoot --><!-- END catrow -->
رد: كود اللفئات
هيكك تمام هل تستطيع تصغير الخط
وتصغير الايطار يعني اتخلية كدا فاتح او اضع ايطار من عندي
واسفة يذا تعبتكك معي
رد: كود اللفئات
تم التعديل على الخط
وبالنسبة للايطار معرفتش اعدل عليه
- الكود:
<table style="width: 100%;" align="center" border="0" cellpadding="0" cellspacing="1">
<tbody>
<tr>
<td valign="bottom">
<!-- BEGIN switch_user_logged_in --> <span class="gensmall">{LAST_VISIT_DATE}<br /> {CURRENT_TIME}<br /> </span>
<!-- END switch_user_logged_in -->
<div class="nav">
<a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}
</div>
</td>
<td class="gensmall" align="right" valign="bottom">
<!-- BEGIN switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br /> <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
<!-- END switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</tbody>
</table>
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<table style="width: 100%;" class="forumline" border="0" cellpadding="0" cellspacing="1">
<tbody>
<tr>
<th style="width: 100%; white-space: nowrap;" colspan="{catrow.tablehead.INC_SPAN}" class="secondarytitle">
{catrow.tablehead.L_FORUM}
</th>
<th style="width: 250px; white-space: nowrap;">
<div style="width:250px;">
{L_LASTPOST}
</div>
</th>
</tr>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<tr>
<!-- BEGIN inc -->
<td style="width: 46px;" class="{catrow.cathead.inc.INC_CLASS}">
<img style="width: 46px; height: 0px;" src="{SPACER}" />
</td>
<!-- END inc -->
<td style="width: 100%;" class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}">
<h{catrow.cathead.level} class="hierarchy"> <span class="cattitle"> <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a> </span> </h{catrow.cathead.level}>
</td>
<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right">
</td>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<!-- BEGIN inc -->
<td style="width: 46px;" class="{catrow.forumrow.inc.INC_CLASS}">
<img style="width: 46px; height: 0px;" src="{SPACER}" alt="." />
</td>
<!-- END inc -->
<td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>
<td style="width: 100%; height: 50px;" class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top">
<h{catrow.forumrow.level} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> </h{catrow.forumrow.level}> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> <fieldset class="fieldset" style="WIDTH: 95%; HEIGHT: 43px"> <legend></legend><span style="font-size: 10px;">احصائيات القسم </span></fieldset>
<table _moz_resizing="true" style="width: 100%; height: 43px;">
<tbody>
<tr>
<td>
<img src="http://2img.net/i/fa/subsilver/icon_mini_groups.gif" /> <span style="font-size: 10px;">المواضيع: </span>{catrow.forumrow.TOPICS}
</td>
<td>
<img src="http://2img.net/i/fa/subsilver/icon_mini_members.gif" /> <span style="font-size: 10px;">المشاركات: </span>{catrow.forumrow.POSTS}
</td>
</tr>
</tbody>
</table><fieldset class="fieldset" style="WIDTH: 95%; HEIGHT: 43px"> <span class="gensmall"> <br /><span class="gensmall"></span></span></fieldset>
<!-- BEGIN switch_moderators_links --> {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links --> {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
</td>
<td style="height: 50px;" class="row3 over" align="center" valign="middle">
<!-- BEGIN avatar -->
<div style="width: 200px;">
</div>
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar --> <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<tr>
<!-- BEGIN inc -->
<td style="width: 46px;" class="{catrow.catfoot.inc.INC_CLASS}">
<img style="width: 46px; height: 0px;" src="{SPACER}" />
</td>
<!-- END inc -->
<td style="height: 1px;" class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}">
<img style="width: 1px; height: 1px;" src="{SPACER}" alt="" />
</td>
</tr>
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
</tbody>
</table><img style="width: 1px; height: 5px;" src="{SPACER}" alt="" />
<!-- END tablefoot -->
<!-- END catrow -->
رد: كود اللفئات
مرحباً, بعد إذن حبايبي المساعدين؛
أختي بكل بساطة ضعي لنا رابط المنتدى الذي أتيتي منه بالصورة , وسآتيكي بالكود ونغيير ما يجب تغييره وسيكون مثل ما تريدين بالظبط بإذن الله ؛
أختي بكل بساطة ضعي لنا رابط المنتدى الذي أتيتي منه بالصورة , وسآتيكي بالكود ونغيير ما يجب تغييره وسيكون مثل ما تريدين بالظبط بإذن الله ؛
SaLEm Hen!CHE-
-
عدد المساهمات : 567
معدل النشاط : 7079
السُمعة : 60
رد: كود اللفئات
وايضا كود css
لوضع الايطار كما طلبتى
- الكود:
fieldset {
background: none repeat scroll 0 0 #F9F9F9;
border-bottom-left-radius: 8px;
border-color: #29A5FF;
border-left: 6px solid #29A5FF;
border-right: 6px solid #29A5FF;
border-style: solid;
border-top-right-radius: 8px;
border-width: 1px 6px 1px 1px;
color: #2E5961;
font: 11px Tahoma;
padding: 3px 5px;
text-align: right;
}
رد: كود اللفئات
SaLEm Hen!CHE كتب:مرحباً, بعد إذن حبايبي المساعدين؛
أختي بكل بساطة ضعي لنا رابط المنتدى الذي أتيتي منه بالصورة , وسآتيكي بالكود ونغيير ما يجب تغييره وسيكون مثل ما تريدين بالظبط بإذن الله ؛
مراحب اسفة ع التأأخير
تفضل الرابط :-
في انتظاركك
Arabian Star كتب:وايضا كود cssلوضع الايطار كما طلبتى
- الكود:
fieldset {
background: none repeat scroll 0 0 #F9F9F9;
border-bottom-left-radius: 8px;
border-color: #29A5FF;
border-left: 6px solid #29A5FF;
border-right: 6px solid #29A5FF;
border-style: solid;
border-top-right-radius: 8px;
border-width: 1px 6px 1px 1px;
color: #2E5961;
font: 11px Tahoma;
padding: 3px 5px;
text-align: right;
}
واااااااااااااااااااااااااااااو جداً جمييييييل
شكراً لكك .. هل استطيع تغيرالخلفية بدال الرمادي
او اوضع خلفية من عندي
صفحة 1 من اصل 2 • 1, 2
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 2
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى