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.

CommentFileSizeAuthor
#1 collapsiblock-887074-1.patch1.14 KBgagarine

Comments

gagarine’s picture

Status: Active » Needs review
StatusFileSize
new1.14 KB

Ok 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).

gagarine’s picture

Status: Fixed » Needs review

applied 409322

gagarine’s picture

Status: Needs review » Fixed
gagarine’s picture

Status: Needs review » Closed (fixed)