اي دي| لخدمات التصميم والاشهار والتطوير
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

اي دي| لخدمات التصميم والاشهار والتطوير

ستايلات | برامج | اشهار المواقع | برامج الاشهار | شروحات البرامج | دعم فني | اكواد Css
 
الرئيسيةالبوابةأحدث الصورالتسجيلدخول

 

 عرض اقسام حلم النسيان الاخير

اذهب الى الأسفل 
كاتب الموضوعرسالة
أمير فلسطين
عضو جديد
عضو جديد



عدد المشاركات" : 38
نقاط : 86
تاريخ التسجيل : 16/06/2010

عرض اقسام حلم النسيان الاخير Empty
مُساهمةموضوع: عرض اقسام حلم النسيان الاخير   عرض اقسام حلم النسيان الاخير Emptyالأربعاء يونيو 16, 2010 10:32 pm

بسم الله الرحمن الرحيم


السلام عليكم ورحمة الله وبركاته


طريقة عرض الاقسام مثل حلم النسيان الاخييير


ممكن تكون الطريقة نزلت وانا مدري بحثت عنها وما لقيتها

اول شي نشوف المثال


عرض اقسام حلم النسيان الاخير RGa10888


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

شرح التركيب


افتح القالبين :

forumhome_forumbit_level1_nopost
forumhome_forumbit_level2_nopost


واستبدلهم بالتالي :


رمز PHP:




<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>

<
td class="thead" width="50%" align="center">$vbphrase[forum] <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a></td>

<
td class="thead" width="10%" align="center">إحصائيات</td>

<
td class="thead" width="40%" align="center">$vbphrase[last_post]</td>

</
tr>

$childforumbits

</tbody>

</if>

</
table>








افتح القالبين :
forumhome_forumbit_level1_post
forumhome_forumbit_level2_post


واستبدلهم بـ :


رمز PHP:




<tr align="center">

<
td class="alt1Active" align="$stylevar" id="f$forum[forumid]">

<
a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>

<if
condition="$show['browsers']"><span class="smallfont">

(<
phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>

<if
condition="$show['forumdescription']">

<
div class="smallfont">$forum[description]</div>


</if>

<if
condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>

<if
condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px">$forum[subforums]</div>

</if>

</
td>

<
td class="forcenter">

$forum[threadcount] || $forum[replycount]

<if
condition="$vboptions['showmoderatorcolumn']">

<
div id="moderators_$forum[forumid]" class="smallfont" align="center" >

<
a href="#moderators">

<
img src="$stylevar[imgdir_button]/collapse_alt_collapsed.gif" border="0" alt="$vbphrase[moderator]" /></a> <script type="text/javascript"> vbmenu_register("moderators_$forum[forumid]", true); </script>

</div>

</if>

<div class="vbmenu_popup" id="moderators_$forum[forumid]_menu" style="display:none">

<table cellpadding="4" cellspacing="1" border="0" width="250">

<tr><td class="thead" dir="rtl">

<strong style="font-weight: 400"> المشرفين على » $forum[title] </strong></td></tr>

<tr><td class="alt1" dir="rtl" height="35">

<if condition="$forum[moderators]">

$forum[moderators]

<else />

لا يوجد مشرف </if>

</td></tr>

</table>

</div>

</td>

<td class="alt1Active">

$forum[lastpostinfo]

</td>

</tr>

$childforumbits







افتح قالب :
FORUMHOME

ابحث عن :
<!-- main -->
و
<!-- /main -->

احذف الكود اللي بينهم كامل
واستبدله بـ


رمز PHP:




<!-- main -->

$forumbits

$forumhome_markread_script

<!-- /main -->








ابحث بداخل قالب : FORUMDISPLAY



رمز PHP:




<if condition="$show['forumslist']">

<!--
sub-forum list -->

<
table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">

<
tr>

<
td class="tcat" width="100%">$vbphrase[subforums]<span class="normal"> : $foruminfo[title]</span></td>

<if
condition="$show['forumsearch']">

<
td class="vbmenu_control" id="forumsearch.subforums" nowrap="nowrap"><a href="search.php?$session[sessionurl]f=$foruminfo[forumid]" rel="nofollow">$vbphrase[search_this_forum]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("forumsearch.subforums"); </script></if></td>

</if>

</tr>

</table>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

<thead>

<tr align="center">

<td class="thead">&nbsp;</td>

<td class="thead" width="100%" align="$stylevar">$vbphrase[forum]</td>

<td class="thead">$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>

</thead>

$forumbits

</table>

<br />

<!-- / sub-forum list -->

</if>







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



رمز PHP:




<if condition="$show['forumslist']">

<!--
sub-forum list -->

<
table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">

<
tr>

<
td class="tcat" width="100%">$vbphrase[subforums]<span class="normal"> : $foruminfo[title]</span></td>

<if
condition="$show['forumsearch']">

<
td class="vbmenu_control" id="forumsearch.subforums" nowrap="nowrap"><a href="search.php?$session[sessionurl]f=$foruminfo[forumid]" rel="nofollow">$vbphrase[search_this_forum]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("forumsearch.subforums"); </script></if></td>

</if>

</tr>

</table>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

<thead>

<tr align="center">

<td class="thead">&nbsp;</td>

<td class="thead" width="100%" align="$stylevar">$vbphrase[forum]</td>

<td class="thead">$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>

</thead>

$forumbits

</table>

<br />

<!-- / sub-forum list -->

</if>







ثم اضف هالكود في تعاريف CSS الإضافية/Additional CSS Definitions



رمز PHP:




.forcenter{background:#E4DBBE;border-left:1px solid #A7894D;border-right:1px solid #A7894D;color:#333;font:8pt tahoma}









رمز PHP:




#E4DBBE >> لون الخط

#A7894D >> لون العمودين على اليسار واليمين










وسامحوني اذا فيه خطاء او اي شي
الرجوع الى أعلى الصفحة اذهب الى الأسفل
 
عرض اقسام حلم النسيان الاخير
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-
» البنرات المظللة [فعاليات المنتدى] مقدمة من فريق حلم النسيان << الان بدون هاكات

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
اي دي| لخدمات التصميم والاشهار والتطوير :: الدعم الفني لمنتديات VBulletin ::   :: قسم تطوير المنتديات VB-
انتقل الى: