Is it possible to have a custom suggestlink template for different categories? I would like to have a different template for some of the categories. I can do what I need to do using wsncodes and if statements, but this will make for a very big and complex suggestlink template. It would be easier to have separate templates for each category. If this has been addressed I am sorry, but I have searched the forum and help and cannot find anyway to do this.
Comments on Custom suggestlink template
Beginner
Usergroup: Customer
Joined: May 22, 2004
Total Topics: 4
Total Comments: 4
Is it possible to have a custom suggestlink template for different categories? I would like to have a different template for some of the categories. I can do what I need to do using wsncodes and if statements, but this will make for a very big and complex suggestlink template. It would be easier to have separate templates for each category. If this has been addressed I am sorry, but I have searched the forum and help and cannot find anyway to do this.
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
Yes it is possible. See scripts.webmastersite.net/w...Templates/Custom_Templates
Beginner
Usergroup: Customer
Joined: May 22, 2004
Total Topics: 4
Total Comments: 4
Thanks,
I am guessing that you are refering to calling the the custom template by affixing it in the URL.
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
you'd make your custom suggestlink template then on the displaylinks template call
<A href="suggest.php?action=addlink&catid={CATID}custom=yes&TID=yourtemplatename">
Depending upon your set up and what you require, it may be easier to have custom display links templates as well, rather than a conditional.<BR></A>