I have changed the {LANG_CUTOFF} to the following...
<a href="{LINKDETAILSURL}">...more</a>
However, it doesn't work and instead of displaying a link to the details page just displays the actual code - have I done something wrong?
(edit) OOPS! sorry! the link I gave for an example page is to a special members only area. please let me know if you need to see it and I will give you my log in details.
{LANG_CUTOFF} is for the "..." in the subcategories listing. {LINKDETAILSURL} doesn't make any sense there since the area has nothing to do with links. What link would you expect it to show details of? What are you trying to do?
In displaylinks.tpl I have {LINKDESCRIPTION[150]} so when displaying the category it shows ... after description. I want to change that so it is ...more and has a link to the details page.
There's no method for that without php at the moment. I'll enable passing a ... replacement as the second parameter to {LINKDESCRIPTION[150 <,> <a href="{LINKDETAILSURL}">...more</a>]} in the next version.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on {LANG_CUTOFF}
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
I have changed the {LANG_CUTOFF} to the following...
<a href="{LINKDETAILSURL}">...more</a>
However, it doesn't work and instead of displaying a link to the details page just displays the actual code - have I done something wrong?
(edit) OOPS! sorry! the link I gave for an example page is to a special members only area. please let me know if you need to see it and I will give you my log in details.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
{LANG_CUTOFF} is for the "..." in the subcategories listing. {LINKDETAILSURL} doesn't make any sense there since the area has nothing to do with links. What link would you expect it to show details of? What are you trying to do?
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
In displaylinks.tpl I have {LINKDESCRIPTION[150]} so when displaying the category it shows ... after description. I want to change that so it is ...more and has a link to the details page.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
There's no method for that without php at the moment. I'll enable passing a ... replacement as the second parameter to {LINKDESCRIPTION[150 <,> <a href="{LINKDETAILSURL}">...more</a>]} in the next version.