Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2011-02-14 01:13:55

FutureAndAHope
New member
Registered: 2011-02-13
Posts: 2

Only Want a anchor link not a file link button

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

#2 2011-02-14 03:28:35

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: Only Want a anchor link not a file link button

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

#3 2011-02-15 07:24:47

FutureAndAHope
New member
Registered: 2011-02-13
Posts: 2

Re: Only Want a anchor link not a file link button

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

#4 2011-02-24 19:20:46

Danello
New member
From: Internet
Registered: 2011-02-24
Posts: 1
Website

Re: Only Want a anchor link not a file link button

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

#5 2011-02-28 20:16:50

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: Only Want a anchor link not a file link button

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

Board footer

Powered by FluxBB