I create by manual WSN links new custom wrapper template with name mywrapper.tpl. This new wrapper I want display only in any pages (suggestlink, help...). In template displaylinks.tpl I changed code from this:
Works fine for me in a quick test. You probably have 'mywrapper' in the custom subdirectory or something, in which case you'd need to use custom-mywrapper
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Custom wrapper
Experienced
Usergroup: Customer
Joined: Aug 27, 2005
Location: Czech Republic
Total Topics: 48
Total Comments: 82
Hallo all.
I create by manual WSN links new custom wrapper template with name mywrapper.tpl. This new wrapper I want display only in any pages (suggestlink, help...). In template displaylinks.tpl I changed code from this:
<a href="suggest.php?action=addlink&catid={CATID}> text</a>
to this :
<a href="suggest.php?action=addlink&catid={CATID}&customwrapper=mywrapper> text</a>.
But I when click to this new link, display suggestlink page with original wrapper, mywrapper.tpl is not display.
I don't know where is problem.
Thank you for help.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Works fine for me in a quick test. You probably have 'mywrapper' in the custom subdirectory or something, in which case you'd need to use custom-mywrapper