Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1:
Search results

 

 


simonwh
User

Sep 27, 2006, 2:56 PM

Post #1 of 4 (2474 views)
Shortcut
Search results Can't Post

Hello, On our current site for the search results we have a line that says:

Your search for "XXX" returned "X" results

How can I add this to my Artman search results template?

Also I currently have a link on the search results page that says

Search our forum for "XXX" (hyperlinked to the forum search script)

(If I can place the search string query on the top of the results page I can probably use the same placeholder to generate the link to the forum search)

Thanks


simonwh
User

Sep 30, 2006, 1:16 AM

Post #2 of 4 (2457 views)
Shortcut
Re: [simonwh] Search results [In reply to] Can't Post

Can anyone help with this?


ChetW
Staff


Sep 30, 2006, 11:13 AM

Post #3 of 4 (2447 views)
Shortcut
Re: [simonwh] Search results [In reply to] Can't Post

Hi,

Thanks for the post!

you can definatly accomplish what you are speaking about to do this you could use the $in_keyword$ and $search_match$ placeholders. For example you could add the following code to your search results template file:


Code
   

Search for "$in_keyword$" returned $search_match$ results



Also for the forum link you could use the following:


Code
  

<a href="link_to_forum_search_query?$in_keyword$">Seach our forum for "$in_keyword$"</a>



Give this a try and if you have any other questions please don't hesitate to ask!
Cheers,
Chet Woodside - Product Specialist
support@interactivetools.com

[hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url]
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 [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]


simonwh
User

Sep 30, 2006, 12:11 PM

Post #4 of 4 (2445 views)
Shortcut
Re: [ChetW] Search results [In reply to] Can't Post

Many thanks, I'll give that a try