I've installed the latest 5.x version on my website and in the admin I can't turn off any of the checkboxes in the iframe section.

I can uncheck the checkboxes, and submit, but once it's been submitted if I re-open that section, they're all checked again. It's only the iframe ones, the rest seem to respond just fine.

Comments

nickorr’s picture

I figured out where this is wrong. I'm not sure how to build a patch, but it's a quick typo in the .module file on line 180. It currently reads :

$form['shadowbox']['shadowbox_supported_media']['shadowbox_supported_iframe.'] = array(

where it's got an extra "." after "shadowbox_supported_iframe", and it shouldn't. Hope this helps.

psynaptic’s picture

Assigned: Unassigned » psynaptic
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.