Hi,
I'm using CMSMS 1.82 and having trouble with the “insert link” button on TinyMCE adding the page name to the link twoce, making the lkink not woprk.
For example, if a page is at index.php/home and I link some text within the site using TinyMCE the link generated is home
Any help appreciated, as the client will have no hope of using a workaround.
TinyMCE adding Double pagename in links?
Re: TinyMCE adding Double pagename in links?
Try resetting all tinymce preferences, and uninstalling any non-default toolbars or settings. Try reinstalling as well.
Re: TinyMCE adding Double pagename in links?
Hi replytomk3,
Tried all of your suggestions, to no avail.
Anyone with any ideas?
cheers,
Tried all of your suggestions, to no avail.
Anyone with any ideas?
cheers,
Re: TinyMCE adding Double pagename in links?
Pwg,
I just confirmed the issue you are addressing. This is happening, when in config.php 'internal' is choosen as url_rewriting and the a-href method is selected in TinyMCE.
I have reported this to Silmarillion, the developer for TinyMCE.
One quick workaround, would be selecting the cms_selflink method in the advanced-settings of TinyMCE. That way the a-href isnt used in the link-creation.
Ronny
I just confirmed the issue you are addressing. This is happening, when in config.php 'internal' is choosen as url_rewriting and the a-href method is selected in TinyMCE.
I have reported this to Silmarillion, the developer for TinyMCE.
One quick workaround, would be selecting the cms_selflink method in the advanced-settings of TinyMCE. That way the a-href isnt used in the link-creation.
Ronny
Re: TinyMCE adding Double pagename in links?
Pwg,
the fix is made and tested. Silmarillion will release a new version of TinyMCE shortly.
Ronny
the fix is made and tested. Silmarillion will release a new version of TinyMCE shortly.
Ronny
Re: TinyMCE adding Double pagename in links?
Thanks very much, appreciate the help.