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

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
jsmonzani
Forum Members
Forum Members
Posts: 54
Joined: Mon Apr 03, 2006 10:58 am

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

Post 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
An approach to mutli-lingual CMSMS using only content blocks:
http://forum.cmsmadesimple.org/index.ph ... 756.0.html
Locked

Return to “[locked] Installation, Setup and Upgrade”