Hi, I need to have a different wrapper for the categories and another one link details + comment page. The default one will stay for the categories. I have uploaded a new wrapper for the links but I cannot find where to call it. </P>
Looking at <A href="http://scripts.webmastersite.net/wsnlinks/wsnmanual/articles/calling-custom-wrapper-149.html" target=_blank>http://scripts.webmastersite.net/wsnlinks/wsnmanu...</A> it says to link it with &customwrapper=linkswrapper. Ok...I tried changing the "Show Links in Category" part but it yielded no results at all. I think I have the wrong template since I changed somethgin else to see but nothing happened. I have multilingual, and comment+details enabled: what template would I need to change in order to add the new wrapper? Is this the line in question? <a href="{LINKDETAILSURL}"><img src="templates/default/images/linktools_details.gif" border="0" alt="{LANG_GENERAL_DETAILS}"> {LANG_GENERAL_DETAILS}</a> and would making the {LINKDETAILSURL} into {LINKDETAILSURL}&customwrapper=linkswrapper work? Thanks guys; I am stuck!
{LINKDETAILSURL}&customwrapper=linkswrapper is what you want as your links.
If it's only for one page it may be simpler to suppress the wrapper there (&usewrapper=no, or in 4.1.0+ a <!-- usewrapper=no --> template comment) and put it all in the one template.
thank you Paul. Within a minute I got it working...but will test it more later.
Now the template, will have to include the wrapper info more or less with <html> <head> and so on, correct? The template is it essentially. Did I get that right?
Comments on Stuck: How to call wrapper for details p
Member
Usergroup: Customer
Joined: May 13, 2007
Total Topics: 16
Total Comments: 37
Hi, I need to have a different wrapper for the categories and another one link details + comment page. The default one will stay for the categories. I have uploaded a new wrapper for the links but I cannot find where to call it. </P>
Looking at <A href="http://scripts.webmastersite.net/wsnlinks/wsnmanual/articles/calling-custom-wrapper-149.html" target=_blank>http://scripts.webmastersite.net/wsnlinks/wsnmanu...</A> it says to link it with &customwrapper=linkswrapper. Ok...I tried changing the "Show Links in Category" part but it yielded no results at all. I think I have the wrong template since I changed somethgin else to see but nothing happened. I have multilingual, and comment+details enabled: what template would I need to change in order to add the new wrapper? Is this the line in question? <a href="{LINKDETAILSURL}"><img src="templates/default/images/linktools_details.gif" border="0" alt="{LANG_GENERAL_DETAILS}"> {LANG_GENERAL_DETAILS}</a> and would making the {LINKDETAILSURL} into {LINKDETAILSURL}&customwrapper=linkswrapper work? Thanks guys; I am stuck!
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
{LINKDETAILSURL}&customwrapper=linkswrapper is what you want as your links.
If it's only for one page it may be simpler to suppress the wrapper there (&usewrapper=no, or in 4.1.0+ a <!-- usewrapper=no --> template comment) and put it all in the one template.
Member
Usergroup: Customer
Joined: May 13, 2007
Total Topics: 16
Total Comments: 37
thank you Paul. Within a minute I got it working...but will test it more later.
Now the template, will have to include the wrapper info more or less with <html> <head> and so on, correct? The template is it essentially. Did I get that right?
thanks again,
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Yes.