Page 1 of 1

TinyMCE 2.7.3 - displaying cms_selflink tags as regular links / CMSMS 1.8.2

Posted: Fri Sep 17, 2010 9:32 am
by jsmonzani
Hello!

While upgrading a CMSMS 1.2.5 site to 1.8.2, I've encountered a problem with TinyMCE. Self-links added to pages by clients won't display as regular underline links but with the full smarty code like that:

Code: Select all

{cms_selflink page='111' text='test'}
while it was previously displaying like this:
test

I'm quite aware about TinyMCE's preferences about CMS-linker link-style or Style as discussed there http://forum.cmsmadesimple.org/index.ph ... .msg176299

However, TinyMCE generates now selflinks with a new syntax such as:

Code: Select all

<a href="{cms_selflink href='mypage'}">test</a>
rather than how it did before (old syntax):

Code: Select all

{cms_selflink page='111' text='test'}
The new syntax displays properly in TinyMCE (as a regular underline link) but I can't make the same for the old syntax.

Is there a way to fix this, please?

Thank you