EzPortal - Portal Software for Forums

EzPortal Forums => Support => Topic started by: negative_energy on February 06, 2012, 06:01:55 pm

Title: Code being stripped in HTML block
Post by: negative_energy on February 06, 2012, 06:01:55 pm
Since I upgraded to v6, when I try to edit one of my html blocks, my iframes do not appear in the code ..  makes things hard to edit.

The iframes in question are server viewers from gametracker.

The iframes still show in tinymce, but if I hide tinymce or view html from within tinymce, the code just isnt there.

url : http://blipweb.flanknshank.com/tds-test/

The iframes can be seen near the bottom of the page, the four servers being displayed.

This is the code which is being stripped when i try to edit the block

Code: [Select]
<iframe src="http://cache.www.gametracker.com/components/html0/?host=203.217.24.20:16567&
bgColor=000000&fontColor=CCCCCC&titleBgColor=000000&titleColor=FF9900&borderColor=2E2E2E
&linkColor=FFCC00&borderLinkColor=222222&showMap=1&currentPlayersHeight=100&showCurrPlayers=1
&topPlayersHeight=100&showTopPlayers=1&showBlogs=0&width=200" frameborder="0" scrolling="no"
width="200" height="536" style="margin-left:20px;margin-right:20px;"></iframe>

any ideas?

cheers
Title: Re: Code being stripped in HTML block
Post by: EzPortal on February 06, 2012, 06:08:49 pm
Disable the html editor and see if that helps keeping the code as is.
Title: Re: Code being stripped in HTML block
Post by: negative_energy on February 06, 2012, 06:23:16 pm
Disabling the editor in the ezblocks settings resolved the issue, thanks.

Is there anyway of fixing this without having to do that, as I would like moderators to be able to manage this block, but dont want to give them permissions to disable the editor as such.

cheers
Title: Re: Code being stripped in HTML block
Post by: EzPortal on February 06, 2012, 06:25:25 pm
In the new version there should be a checkbox to enable and disable the editor when needed when editing blocks with an html editor.
Title: Re: Code being stripped in HTML block
Post by: negative_energy on February 06, 2012, 06:30:36 pm
In the new version there should be a checkbox to enable and disable the editor when needed when editing blocks with an html editor.

Yeah I see that, but using that option gives me the issue. Disabling the editor in the settings works fine though