Closed (fixed)
Project:
Javascript Tools
Version:
5.x-0.8
Component:
Collapsiblock
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2007 at 20:22 UTC
Updated:
14 Apr 2008 at 16:31 UTC
hey,
thanks for this nice module but i cant figure out what to do to implement this into the fblike theme...
maybe someone can help me?
thanks in advice!
here the themelink: http://drupal.org/project/fblike
Comments
Comment #1
nedjoI've updated the module's README to include help on creating theme .inc files. See:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/jstools/col...
Comment #2
ThriLLz commentedthanks for your fast answer ill have a look at that!
dorian
EDIT:// done it but doesn't work.
example says search =>
print $block->subjectfound in the fblike them: =>
if ($block->subject!=""):print $block->subjectendif;print $block->contentso ive choosen h3 and made the fblike.inc with=>
<?php
function collapsiblock_theme_data() {
return array(
'titleSelector' => 'h3',
);
}
when i go over the block it shows me the "hand" so it seems to be correct, but the blocks don't collapse.
it works perfectly in garland for example.
_____
www.kukljica.org
Comment #3
ThriLLz commentedanyone a idea?
Comment #4
najibx commentedHi ThriLLzadar ,
Yes, the step mentioned is not working in fblike.
Try Replace this in block.tpl.php and ignore the fblike.inc
print $block->module">if ($block->subject):print $block->subjectendif;print $block->contentat least got the collapsible there. The title bg is now gone and my main problem is I can't simply change this to H3 or H4 !
Comment #5
najibx commentedOk got it.
The mythme.inc must be placed in something like ...
/sites/all/module/jstools/collapsible/theme
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.