TinyMCE 2.7.3 - displaying cms_selflink tags as regular links / CMSMS 1.8.2
Posted: Fri Sep 17, 2010 9:32 am
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:
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:
rather than how it did before (old syntax):
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
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'}
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>
Code: Select all
{cms_selflink page='111' text='test'}
Is there a way to fix this, please?
Thank you