 |

simonwh
User
Sep 27, 2006, 2:56 PM
Post #1 of 4
(966 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
(949 views)
Shortcut
|
Can anyone help with this?
|
|
|  |
 |

ChetW
Staff

Sep 30, 2006, 11:13 AM
Post #3 of 4
(939 views)
Shortcut
|
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:
Search for "$in_keyword$" returned $search_match$ results Also for the forum link you could use the following:
<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
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.
|
|
|  |
 |

simonwh
User
Sep 30, 2006, 12:11 PM
Post #4 of 4
(937 views)
Shortcut
|
Many thanks, I'll give that a try
|
|
|  |
|