There was a problem with the collapsiblock module , the general settings for all blocks if it works for all the blocks , but when you set the block, the selected option is not saved

the zurb foundation saved in an section when a block is created unlike the theme Bartik that adds a block id in a div tag

To operate the collapsiblock module with ZURB foundation an id for all blocks is generated, so that module collapsiblock can find that id block

block.tpl.php

<section id = '<?php print 'block-'.$block->bid ?>' class="<?php print $classes; ?>"<?php print $attributes; ?>>

Add id through the bid = block id

id = '<?php print 'block-'.$block->bid ?>

Comments

ibersito’s picture

Title: block configuration does not work with the theme founding ZURB » block configuration not saved with the founding ZURB theme
darvanen’s picture

Category: Bug report » Feature request
Status: Needs work » Active

I think this kind of problem requires rearchitecture of the module, to be tackled in a future release.

darvanen’s picture

Category: Feature request » Bug report

Actually this is a bug, but it still requires rearchitecture.

darvanen’s picture

See parent issue.

darvanen’s picture

Version: 7.x-1.1 » 7.x-2.0-alpha1
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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