#18585 - 10/27/08 08:26 PM
forum search question for jamin
|
EAL
Grape Nuts
Registered: 07/03/08
Posts: 31
|
Offline
|
|
Jamin I was wondering how the forum search function worked, and if possible if you could give me a example forum search function
|
|
Top
|
|
|
#18592 - 10/28/08 09:41 AM
Re: forum search question for jamin
[Re: Fayt]
|
EAL
Grape Nuts
Registered: 07/03/08
Posts: 31
|
Offline
|
|
I should of explained myself better . I know its in php, but I was wondering what the function looks like, and if he could provide a example search forums function because I wanted to make a search forums function in some of my sites.
|
|
Top
|
|
|
#18596 - 10/28/08 06:06 PM
Re: forum search question for jamin
[Re: Fayt]
|
AnmanIndustries
Cookie Crisp
   
Registered: 03/21/05
Posts: 2876
Loc: Planet Stupid, AKA Earth
|
Offline
|
|
Its not as simple as just GIVING you an example. They arent just little codelettes.
|
|
Top
|
|
|
#18603 - 10/28/08 07:03 PM
Re: forum search question for jamin
[Re: AnmanIndustries]
|
EAL
Grape Nuts
Registered: 07/03/08
Posts: 31
|
Offline
|
|
o. I take it its a long and hard function.
|
|
Top
|
|
|
#18605 - 10/29/08 01:37 AM
Re: forum search question for jamin
[Re: Fayt]
|
AnmanIndustries
Cookie Crisp
   
Registered: 03/21/05
Posts: 2876
Loc: Planet Stupid, AKA Earth
|
Offline
|
|
The problem is, it depends on A LOT.
|
|
Top
|
|
|
#18607 - 10/29/08 09:21 AM
Re: forum search question for jamin
[Re: Fayt]
|
gamefreak888
Rice Krispies
Registered: 09/06/07
Posts: 215
|
Offline
|
|
But you can download a free forum like PHPBB3.0.2 yourself and check out the search code.
|
|
Top
|
|
|
#18614 - 10/30/08 11:28 AM
Re: forum search question for jamin
[Re: gamefreak888]
|
Junglist
Frosted Flakes
Registered: 12/25/02
Posts: 643
Loc: Illadel, PA
|
Offline
|
|
How about this... go to the search page... right click, view source.
read source.
end.
|
|
Top
|
|
|
#18630 - 10/31/08 09:11 PM
Re: forum search question for jamin
[Re: Fayt]
|
Junglist
Frosted Flakes
Registered: 12/25/02
Posts: 643
Loc: Illadel, PA
|
Offline
|
|
or you could go to the search page with firefox, right click and "save page as" which saves the page, all the xml and images attached to that page. etc. puts them in a nice folder.
Save as, webpage complete.
Edited by Junglist (10/31/08 09:12 PM)
|
|
Top
|
|
|
#18636 - 11/01/08 01:55 PM
Re: forum search question for jamin
[Re: Fayt]
|
Junglist
Frosted Flakes
Registered: 12/25/02
Posts: 643
Loc: Illadel, PA
|
Offline
|
|
http://s205243569.onlinehome.us/search.rar
there is a rar of both, the actual html page, and a folder of all javascripts, css, etc used on the search page of this very forum. Well commented, because Jamin is an anal bitch 
Anyway, where you see the search function saying the form method = "post" and then directs to a PHP page, simply input the full path to said PHP page right here: http://se7enet.com/forums/ubbthreads.php
see that link? Right click, save link as... now that it's sitting on your desktop, open it in notepad or whatever you look at php in, and adjust accordingly.
|
|
Top
|
|
|
|
|