Page 1 of 1
How can I load search result in a specific page ?
Posted: Thu Apr 05, 2007 4:37 pm
by amin30b
Hi
I want to watch search result in a specific page that I have made before ?
Because now my search result affect on my template and it is not so good looking .
Can I do that ?
Re: How can I load search result in a specific page ?
Posted: Thu Apr 05, 2007 6:13 pm
by RonnyK
amin30b,
you can use "resultpage" to open the results in a specific page.
Code: Select all
{search searchtext="" resultpage="Zoekresultaat"}
as an example, the "searchtext" is the default value in the searchbox. This can also be set in the mainpage of the serachmodule, on the bottom, the "resultpage" is the content-page to be opened with the results. More help and parameters are shown in the help of the search-module.
Ronny
Re: How can I load search result in a specific page ?
Posted: Thu Apr 05, 2007 8:31 pm
by amin30b
Thanks , I`ll do that .
