 |

mickknutson
User
Aug 8, 2008, 4:23 PM
Post #1 of 4
(2782 views)
Shortcut
|
|
Adding search field for searching?
|
Can't Post
|
|
I want to allow my users to search Article Manager. Is there a tutorial on adding Search support to my site? __________________________________________________ Thank You... Mick Knutson BLiNC Magazine________ http://blincmagazine.com BASE-Jumping Network__ http://basejumping.net [org,info,biz,ws,us] FREE Email____________ http://basejumper.net __________________________________________________
|
|
|  |
 |

Jake
Staff
/ Moderator

Aug 10, 2008, 2:21 PM
Post #2 of 4
(2272 views)
Shortcut
|
|
Re: [mickknutson] Adding search field for searching?
[In reply to]
|
Can't Post
|
|
Hi Mick, You should already have a search function built-in to your installation - if you browse to the software's search.cgi file, you'll be able to access its search engine. If you go to your login page and change the URL from "admin.cgi" to "search.cgi", this page should come up. Let us know if you have any other questions about this. ----------------------------------------------------------- Cheers, Jake Swanson - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

mickknutson
User
Aug 11, 2008, 8:07 AM
Post #3 of 4
(1828 views)
Shortcut
|
|
Re: [Jake] Adding search field for searching?
[In reply to]
|
Can't Post
|
|
What I want is a search field on each of the pages. Is there some publishing rule or template that I need to have? If so I might have removed the template and/or rules as we have made massive UI changes. But now we really want to have a search box on each generated page. __________________________________________________ Thank You... Mick Knutson BLiNC Magazine________ http://blincmagazine.com BASE-Jumping Network__ http://basejumping.net [org,info,biz,ws,us] FREE Email____________ http://basejumper.net __________________________________________________
|
|
|  |
 |

Donna
Staff
/ Moderator

Aug 11, 2008, 4:45 PM
Post #4 of 4
(1750 views)
Shortcut
|
|
Re: [mickknutson] Adding search field for searching?
[In reply to]
|
Can't Post
|
|
Hi Mick, The default search engine is located at search.cgi, as Jake mentioned. You can add a search box to a template by using the following code: <form action="/path/to/search.cgi" method="post"> <input type="hidden" name="action" value="search"/> Keyword: <input type="text" name="keyword" value="" size="25"/> <input type="submit" value="Search" class="button"/> </form> For the search results, Article Manager will use the "searchResults.html" template in the /templates/searchEngine/ directory. I hope this helps. :) Donna
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
|