![]() |
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 ? |
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. |
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. |
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.
|
Ok i'll see ;)
|
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? |
Look at advanced search. The "Advanced Search" page has the category specifics.
|
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.
|
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.
|
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:
|
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. |
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.
|
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.
|
Just my luck :( lol
Well, thanks for all the help anyways :) Anyone else up to trying to figure this out? |
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.
|
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|