You are not logged in.
Hi,
I am just trying to configure the buttons on the tool bar I need a anchor link i.e. <a href="externallink.html">Some link Text </a> but not the file link button. createlink in the config file seems to show both the anchor and the file link, is there an option for just showing the anchor. Hope that all make sense.
Offline
The file link button comes from extendedfilemanager plugin (or mootoolsfilemanager) I don't think there is any "built in" file link, so probably you have one of those plugins loaded. Solution: don't use the plugin.
James Sleeman
Offline
Thanks for the info. For any one who wonders where to find the plugin. In the config file there should be some thing like:
xinha_plugins = xinha_plugins ? xinha_plugins :
[
'CharacterMap',
'ContextMenu',
'SmartReplace',
'Stylist',
'ExtendedFileManager',
'Linker',
'SuperClean',
'TableOperations'
];
Remove 'ExtendedFileManager' and it removes the file upload link.
Offline
So with or without the use of a plugin - we cant have the convenience of an anchor link button? Or am I missing something here. Whats the benefit of that extendedfilemanager plugin?
Offline
Standard linking is built in in a rudimentary fashion, or use the Linker plugin for a better system.
ExtendedFileManager plugin provides the ability to upload files and link to them.
James Sleeman
Offline