ط§ظ„ط¨ط*ط« ط¨ط§ظ„ظƒظ„ظ…ط§طھ ط§ظ„ط¯ظ„ط§ط¦ظ„ظٹظ„ظ‡+ظ…ط´ط§ط±ظƒط§طھ ط¬ط¯ظٹط¯ط© +ظ…ظˆط§ط¶ظٹط¹ ظ„ظ… ظٹط±ط¯ ط¹ظ„ظٹظ‡ط§+ ظ…ط´ط§ط±ظƒط§طھ ط§ظ„ظٹظˆظ…



كود code البحث بالكلمات الدلائليله + بحث في قائمة الأعضاء + مشاركات جديدة + مواضيع لم يتم الرد عليها+ مشاركات اليوم + عرض مشاركاتي

مثال على الطبيعه من الرابط التالي

http://www.a-mot.com/vb/search.php


مثال على ذالك بالصوره






الطريقه سهله جدا





افتح قالب template navbar النفبار

ابحث عن الكود code التالي


رمز Code:
<!-- header quick search form --> <div class=&quot;vbmenu_popup&quot; id=&quot;navbar_search_menu&quot; style=&quot;display:none;margin-top:3px&quot; align=&quot;$stylevar[left]&quot;> <table cellpadding=&quot;4&quot; cellspacing=&quot;1&quot; border=&quot;0&quot;> <tr> <td class=&quot;thead&quot;>$vbphrase[search_forums]</td> </tr> <tr> <td class=&quot;vbmenu_option&quot; title=&quot;nohilite&quot;> <form action=&quot;search.php?do=process&quot; method=&quot;post&quot;> <input type=&quot;hidden&quot; name=&quot;do&quot; value=&quot;process&quot; /> <input type=&quot;hidden&quot; name=&quot;quicksearch&quot; value=&quot;1&quot; /> <input type=&quot;hidden&quot; name=&quot;childforums&quot; value=&quot;1&quot; /> <input type=&quot;hidden&quot; name=&quot;exactname&quot; value=&quot;1&quot; /> <input type=&quot;hidden&quot; name=&quot;s&quot; value=&quot;$session[sessionhash]&quot; /> <input type=&quot;hidden&quot; name=&quot;securitytoken&quot; value=&quot;$bbuserinfo[securitytoken]&quot; /> <div><input type=&quot;text&quot; class=&quot;bginput&quot; name=&quot;query&quot; size=&quot;25&quot; tabindex=&quot;1001&quot; /><input type=&quot;submit&quot; class=&quot;button&quot; value=&quot;$vbphrase[go]&quot; tabindex=&quot;1004&quot; /></div> <div style=&quot;margin-top:$stylevar[cellpadding]px&quot;> <label for=&quot;rb_nb_sp0&quot;><input type=&quot;radio&quot; name=&quot;showposts&quot; value=&quot;0&quot; id=&quot;rb_nb_sp0&quot; tabindex=&quot;1002&quot; checked=&quot;checked&quot; />$vbphrase[show_threads]</label> &nbsp; <label for=&quot;rb_nb_sp1&quot;><input type=&quot;radio&quot; name=&quot;showposts&quot; value=&quot;1&quot; id=&quot;rb_nb_sp1&quot; tabindex=&quot;1003&quot; />$vbphrase[show_posts]</label> </div> </form> </td> </tr> <if condition=&quot;$vboptions[threadtagging]&quot;> <tr> <td class=&quot;vbmenu_option&quot;><a href=&quot;tags.php$session[sessionurl_q]&quot; rel=&quot;nofollow&quot;>$vbphrase[tag_search]</a></td> </tr> </if> <tr> <td class=&quot;vbmenu_option&quot;><a href=&quot;search.php$session[sessionurl_q]&quot; accesskey=&quot;4&quot; rel=&quot;nofollow&quot;>$vbphrase[advanced_search]</a></td> </tr> $template_hook[navbar_search_menu] </table> </div> <!-- / header quick search form -->

واستبدله بالكود code التالي والافضل تستخدم برنامج الفرونت بيج


رمز Code:
<!-- header quick search form --> <div class=&quot;vbmenu_popup&quot; id=&quot;navbar_search_menu&quot; style=&quot;display:none;margin-top:3px&quot; align=&quot;$stylevar[left]&quot;> <table cellpadding=&quot;4&quot; cellspacing=&quot;1&quot; border=&quot;0&quot;> <tr> <td class=&quot;thead&quot;>$vbphrase[search_forums]</td> </tr> <tr> <td class=&quot;vbmenu_option&quot; title=&quot;nohilite&quot;> <form action=&quot;search.php?do=process&quot; method=&quot;post&quot;> <input type=&quot;hidden&quot; name=&quot;do&quot; value=&quot;process&quot; /> <input type=&quot;hidden&quot; name=&quot;quicksearch&quot; value=&quot;1&quot; /> <input type=&quot;hidden&quot; name=&quot;childforums&quot; value=&quot;1&quot; /> <input type=&quot;hidden&quot; name=&quot;exactname&quot; value=&quot;1&quot; /> <input type=&quot;hidden&quot; name=&quot;s&quot; value=&quot;$session[sessionhash]&quot; /> <input type=&quot;hidden&quot; name=&quot;securitytoken&quot; value=&quot;$bbuserinfo[securitytoken]&quot; /> <div><input type=&quot;text&quot; class=&quot;bginput&quot; name=&quot;query&quot; size=&quot;25&quot; tabindex=&quot;1001&quot; /><input type=&quot;submit&quot; class=&quot;button&quot; value=&quot;$vbphrase[go]&quot; tabindex=&quot;1004&quot; /></div> <div style=&quot;margin-top:$stylevar[cellpadding]px&quot;> <label for=&quot;rb_nb_sp0&quot;><input type=&quot;radio&quot; name=&quot;showposts&quot; value=&quot;0&quot; id=&quot;rb_nb_sp0&quot; tabindex=&quot;1002&quot; checked=&quot;checked&quot; />$vbphrase[show_threads]</label> &nbsp; <label for=&quot;rb_nb_sp1&quot;><input type=&quot;radio&quot; name=&quot;showposts&quot; value=&quot;1&quot; id=&quot;rb_nb_sp1&quot; tabindex=&quot;1003&quot; />$vbphrase[show_posts]</label> </div> </form> </td> </tr> <if condition=&quot;$vboptions[threadtagging]&quot;> <tr> <td class=&quot;vbmenu_option&quot;><a href=&quot;tags.php$session[sessionurl_q]&quot; rel=&quot;nofollow&quot;>$vbphrase[tag_search]</a></td> </tr> </if> <tr> <td class=&quot;vbmenu_option&quot;><a href=&quot;search.php$session[sessionurl_q]&quot; accesskey=&quot;4&quot; rel=&quot;nofollow&quot;>$vbphrase[advanced_search]</a></td> </tr> <!-- هاك product عام ـ البحث في العناوين --> <tr><td class=&quot;vbmenu_option&quot;> <input type=&quot;checkbox&quot; name=&quot;titleonly&quot; value=&quot;1&quot; /> $vbphrase[search_titles_only] </td></tr> <!-- هاك product عام ـ البحث في العناوين --> <!-- هاك product عام ـ روابط بحث أخرى --> <tr> <td class=&quot;thead&quot;>روابط بحث أخرى</td> </tr> <tr><td class=&quot;vbmenu_option&quot;><a href=&quot;memberlist.php?do=search&quot;>بحث في قائمة الأعضاء</a></td></tr> <tr> <td class=&quot;vbmenu_option&quot;><a href=&quot;search.php?do=getnew&quot;>مشاركات جديدة</a></td> </tr> <tr> <td class=&quot;vbmenu_option&quot;><a href=&quot;search.php?do=getdaily&quot;>مشاركات اليوم</a></td> </tr> <tr> <td class=&quot;vbmenu_option&quot;><a href=&quot;search.php?do=process&replyless=1&quot; >مواضيع لم يرد عليها</a></td> </tr> <if condition=&quot;$vboptions['enablesearches']&quot;> <if condition=&quot;$show['member']&quot;> <tr><td class=&quot;vbmenu_option&quot; align=&quot;right&quot;> <a href=&quot;search.php?do=process&exactname=1&searc huser=$bbuserinfo[username]&showposts=1&quot;>عرض مشاركاتك</a> </td></tr></if></if> <if condition=&quot;$show['member']&quot;> <tr><td class=&quot;vbmenu_option&quot; align=&quot;right&quot;> <a href=&quot;forumdisplay.php?$session[sessionurl]do=markread&quot;>$vbphrase[mark_forums_read]</a> </td></tr></if> <!-- هاك product عام ـ روابط بحث أخرى --> $template_hook[navbar_search_menu] </table> </div> <!-- / header quick search form -->


واحفظ العمل ومبروك عليك

الرجاء ذكر المصدر عند نقل الموضوع

منتديات احبك موت

http://www.a-mot.com/vb

الموضوع الاصلي

من هنا


تحياتــــي لكــــــم








©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى©