vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Search form script/code from a specific category ? (https://vborg.vbsupport.ru/showthread.php?t=148298)

Apfelfrucht 05-28-2007 02:50 PM

Search form script/code from a specific category ?
 
Hello,

I'm creating a non-vB page XX and i wonder add "A Search Form" in that page XX, but the "Search Form" i need must be functional only on a Specific Category.

For example i have a "Videos" category in my forum then when i type "Shrek 3" in the "Search Form" From my non-vB page XX, it will search only in that "Videos" category.

Do you know where could i find that script/code, please ?

Kungfu 05-28-2007 03:02 PM

im not really sure what you mean, if you have a forum called videos you can use the advanced search.

Otherwise you can make your own custom search. This would be under mysql im assuming so you would need to search for a code that searches a database.

Apfelfrucht 05-28-2007 03:13 PM

Hi,

I mean that in my forum there are some categories and one of them called "Videos" and i wonder know if there is a "Custom Search Script" which can find what i type on it, then show the results directly/only from that "Videos" category.

PS : The "Custom Search Script" i'm looking is for a non vB page.

Regards.

Dismounted 05-29-2007 09:11 AM

Have a look at how the search works. Just copy over the search bar code and create a hidden field that specifies 'Video''s forum id.

Apfelfrucht 05-30-2007 04:50 PM

Ok i'll see ;)

StrifeX 07-18-2007 11:54 AM

I need help with this too...

The code i have so far is:

<div style="white-space:nowrap;">
<form action="mysite" method="post">
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="hidden" name="quicksearch" value="1" />
<input type="text" style="width:100px;" class="bginput" name="query"/>
<input style="font: bold 10px Arial" type="submit" class="button" value="Search" /></form>
</div>

Can anyone tell me how i would be able to search a specific category/forum? such as Forum ID 11?

King Kovifor 07-18-2007 12:09 PM

Look at advanced search. The "Advanced Search" page has the category specifics.

StrifeX 07-18-2007 12:18 PM

Yes, i know, but what i am trying to do is make a quicksearch box that automatically searches the forum it's in... All i need is the code to make this search a specific forum and then i can just use <if> conditions to make it stay in the forum i want it to be in.

King Kovifor 07-18-2007 12:39 PM

If you look in the advanced search, you can find out the names of the forum input, and fill out a hidden field with the values you want.

StrifeX 07-18-2007 01:11 PM

I have already tried that, but the categories are all shown by the variable "$searchforumbits".

Is there a certain string of code that i'm missing?

-------------------------------------------------------------

Quote:

<script type="text/javascript">
<!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(gray scale=1)";
if (confirm('$vbphrase[sure_you_want_to_log_out]'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>

<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px; border: 1px solid #000000;">
<tr align="center">

<if condition="$show['member']">
<td class="navbar_bg"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a>
<script type="text/javascript"> vbmenu_register("usercpoptions"); </script></td>
</if>
<if condition="$show['registerbutton']">
<td class="navbar_bg"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>

<if condition="$show['popups']">
<td class="navbar_bg"><a href="banlist.php$session[sessionurl_q]">Banlist</a></td>

<td class="navbar_bg"><a href="rules.php$session[sessionurl_q]">Rules</a></td>

<if condition="$show['searchbuttons']">
<if condition="$show['member']">
<td class="navbar_bg"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="navbar_bg"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<if condition="$show['member']">
<td id="usercptools" class="navbar_bg"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
<else />
<if condition="$show['searchbuttons']">
<td class="navbar_bg"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td class="navbar_bg"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="navbar_bg"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<td class="navbar_bg"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
<if condition="$show['member']">
<td class="navbar_bg"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=n o,menubar=no,toolbar=no,scrollbars=yes,resizable=y es,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
</if>
</if>
</tr>
</table>
</div>
<!-- / nav buttons bar -->

<hr style="background:#336699;height:3px;size:3px" />

<!-- top category table setup -->
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="alt2" width="100%" cellpadding="$stylevar[cellpadding]" style="border: 1px solid black"><if condition="is_array($navbits)">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="padding:3px;">&nbsp;-<a href="#" onclick="history.back(1); return false;"></a></td>
<td width="100%" class="alt2"><div class="smallfont"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">Forum</a> $navbits[breadcrumb]<a href="$scriptpath"></a> &gt; $navbits[lastelement]</div></td>
</tr>
</table>
<else />
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="padding:3px;">&nbsp;- </td>
<td width="100%" class="alt2"><div class="smallfont"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">Forum</a></div></td>
</tr>
</table>
</if>

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

<td class="alt2" valign="middle" nowrap="nowrap">
<div class="smallfont" align="center">
</div>
</td>

<else />

<td class="alt2">

<!-- login form -->
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont">$vbphrase[username]</td>
<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont">$vbphrase[password]</td>
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" tabindex="102" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->

</td>

</if>
</tr>
</table>
<!-- End top category table setup -->
<!-- / breadcrumb, login, pm info -->

<br />

<if condition="$show['forumdesc']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>

</if>

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->

<if condition="$show['searchbuttons']">
<!-- 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="hidden" name="quicksearch" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="text" class="bginput" name="query" size="20" />&nbsp;$gobutton<br />
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
</tr>
</table>
</div>
<!-- / header quick search form -->
</if>

<if condition="$show['member']">
<!-- user cp tools menu -->
<div class="vbmenu_popup" id="usercptools_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">

<tr><td class="thead">$vbphrase[quick_links]</td></tr>
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
<tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=n o,menubar=no,toolbar=no,scrollbars=yes,resizable=y es,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>

<tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>

<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
<if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
<if condition="is_member_of($vbulletin->userinfo, 5, 6, 7, 15)"><if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if></if>

</table>
</div>
<!-- / user cp tools menu -->
</if>

<!-- / NAVBAR POPUP MENUS -->

<!-- PAGENAV POPUP -->

<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
</form>
</td>
</tr>
</table>
</div>

<!-- / PAGENAV POPUP -->
</if>

<if condition="$show['popups'] AND $show['member']">
<div class="vbmenu_popup" id="usercpoptions_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead" align="$stylevar[left]"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['pmstats']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
<tr><td class="thead" align="$stylevar[left]">$vbphrase[miscellaneous]</td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
</table>
</div>
</if>

<div style="white-space:nowrap;">
<form action="http://hybridsoft.net/forums/search.php" method="post">
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="hidden" name="quicksearch" value="1" />
<input type="text" style="width:100px;" class="bginput" name="query"/>
<input style="font: bold 10px Arial" type="submit" class="button" value="Search" /></form>
</div>
That's the search_forums template i have (AKA Advanced search template).

King Kovifor 07-18-2007 02:25 PM

That looks like your nav bar template. But I'll look into the $searchforumbits (probably autogenerated).

EDIT:

Name is forumchoice[], value is an array of ids. I've never really gotten good at working with form arrays, but that's what it is.

StrifeX 07-18-2007 03:19 PM

Lol, i saw that too already :p I'm really not good with these input codes and options, is there any way you could show me an example string? Like <input type="hidden" value="forumchoice[1]"> or something that actually works lol.

King Kovifor 07-18-2007 03:40 PM

I would LOVE to. But only one problem: I can't do form arrays. You get arrays to me in PHP, and I can do about 90% of the functions. Form arrays are really really bad for me to do. LOL. I just can't. Sorry, hopefully another coder will jump in.

StrifeX 07-18-2007 04:22 PM

Just my luck :( lol

Well, thanks for all the help anyways :)

Anyone else up to trying to figure this out?

King Kovifor 07-18-2007 04:40 PM

I want to say forumchoice['1'] but I'm not sure if you need the ' '. You could always put up a test board, and add a few variations, to see which one works.

StrifeX 07-19-2007 02:00 AM

Nevermind, just ifigured it out :) Thanks for all the help btw, i appreciate it.


All times are GMT. The time now is 12:51 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02432 seconds
  • Memory Usage 1,826KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete