A lot of issues are simply because the theme are not supported because collapsiblock wait for a "h2" tag.
Different solutions are possible like providing a configuration page.
I think the easy way would be to change the selector in the JS.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | collapsiblock-887074-1.patch | 1.14 KB | gagarine |
Comments
Comment #1
gagarine commentedOk this patch should do the trick. I tried it with the garland, pushbutton and bluemarine.
With the selector .not($('.content :header',this)) I avoid processing of title inside the block content.
This patch remove also certainly the need of the theme folder (but the patch don't remove the folder).
Comment #2
gagarine commentedapplied 409322
Comment #3
gagarine commentedComment #4
gagarine commented