Problem with TinyMCE and Membership PRO "shorturl"

  • Nico
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
9 years 9 months ago - 9 years 9 months ago #47865 by Nico
Hi all, I have added this code to my article to restrict area only for subscriber users. I'm using TinyMCE Editor and I have this problem:

My code:
Code:
<table> <tbody> <tr><td>table data here</td></tr> <tr><td>table data here</td></tr> {mprestriction ids="1"} <tr><td>restricted table data here</td></tr> <tr><td>restricted table data here</td></tr> {/mprestriction} <tr><td>table data here</td></tr> </tbody> </table>

After saving the article, the code is this one:
Code:
{mprestriction ids="1"}{/mprestriction} <table> <tbody> <tr><td>table data here</td></tr> <tr><td>table data here</td></tr> <tr><td>restricted table data here</td></tr> <tr><td>restricted table data here</td></tr> <tr><td>table data here</td></tr> </tbody> </table>

so it doesn't work fine, while if I use codemirror editor all work fine

Can you help me?
Last edit: 9 years 9 months ago by Nico.

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago #47902 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Problem with TinyMCE and Membership PRO "shorturl"
Hi

I am sorry but this is something handled by the editor you are using and we could not change it. If one editor doesn't work, please try to use the other :).

Regards,

Tuan

Please Log in or Create an account to join the conversation.