Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Keyword Search
#1
A search plugin for GetSimple. It is similar to nexfo's plugin, with the main difference that it allows searching for multiple keywords (in different parts of the text). A slightly modified version for the GetSimple News Manager plugin can bee seen here.

Installation instructions:

Download the plugin here, extract its contents (keyword_search.php) and move it to your plugins folder. Create the following component and call it "Search Form":

Code:
<form id="search_form" action="index.php?id=search" method="post">
  <input type="text" class="text" name="keywords" />
  <input type="submit" class="submit" value="Search" />
</form>

Place this component on your site by inserting:

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

anywhere in your (default) template.

You will also have to create a new page and template to print the search results. To create the template you should copy the default template.php to search.php and place:

Code:
<?php get_search_results(); ?>

right beneath or instead of

Code:
<?php get_page_content(); ?>

Then create a new page to display the search results. Name it Search (title) and let it use the new search.php template and everything should be working fine.

Note: of course you can use different names, but make sure to be consistent then.
Reply


Messages In This Thread
Keyword Search - by roog - 2010-10-14, 21:38:57
RE: Keyword Search - by BluePlanetBump - 2013-05-12, 03:41:29
RE: Keyword Search - by alexela - 2013-08-17, 05:06:21
RE: Keyword Search - by Oleg06 - 2013-08-17, 05:11:41
RE: Keyword Search - by D.O. - 2014-04-01, 03:47:28
RE: Keyword Search - by D.O. - 2014-04-01, 04:04:55
RE: Keyword Search - by Mark - 2015-04-20, 18:27:57
RE: Keyword Search - by XTamaPotter - 2015-04-28, 17:41:01
RE: Keyword Search - by Carlos - 2015-04-30, 01:39:45
RE: Keyword Search - by KARTIK_3112 - 2016-10-12, 17:25:30
RE: Keyword Search - by D.O. - 2016-10-12, 18:50:45
RE: Keyword Search - by KARTIK_3112 - 2016-10-13, 20:43:42
Keyword Search - by simplyMe - 2010-11-01, 09:30:47
Keyword Search - by Ben - 2010-11-10, 12:46:42
Keyword Search - by 3aB}{03 - 2010-11-14, 06:46:58
Keyword Search - by kist - 2010-11-14, 23:16:11
Keyword Search - by Oleg06 - 2010-11-15, 02:20:00
Keyword Search - by kist - 2010-11-18, 00:02:52
Keyword Search - by yojoe - 2010-11-18, 02:16:44
Keyword Search - by arthur_a_keen - 2010-11-20, 02:30:54
Keyword Search - by arthur_a_keen - 2010-11-20, 02:34:43
Keyword Search - by Zegnåt - 2010-11-20, 02:39:25
Keyword Search - by arthur_a_keen - 2010-11-20, 07:24:36
Keyword Search - by Donuts - 2011-03-17, 18:33:44
Keyword Search - by roog - 2011-03-18, 21:04:59
Keyword Search - by Donuts - 2011-03-19, 01:31:17
Keyword Search - by roog - 2011-03-19, 02:18:01
Keyword Search - by Donuts - 2011-03-19, 19:26:49
Keyword Search - by mvlcek - 2011-03-20, 05:34:48
Keyword Search - by mikeh - 2011-03-20, 07:31:05
Keyword Search - by alansalton - 2011-05-03, 13:36:39



Users browsing this thread: 2 Guest(s)