Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Search Plugin
#7
As a few people have asked for it..im releasing the current version of the search plugin.

To install create a new template (preferably the template.php) and name it serp.php (For Search-Engine-results-Page)...just below the "get_page_content" tag add.

Code:
<?php search_show(true); ?>

This is were the search-results are going to be displayed...
Also create a page in the backend using this template and entitle it serp.

Create a compontent entitled "search" which includes the search field:
Code:
<form action="#" id="frm_search" method="get">
<input type="hidden" id="frm_txt_search" name="id" value="serp" /></span>

<div>
<label for="frm_txt_search">Search:</label>
<input type="text" id="frm_txt_search" name="s" value="" /></span>
<input type="submit" class="submit"  id="button" value="Search" />
</div>
</form>

This compontent you can add anywhere..preferable in the sidebar or top-right in your header

Code:
<?php get_component('search'); ?>

Thats it!

Its very rough but should work for simple things, file is attached in first post and kept up-to-date there.

Test and do give feedback.


Future functions might include:

- Templating for serp
- Choosing type of search. Right now uses PHP-Native function stripos. Regex support (tested and was slower). Lucene support.
- Cachable results
Reply


Messages In This Thread
Search Plugin - by nexflo - 2010-03-19, 02:06:38
Search Plugin - by webmonkeyukcom - 2010-03-19, 06:44:01
Search Plugin - by internet54 - 2010-03-19, 08:17:07
Search Plugin - by nexflo - 2010-03-19, 14:55:52
Search Plugin - by uguronur - 2010-03-27, 20:36:53
Search Plugin - by Oleg06 - 2010-04-04, 00:44:49
Search Plugin - by nexflo - 2010-04-04, 02:26:43
Search Plugin - by Oleg06 - 2010-04-04, 03:20:05
Search Plugin - by webmonkeyukcom - 2010-04-04, 06:04:57
Search Plugin - by Oleg06 - 2010-04-05, 03:06:47
Search Plugin - by Oleg06 - 2010-04-06, 03:53:24
Search Plugin - by nexflo - 2010-04-06, 04:30:29
Search Plugin - by Oleg06 - 2010-04-06, 06:06:29
Search Plugin - by nexflo - 2010-04-06, 07:27:09
Search Plugin - by Oleg06 - 2010-04-06, 16:43:06
Search Plugin - by mossawir - 2010-04-15, 08:28:07
Search Plugin - by homershines - 2010-04-20, 05:00:57
Search Plugin - by seo - 2010-04-30, 00:47:47
Search Plugin - by Oleg06 - 2010-04-30, 06:03:13
Search Plugin - by seo - 2010-04-30, 20:23:08
Search Plugin - by Oleg06 - 2010-04-30, 21:14:58
Search Plugin - by internet54 - 2010-05-01, 12:24:19
Search Plugin - by seo - 2010-05-03, 07:36:45
Search Plugin - by Oleg06 - 2010-05-03, 17:10:37
Search Plugin - by seo - 2010-05-03, 19:43:56
Search Plugin - by Johonwayni - 2010-05-07, 02:07:47
Search Plugin - by NickC - 2010-05-08, 12:48:42
Search Plugin - by mygetsimple - 2010-05-10, 01:35:34
Search Plugin - by simpledeconstruction - 2010-05-10, 06:43:45
Search Plugin - by simpledeconstruction - 2010-05-10, 06:49:05
Search Plugin - by NickC - 2010-05-10, 11:05:53
Search Plugin - by simpledeconstruction - 2010-05-10, 19:40:39
Search Plugin - by intan - 2010-05-14, 17:33:20
Search Plugin - by Zegnåt - 2010-05-14, 17:55:53
Search Plugin - by NickC - 2010-05-15, 13:28:30
Search Plugin - by El-Cherubin - 2010-05-17, 05:56:43
Search Plugin - by intan - 2010-05-17, 12:59:57
Search Plugin - by NickC - 2010-05-17, 14:10:55
Search Plugin - by siot - 2010-05-25, 20:16:01
Search Plugin - by SamWM - 2010-05-26, 06:26:29
Search Plugin - by trilulilu17 - 2010-07-18, 19:27:56
Search Plugin - by Carlos - 2010-07-19, 05:56:24
Search Plugin - by trilulilu17 - 2010-07-20, 20:49:20
Search Plugin - by Oleg06 - 2010-07-23, 04:58:10
Search Plugin - by Carlos - 2010-07-24, 15:55:36
Search Plugin - by Oleg06 - 2010-07-24, 19:57:14
Search Plugin - by trilulilu17 - 2010-07-24, 20:14:51
Search Plugin - by rino - 2010-08-11, 07:35:02
Search Plugin - by eru321 - 2010-10-30, 10:28:37
Search Plugin - by Oleg06 - 2010-11-15, 02:25:07



Users browsing this thread: 2 Guest(s)