Hi,

I would like very much to use this feature, but I absolutly do no understand what I have to do for using it! Do I need to write a special module?

Thanks for your help!

Comments

JustMagicMaria’s picture

Likewise. I looked in the configuration, in permissions (none) and in the README. Is it broken?

marcoka’s picture

Uncaught TypeError: Object function (a,b){return new d.fn.init(a,b,g)} has no method 'cookie'

apparently the jquery.cookie.js is not included by default (it is in drupal core but not loaded)

you could place it in a scripts folder in your theme and put scripts[] = scripts/jquery.cookie.js
to the info file. but thats only a quick fix.

i did this and now it works.

ps. there is no setting to save the satte or not, it should work ootb. it did here

see also this patch
https://drupal.org/node/1429956

kopeboy’s picture

Issue summary: View changes

All my collapsiblocks are saved in cookies, how to disable saving state in a cookie?

darvanen’s picture

Version: 7.x-1.0 » 7.x-2.x-dev
Parent issue: » #1186198: Collapsiblock v2 for Drupal 7
darvanen’s picture

You can disable blocks being saved in cookies by not choosing either of the "by default" options, both globally and on a per-block basis. Cookie details are only saved for blocks that have a "by default" feature.

darvanen’s picture

Status: Active » Closed (works as designed)