Doesn't work with Marinelli & Ability Themes

spiffyd - September 24, 2008 - 01:10
Project:Collapsiblock
Version:6.x-1.x-dev
Component:User interface
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

I can't get this module to work with Marinelli theme. I can however, verify that the module works with other themes that came with Drupal core.

I created marinelli.inc, placed it in the themes folder inside the module directory. The code I used is...

<?php

function collapsiblock_theme_data() {
  return array(
    'titleSelector' => 'h2',
  );
}

Is anyone else getting this problem and can anyone help me out here?

#1

vitovonantwon - November 5, 2008 - 05:33

I used this block with ability theme. I can't get it to work with Marinelli also.
I can configure the blocks, and I can see the main default settings, but can't click on the blocks.
Also blocks defaulted to be collapsed are not.

Antonio

#2

LarryTX - December 1, 2008 - 21:25
Title:Doesn't work with Marinelli Theme» Doesn't work with Marinelli & Ability Themes

Actually, I had a similar problem with the Ability theme. In this case, despite a patch for the theme having been applied using the h2 element which is what Ability uses for the block title, the block title is not displayed. The little triangle to right of the block title is displayed in Firefox, but not in IE7; the title itself never displays. If I mouse around in that area until I get the change in the mouse cursor, I can click, and the block will expand.

#3

dru-pal - January 19, 2009 - 08:53

Here is a solution!

Made it work on Marinelli - http://drupal.org/node/281418

 
 

Drupal is a registered trademark of Dries Buytaert.