Closed (fixed)
Project:
Fervens
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2010 at 21:16 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent
Great theme...I normally write my own from scratch but this one really saved me time on a project that needed quick turnaround.
The only problem is, it doesn't seem to work with context.module (http://drupal.org/project/context) I use this module all the time in my custom themes without issue...but I cant seem to get it to work with this theme. Basically, i setup a context, assign a block to a region and....well...nothing. The block never appears. If I got into the blocks menu and set the positioning there, it works fine.
I'm thinking there's some incompatibility somehow with the way you're doing regions and what context.module does to place blocks.
Ring any bells?
Comments
Comment #1
ktleow commentedHi thank you for using my theme :)
I've dug through context's code and found out the following from
context.core.incThe problem is that both Context module and Fervens override theme_blocks() function.
Let me look into this in detailed when i'm free and see if there's an alternative way.
Comment #2
ktleow commentedSimilar issue..
http://drupal.org/node/633778
Comment #3
mikebell_ commentedSubscribe
Comment #4
ktleow commentedThe theme should work with Context module now (version 2.5 above).
Replaced
theme_blocks()function withtemplate_preprocess_block().