تسجيل الدخول

مشاهدة النسخة كاملة : تطوير محرك البحث في المنتدى


VIP
28-10-2005, 04:07 PM
مرحبا اخواني الاعزاء

احبتي اقدم لكم هذا التعديل البسيط على تمبلت navbar الذي يقوم بتطوير محرك البحث .

لكن هذا التعديل اضيف له بعض الاضافات البسيطه حتى يشمل كل من :
* البحث المتطور
* مشاركات اليوم
* المشاركات الجديدة
* استعراض مرفقات العضو

وهذه صورة لمحرك البحث بعد التعديل :

http://www.kwety.net/kwety1/q86/advanced_search_after_edit.JPG

وتعديل التمبلت علينا اتباع الخطوات التاليه

افتح ملف navbar وابحث عن الكود التالي :

<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="text" class="bginput" name="query" size="20" />$gobutton<br />
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[advanced_search]</a></td>
</tr>
</table>
</div>
<!-- / header quick search form -->

وإستبدله بهذا الكود الجديد :

<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="text" class="bginput" name="query" size="20" />$gobutton<br />
</form>
</td>
</tr>
<tr>
<td class="thead">خيارات اخرى للبحث</td>
</tr>
<tr>
<if condition="$vboptions['enablesearches']"><td class="vbmenu_option"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[advanced_search]</a></td></if>
</tr>
<tr>
<if condition="$vboptions['enablesearches']"><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td></if>
</tr>
<tr>
<if condition="$vboptions['enablesearches']"><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td></if>
</tr>
<tr>
<td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editattachments">$vbphrase[attachments]</a></td>
</tr>
</table>
</div>
<!-- / header quick search form -->

اتمنى يعجبكم ...