المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : تعديل جميل على شكل الاقسام و المنتديات الفرعيه



Chakira
10-30-2013, بتوقيت غرينيتش 09:22 PM
http://www.dzbatna.com/images/icons/iconrote.gif طھط¹ط¯ظٹظ„ ط¬ظ…ظٹظ„ ط¹ظ„ظ‰ ط´ظƒظ„ ط§ظ„ط§ظ‚ط³ط§ظ… ظˆ ط§ظ„ظ…ظ†طھط¯ظٹط§طھ ط§ظ„ظپط±ط¹ظٹظ‡ (http://www.dzbatna.com/t1603899/)



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


أخواني

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


صور الى عمل التعديل


http://www.rawabetvb.net/upload/5a7e2445911.gif


صوره الى المنتديات الفرعيه


http://www.rawabetvb.net/upload/5a7e2445912.gif


طريقة العمل

توجه الى القالب template forumdisplay
أبحث عن

رمز PHP:

<code style="white-space:nowrap"> <code> <tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="100%" align="$stylevar&#91;left&#93;">$vbphrase&#91;forum&#93;</td>
<td class="thead">$vbphrase&#91;last_post&#93;</td>
<td class="thead">$vbphrase&#91;threads&#93;</td>
<td class="thead">$vbphrase&#91;posts&#93;</td>
<if condition="$vboptions&#91;showmoderatorcolumn&#93;">
<td class="thead">$vbphrase&#91;moderator&#93;</td>
</if>
</tr>
</code> </code>

أستبدله بـ

رمز PHP:

<code style="white-space:nowrap"> <code> <tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="100%" align="$stylevar&#91;left&#93;">$vbphrase&#91;forum&#93;</td>
<td class="thead">$vbphrase&#91;threads&#93;&nbsp;/&nbsp;$vbphrase&#91;posts&#93;</td>
</tr>
</code> </code>

توجه الى القالب template forumhome
أبحث عن

رمز PHP:

<code style="white-space:nowrap"> <code> <tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="100%" align="$stylevar&#91;left&#93;">$vbphrase&#91;forum&#93;</td>
<td class="thead">$vbphrase&#91;last_post&#93;</td>
<td class="thead">$vbphrase&#91;threads&#93;</td>
<td class="thead">$vbphrase&#91;posts&#93;</td>
<if condition="$vboptions&#91;'showmoderatorcolumn'&#93;">
<td class="thead">$vbphrase&#91;moderator&#93;</td>
</if>
</tr>
</code> </code>

أستبدله بـ




رمز PHP:

<code style="white-space:nowrap"> <code> <tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="100%" align="$stylevar&#91;left&#93;">$vbphrase&#91;forum&#93;</td>
<td class="thead">$vbphrase&#91;threads&#93;&nbsp;/&nbsp;$vbphrase&#91;posts&#93;</td>
</tr>
</code> </code>

توجه الى القالب template forumhome_forumbit_level1_post
أستبدل محتواه بتالي

رمز PHP:

<code style="white-space:nowrap"> <code> <if condition="!$show&#91;'collapsable_forums'&#93;">
<tbody>
</if>
<tr>
<td rowspan="2" class="alt2"><img src="$stylevar&#91;imgdir_statusicon&#93;/$forum&#91;imageprefix&#93;forum_$forum&#91;statusicon&#93;.gif" alt="" border="0" id="forum_statusicon_$forum&#91;forumid&#93;" /></td>
<td class="alt1Active" colspan="2" align="$stylevar&#91;left&#93;" id="f$forum&#91;forumid&#93;"><div>
<a href="forumdisplay.php?$session&#91;sessionurl&#93;f=$forum&#91;foru mid&#93;"><strong>$forum&#91;title&#93;</strong></a>
<if condition="$show&#91;'browsers'&#93;"><span class="smallfont">(<phrase 1="$forum&#91;browsers&#93;">$vbphrase&#91;x_viewing&#93;</phrase>)</span></if>
</div>
<if condition="$show&#91;'forumdescription'&#93;"><div class="smallfont">$forum&#91;description&#93;</div></if>
<if condition="$show&#91;'forumsubscription'&#93;"><div class="smallfont"><strong><a href="subscription.php?$session&#91;sessionurl&#93;do=removesubs cription&amp;f=$forum&#91;forumid&#93;" rel="nofollow">$vbphrase&#91;unsubscribe_from_this_forum&#93;</a></strong></div></if>
<if condition="$show&#91;'subforums'&#93;"><div class="smallfont" style="margin-top:$stylevar&#91;cellpadding&#93;px"><strong>$vbphrase&#91;subforums&#93;</strong>: $forum&#91;subforums&#93;</div></if></td>
</tr>
<tr>
<td class="alt2" id="f$forum&#91;forumid&#93;">$forum&#91;lastpostinfo&#93;</td><td class="alt2"><div style="background-position:left; float:right;margin-right:20px; width:80px; height:20px; background-image:url($stylevar&#91;imgdir_misc&#93;/bg_compteur.png); background-repeat: no-repeat; text-align:center;"><div style="padding-top:1px; color: white; font-weight: bold;">$forum&#91;threadcount&#93; / $forum&#91;replycount&#93;</div></div></td>
</tr>
<if condition="!$show&#91;'collapsable_forums'&#93;">
</tbody>
</if>
<if condition="$childforumbits">
<if condition="!$show&#91;'collapsable_forums'&#93;">
<tbody>
</if>
$childforumbits
<if condition="!$show&#91;'collapsable_forums'&#93;">
</tbody>
</if>
</if>
</code> </code>

توجه الى القالب template forumhome_forumbit_level2_post
أستبدل محتواه بتالي

رمز PHP:

<code style="white-space:nowrap"> <code> <tr>
<td rowspan="2" class="alt2"><img src="$stylevar&#91;imgdir_statusicon&#93;/$forum&#91;imageprefix&#93;forum_$forum&#91;statusicon&#93;.gif" alt="" border="0" id="forum_statusicon_$forum&#91;forumid&#93;" /></td>
<td class="alt1Active" colspan="2" align="$stylevar&#91;left&#93;" id="f$forum&#91;forumid&#93;"><div>
<a href="forumdisplay.php?$session&#91;sessionurl&#93;f=$forum&#91;foru mid&#93;"><strong>$forum&#91;title&#93;</strong></a>
<if condition="$show&#91;'browsers'&#93;"><span class="smallfont">(<phrase 1="$forum&#91;browsers&#93;">$vbphrase&#91;x_viewing&#93;</phrase>)</span></if>
</div>
<if condition="$show&#91;'forumdescription'&#93;"><div class="smallfont">$forum&#91;description&#93;</div></if>
<if condition="$show&#91;'forumsubscription'&#93;"><div class="smallfont"><strong><a href="subscription.php?$session&#91;sessionurl&#93;do=removesubs cription&amp;f=$forum&#91;forumid&#93;" rel="nofollow">$vbphrase&#91;unsubscribe_from_this_forum&#93;</a></strong></div></if>
<if condition="$show&#91;'subforums'&#93;"><div class="smallfont" style="margin-top:$stylevar&#91;cellpadding&#93;px"><strong>$vbphrase&#91;subforums&#93;</strong>: $forum&#91;subforums&#93;</div></if></td>
</tr>
<tr>
<td class="alt2" id="f$forum&#91;forumid&#93;">$forum&#91;lastpostinfo&#93;</td><td class="alt2"><div style="background-position:left; float:right;margin-right:20px; width:80px; height:20px; background-image:url($stylevar&#91;imgdir_misc&#93;/bg_compteur.png); background-repeat: no-repeat; text-align:center;"><div style="padding-top:1px; color: white; font-weight: bold;">$forum&#91;threadcount&#93; / $forum&#91;replycount&#93;</div></div></td>
<tr>

$childforumbits
</code> </code>

توجه الى القالب template forumhome_lastpostby
أستبدل محتواه بتالي

رمز PHP:

<code style="white-space:nowrap"> <code> <if condition="$show&#91;'lastpostinfo'&#93;">
<div class="smallfont" style="float:left;">
<div style="float:left;">
<span style="white-space:nowrap"><strong>أخر مشاركه:</strong>&nbsp;
<if condition="$show&#91;'icon'&#93;"><img class="inlineimg" src="$icon&#91;iconpath&#93;" alt="$icon&#91;title&#93;" border="0" /></if>
<if condition="$lastpostinfo&#91;'prefix'&#93;">
$lastpostinfo&#91;prefix&#93;
</span><if condition="is_browser('safari')"><!--bug#24775-->&nbsp;</if>
<span style="white-space:nowrap">
</if>
<a href="showthread.php?$session&#91;sessionurl&#93;goto=newpost&amp;t= $lastpostinfo&#91;lastthreadid&#93;" style="white-space:nowrap" title="<phrase 1="$lastpostinfo&#91;lastthread&#93;">$vbphrase&#91;go_first_unread_in_thread_x&#93;</phrase>"><strong>$lastpostinfo&#91;trimthread&#93;</strong></a></span>
&nbsp;</div>
<div style="float:left;"<if condition="is_browser('ie', 6)">; float:$stylevar&#91;left&#93;</if>">
<phrase 1="member.php?$session&#91;sessionurl&#93;find=lastposter&amp;f=$ lastpostinfo&#91;forumid&#93;" 2="$lastpostinfo&#91;lastposter&#93;">$vbphrase&#91;by_x&#93;</phrase>
</div>
<div style="float:left;">&nbsp; •
$lastpostinfo&#91;lastpostdate&#93; <if condition="!$show&#91;'detailedtime'&#93;"><span class="time">$lastpostinfo&#91;lastposttime&#93;</span></if>
<a href="showthread.php?$session&#91;sessionurl&#93;p=$lastpostinfo &#91;lastpostid&#93;#post$lastpostinfo&#91;lastpostid&#93;"><img class="inlineimg" src="$stylevar&#91;imgdir_button&#93;/lastpost.gif" alt="$vbphrase&#91;go_to_last_post&#93;" border="0" /></a>
</div>
</div>
<else />
<div class="smallfont">
$lastpostinfo&#91;lastpostdate&#93; <if condition="!$show&#91;'detailedtime'&#93;"><span class="time">$lastpostinfo&#91;lastposttime&#93;</span></if>
<a href="showthread.php?$session&#91;sessionurl&#93;p=$lastpostinfo &#91;lastpostid&#93;"><img class="inlineimg" src="$stylevar&#91;imgdir_button&#93;/lastpost.gif" alt="$vbphrase&#91;go_to_last_post&#93;" border="0" /></a>
</div>
</if>
</code> </code>

أنتهى و مبروك عليك الشكل الجديد لمنتداك
أتمنى ان يكون قد عجبكم التعديل

اخوكم بحريني
http://www.rawabetvb.com/vb/showthread.php?t=166335






ألعاب الأندرويد مجانا و حصريا (http://www.apotox.info/forum)



https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-ash4/482113_236967293114455_1193518507_n.png (http://www.dzbatna.com)
©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى (http://www.dzbatna.com)©

استعمل مربع البحث في الاسفل لمزيد من المواضيع


سريع للبحث عن مواضيع في المنتدى