Project:Block Theme
Version:6.x-1.0-beta1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

Hi

Great module. I have been a big fan of this functionality through Tapestry theme which uses block theme for 5.x releases. Thankfully this has come along right in timt for my upgrede to 6.0 *Tapestry has yet to update block theme selection).

I started using this with Newsflash theme which has a block.tpl.php first line code of

<div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>"> After modifying the block code and followed teh relevant instructions I couldn;t get it working.

After switching to Tapestry which uses this first line

<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?> unstyled-block"> and inserting changes where noted inread me, it worked a treat.

There are two issues open that have responses indicating the differences in position needed in the block-tpl.php code (something to do with teh relevant position of class id etc) but I am a non-coder and no css guru either and nothing specific is mentioned in the install instructions to account for differences in code conventions for different theme block.tpl.php

Not sure if this classes as a bug report or a feature request for additional documentaion, I'll let the maintainer file it.

Cheers and thanks again

Comments

#1

PS please excuse the spelling mistakes

#2

Status:active» postponed (maintainer needs more info)

Is this still an issue?

#3

Status:postponed (maintainer needs more info)» closed (won't fix)