leeego Posted June 9, 2013 Share Posted June 9, 2013 Is it possible to add smarty tags inside the page content (the TinyMCE area)? I would like to add a link to my contact form inside the page content of a CMS page and tried to do that the way you do it in a template file (<a href="{$link->getPageLink('contact')}">{l s='Contact'}</a>), but that doesn't work. Is there no other way than hardcoding the link? Link to comment Share on other sites More sharing options...
vekia Posted June 9, 2013 Share Posted June 9, 2013 unfortunately it isn't possible to use smarty tags inside the tinymce (wysiwyg) editor. You can use only urls - no php / smarty scripts available there. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now