Hi jmburnz,
I am using Genesis subtheme and have the Collapsiblock module installed. The Collapsiblock module is installed correctly and enabled, and I added the code to block.tpl.php according to http://drupal.org/node/472266. Still the block's output is not correct. I've been told that this may be an issue with my XHTML code? Would you mind taking a look to help me figure out the problem? I've asked around and on the forums and irc and still can't solve this issue.
Thanks for your help!
Comments
Comment #1
Jeff Burnz commentedWhy don't you post the code of your block.tpl.php here or in the Collapsiblock issue queue, if nothing has changed in that module since the help page was written then you have done something wrong.
I don't use this module, in fact the only time I ever installed it was to help someone else with the same issue, but this time around I don't have time to support a contrib module.
Comment #2
mxer269 commentedI understand. I appreciate all the input you've given me throughout this... it's been a huge help.
Here's the code for my block.tpl.php file:
print $classes;">if ($block->subject):print $block->subject;endif;print $block->contentprint $edit_links;Comment #3
Jeff Burnz commentedWell that doesnt show me the HTML, I need to see the HTML - the whole shebang:)
Dude, use code tags to wrap blocks of code.
Comment #4
mxer269 commentedSorry I'll make sure I use code tags. Mind if I send you the HTML file?
Comment #5
Jeff Burnz commentedYes I do mind, please stick to the issue queues.
Comment #6
Jeff Burnz commentedYou only have to post the relevant line of code, the HTML around the
<?php print $block->content ?>Comment #7
mxer269 commentedHi jmburnz,
Here's the code around it:
Comment #8
Jeff Burnz commentedShould be working, ask the Collapsiblock people what gives.