Page 1 of 1

Re: Anchor error

Posted: Wed Mar 25, 2009 3:07 pm
by inyerface
There is a still a problem with this.  Will this ever be fixed?

Re: Anchor error

Posted: Wed Mar 25, 2009 3:11 pm
by alby
FCKeditor is unmantained, use TinyMCE

Alby

Re: Anchor error

Posted: Wed Mar 25, 2009 3:56 pm
by inyerface
Follow the steps below to fix Anchors in TinyMCE.
================================

Change: modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/js/advlink.js

Find around line 373:

   html += '' + name + '';

Change it to:

   html += '' + name + '';

Re: Anchor error

Posted: Wed Mar 25, 2009 4:31 pm
by alby
Maybe this is better:
html += '' + name + '';

because respect pretty url


Alby

Re: Anchor error

Posted: Wed Mar 25, 2009 4:33 pm
by inyerface
Makes sense.  But what is onlyhref=1?