كود خيارات اضافية فوق الموضوع ريح اعضائك
شرح وضع خيارات اضافية فوق الموضوع ريح اعضائك
صورة توضح المقصود
شرح التعديل
افتح قالب SHOWTHREAD وابحث عن كود:
<!-- controls above postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
<if condition="$show['largereplybutton']">
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
<else />
<td class="smallfont"> </td>
</if>
<if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
<!-- / controls above postbits -->
وتحتها مباشره اضف
كود:
<!-- support-ar.com -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr align="center">
<td class="vbmenu_control"><a href="index.php?$session[sessionurl]">المنتدى</a></td>
<td class="vbmenu_control"><a href="newthread.php?$session[sessionurl]do=newthread&f=$forumid">المشاركات الجديدة</a></td>
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily">ردود اليوم</a></td>
<td class="vbmenu_control"><a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextoldest" rel="nofollow">شاهدة المشاركات</a></td>
<td class="vbmenu_control"><a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextnewest" rel="nofollow">المشاركة التالية</a></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">مشاركاتي</a></td>
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=process&showposts=0&exactname=1&searchuser=$bbuserinfo[username]">ردودي على المشاركه</a></td>
<td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">ملفي الشخصي</a></td>
</if>
</tr>
</table>
</div>
<!-- / support-ar.com -->
انتهى الشرح