 |

Ulf
User
Aug 6, 2004, 2:09 AM
Post #1 of 3
(2993 views)
Shortcut
|
Hi, I set a value to a search_result template. The 1st result page appears correct but when I click on "Next" the default template is in use. What can I do?
|
|
|  |
 |

Cliff
Staff

Aug 6, 2004, 10:21 AM
Post #2 of 3
(2986 views)
Shortcut
|
Hi Ulf, Thanks for posting. All you need to do in this case is to paste the name of the template that you want to use to the end of the navigation placeholder. So your placeholder would look like this $next_url$custom_results_template.html and on the template the full code for the previous and next links would look something like this:
<!-- template insert : $navigate_prev$ --> <!-- templatecell : navigate_prev --> <a href="$prev_url$custom_results_template.html" class="maintext"><b><< Prev</b></a> <!-- /templatecell : navigate_prev --> </td> <td> <!-- template insert : $navigate_next$ --> <!-- templatecell : navigate_next --> <a href="$next_url$custom_results_template.html" class="maintext"><b>Next >></b></a> <!-- /templatecell : navigate_next --> That should give you the results that you are looking for but if you find that isn't quite right just let me know and I can try another solution Regards, Cliff Stefanuk - Customer Service Manager support@interactivetools.com
|
|
|  |
 | |  |
|