Forums

PHP

This topic is locked

Website Search Engine

Posted 07 May 2008 08:08:22
1
has voted
07 May 2008 08:08:22 Jeff Beck posted:
I have looked at the tutorial that Kiril Iliev has written and I can't for the life of me get it to work within my php database.

I have a forum on my site and I want teh search engine to serach the forum. I know there is a search feature within my phpbb 3 forum, but I want to single that aspect out of the forum and just make one main page that allows people to search my forum, plain and simple. Is this even possible if so can you tell me how?

If that doesnt make sense leave a comment and I will try and explain more...

Thanks.

Replies

Replied 07 May 2008 09:49:01
07 May 2008 09:49:01 Jeff Beck replied:
I have been working and came up with this simple code to place into the "search_body.html" of a phpbb3 forum board. I was wondering if there is abetter way of making this type of search, that will also have a search_results.html that is in sync with the CSS of the entire forum...??

<form method="get" action="{S_SEARCH_ACTION}">

<div align="center">
<input type="text" class="inputbox" name="keywords" id="keywords" size="60"/>
</div>
<div align="center">
<input type="submit" name="submit" value="Search Infinite Pirate" class="button1" />

</div>
</form>

Reply to this topic