
cricket7475
User
Oct 11, 2011, 12:43 PM
Post #4 of 11
(1495 views)
Shortcut
|
|
Re: [cricket7475] CMS Builder v2.12 - wysiwyg boxes stripping hyperlinks - tinyMCE issue?
[In reply to]
|
Can't Post
|
|
Update - Here's what I've done thus far: 1. Duplicated the site in a sandbox environment. 2. Verified everything was working like the original site using CMS Builder 2.01. 3. Upgraded the CMS to 2.12. Upgrade appeared to install without issue, just like the previous attempt. 4. Checked navigation menus complete with flyouts - everything is working fine. 5. Cleared the cache. 6. Check the nav menus again - everything works fine. 7. Go into the Section Editor for the navigation and view the nav code via a wysiwyg box, and notice the <a> tags have been removed from the code. 8. Save the entry. 9. Refresh the page and all my nav is gone (as would be expected if all the links are missing). 10. Go back into the section editor, wysiwyg box in the HTML view and attempt to add the links back into the code. Click Update. 11. Save the entry. 12. Refresh the page, still no nav. 13. Go back into the section editor, and confirm that specific entries have been 'stripped'. At this point it appears that only <a> tags contained within divs are being stripped. <a> tags within <p> tags are left alone. As in my earlier post, the 'home' link is still being stripped, and the reason my flyouts no longer work is because that code is also being stripped from the div tags. For example:
<div id="productsbutton"> <a onmouseover="P2H_Menu('PMproductsbutton', 500, 0);" onmouseout="P2H_StartClock();" alt="Products" title="Products" href="/products.php"></a></div> becomes
<div id="productsbutton"></div> I've tested other features of our site and at this point everything appears to function completely normally. Ideas? Thanks in advance, Christine
(This post was edited by cricket7475 on Oct 11, 2011, 12:50 PM)
|