Page 1 of 1
TinyMCE adding Double pagename in links?
Posted: Fri Sep 03, 2010 4:09 am
by pwg
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.
Re: TinyMCE adding Double pagename in links?
Posted: Fri Sep 03, 2010 4:18 am
by replytomk3
Try resetting all tinymce preferences, and uninstalling any non-default toolbars or settings. Try reinstalling as well.
Re: TinyMCE adding Double pagename in links?
Posted: Sat Sep 04, 2010 7:43 am
by pwg
Hi replytomk3,
Tried all of your suggestions, to no avail.
Anyone with any ideas?
cheers,
Re: TinyMCE adding Double pagename in links?
Posted: Sat Sep 04, 2010 8:18 am
by RonnyK
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
Re: TinyMCE adding Double pagename in links?
Posted: Sat Sep 04, 2010 12:11 pm
by RonnyK
Pwg,
the fix is made and tested. Silmarillion will release a new version of TinyMCE shortly.
Ronny
Re: TinyMCE adding Double pagename in links?
Posted: Thu Sep 09, 2010 7:46 am
by pwg
Thanks very much, appreciate the help.