Active
Project:
Blog Theme
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2010 at 13:57 UTC
Updated:
14 Jul 2012 at 02:03 UTC
After using Blog Theme for a year without problems, it stopped working on the individual blog entries. It still works for a users' blog page /blogs/<username> (where all the blog posts are listed with their teaser), but as soon as a single post is selected /blog/<blog-entry>, it switches back to the site's default theme.
I wonder if it could be related to a recent update of the pathauto module. Issues #518354: Blog Theme needs a negative module weight and #508352: Chose different blogthemes, but only show the default theme also look related, but there's no clear solution for either. Did anyone run into the same problem _and_ found a solution?
Comments
Comment #1
rene_w commentedSo, I figured out that the new 2.x version of the Service Links module breaks blog_theme (it worked fine with 1.x).
Still haven't figured out how to get both running (changing the module's weight in the database did not help).
Comment #2
TheCrow commentedCross post: http://drupal.org/node/971474#comment-3720060
Comment #3
rene_w commentedThis patch to blog_theme.module: http://drupal.org/node/971474#comment-3720060 fixed the problem for me.
Since the blog_theme module seems to be abandoned, this is probably the best solution for now.