Closed (works as designed)
Project:
Collapsiblock
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2010 at 13:51 UTC
Updated:
22 Sep 2010 at 12:13 UTC
Hello
At first this is an awesome module but I have a request.
Is it possible to exclude special blocks?
best regards
Comments
Comment #1
beanluc commentedEach block has collapsiblock settings. If you set the collapsiblock setting on a specific block, this setting will override the global collapsiblock setting.
Comment #2
gagarine commentedComment #3
gagarine commentedComment #4
mrugesh_drupal commentedYes it is possible to apply collapsible block on special blocks.
As open the collapsiblock.module file where you can see the
function collapsiblock_default_settings()In that array you will see code like
'collapsiblock_block' => '[put your div class name on which block you want to apply collapsible block]',So, Example code will be look like this :
'collapsiblock_block' => 'div.block-homepagebox',Thank you,
Mrugesh Panchal
Comment #5
gagarine commentedPerhaps I don't get it... But how say in #1 they are a admin settings for that.