Where do I find the language for {LINKADMIN}. I have a linktype that requires a custom edit template, but can't find out how to call it for those allowed.
All the default edit buttons use the 'edit' language item. Write the link yourself (copy-paste the URL and replace the id number with {LINKID}) to create a custom one.
Comments on LINKADMIN
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
Where do I find the language for {LINKADMIN}. I have a linktype that requires a custom edit template, but can't find out how to call it for those allowed.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
All the default edit buttons use the 'edit' language item. Write the link yourself (copy-paste the URL and replace the id number with {LINKID}) to create a custom one.
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
The link bit is no problem - it is the condition to only show it to those allowed to edit that link that I can't get right
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
<IF {LINKCANEDIT}>
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
Thank you!