Blesta Addons Posted October 11, 2016 Report Posted October 11, 2016 not sure if this a bug or normal case . i have a plugin that inject a email template content . the HTML is like this <div itemscope itemtype='http://schema.org/EmailMessage'> <div itemprop='action' itemscope itemtype='http://schema.org/ViewAction'> <link itemprop='url' href='https://{admin_url}/billing'></link> <meta itemprop='name' content='View Billing'></meta> </div> <meta itemprop='description' content='View Billing on Dashboard'></meta> </div> in email template i see the fallowing code in open source <div itemscope="" itemtype="http://schema.org/EmailMessage"> <div itemprop="action" itemscope="" itemtype="http://schema.org/ViewAction"> </div> </div> <p> </p> <p> <link href="https://{admin_url}/billing/" itemprop="url" /> </p> <p> </p> <p> <meta content="View Billing" itemprop="name" /> </p> <p> </p> <p> <meta content="View Billing on Dashboard" itemprop="description" /> </p> the same coe when i add it to any other template email it converted to the second one . note i add code in source code version not as a plain text i don't know if MCEeditor convert it to this or is store withe this code . is this a normal case? Quote
Michael Posted October 11, 2016 Report Posted October 11, 2016 it's the editor Blesta uses it strips out the meta and link tags. Quote
Rocketz Posted October 11, 2016 Report Posted October 11, 2016 ya, i think my dev ran into this same issue. He had to create the html templates directly in the sql database. Not a work around i was very happy about Blesta Addons and INUMIO-Rob 2 Quote
Blesta Addons Posted October 11, 2016 Author Report Posted October 11, 2016 3 hours ago, AnthonyL said: ya, i think my dev ran into this same issue. He had to create the html templates directly in the sql database. Not a work around i was very happy about i have not take time to check the database and this was stored, but if you edit the template i think it will be saved with the new html tags . Quote
Abdy Posted October 12, 2016 Report Posted October 12, 2016 This problem is due to CKEditor, you need change the template directly in the database. INUMIO-Rob and Michael 2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.