Posted by rene_w on November 8, 2010 at 1:57pm
2 followers
Jump to:
| Project: | Blog Theme |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
So, 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).
#2
Cross post: http://drupal.org/node/971474#comment-3720060
#3
This 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.