Closed (fixed)
Project:
Collapsiblock
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2008 at 17:05 UTC
Updated:
15 May 2009 at 19:08 UTC
Hi,
I'm the maintainer of the Sky theme, and I just added support for your module. I've attached a sky.inc file, for you to include in your theme directory if you choose to :)
Thanks for a great module!
Jacine
| Comment | File | Size | Author |
|---|---|---|---|
| sky.inc_.zip | 643 bytes | jacine |
Comments
Comment #1
gbrussel commentedI have looked at this file, and it does not work. If you just remove the .title from the titleSelector, it works:
Works for blocks. However, I still cannot get this module to work with blocks created by views. I'll dig deeper to see if I can figure out why.
Comment #2
gbrussel commentedViews blocks do not spit out an ID attribute by default on their blocks, and the content within the block has a class of "view-content", not "content", which is what collapsiblock.js searches for.
I'll probably copy these two posts into a new issue as I continue to dig deeper.
Comment #3
jacineI'm going to be changing the title to a
h3in the next release, so this no longer applies. This module still wont work with Sky by default, because it requires anh2, but I guess I'll just add notes to a README.txt for people.