Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
block.module
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
24 Mar 2006 at 15:57 UTC
Updated:
8 Jul 2026 at 18:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
merlinofchaos commentedThis is a very odd problem.
I can't duplicate it with just bluemarine, so there's something deep and complex going on somewhere that may be originating in your theme. In order to debug this you're going to have to isolate the problem.
Comment #2
moshe weitzman commentedthere is some problem with your parsing code. note in the first url that the image is broken with a src=http://www.blockhousepublishing.net/image/view//evocative. in the second, you have a proper url: src=http://www.blockhousepublishing.net/image/view/509/evocative
Comment #3
Anonymous (not verified) commentedThanks for the interest in helping solve this.
I was having the same issue on bluemarine before we went to the new theme - so don't think its a theme issue. Also the broken url highlights the issue: src=http://www.blockhousepublishing.net/image/view//evocative -- inside the // is a custom region call to a block that looks up which image to display.
I have been setting up my blocks as their own modules, possible something in there but they show up fine on all other nodes, just not taxonomy pages which is what made me think the core issue is in the way a taxonomy page handles custom regions (not the standard left/right/center appear fine, it is my new custom regions setup in template.php that are not appearing in taxonomy pages unless /all is added to the url.)
-Greg
Comment #4
nedjoYou're doing creative and complex things with regions :)
This doesn't appear to have to do with regions or taxonomy per se, but whatever you're doing with your theme code (and so is impossible to debug without that code).
Comment #5
nedjoProbably not a bug.
Comment #6
Anonymous (not verified) commentedThanks - you are convincing me that its my code. :)
I have setup all of my blocks as stand-alone modules, and just used hook_block. I found it easier to code/test them in an editor, rather than use the "add a block" feature. I have about 14 of these modules with only blocks in them. I think it might be this code. Attached is a sample of one of them - is there an issue in the way I declared them?
Comment #7
Anonymous (not verified) commentedThis must be in the template. I was wrong above, its not just taxonomy pages, the node pages are having the same issue. It seems to be only in the center content area, which is really odd. I've declared the region in template.php, and formatted it in the block.tpl.php then called it into the page template with
print $medWhiteRegionFor instance on this page: http://www.blockhousepublishing.net/achyal.html
There is a cusom region block called $medWhiteRegion supposed to appear between the overview and comments. The blocks on the right are also regions and appear fine. Attaching the template.
The code is structurally identical that is calling the right block & the center block... Thanks for any more ideas.
Comment #8
Anonymous (not verified) commentedSee this new issue for a workaround, and maybe resolutions.
http://drupal.org/node/57662