Closed (fixed)
Project:
Comment RSS
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2009 at 19:26 UTC
Updated:
9 May 2011 at 03:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidComment #2
frjo commentedThis patch replace the hook_init() call with hook_nodeapi() and hook_theme_registry_alter().
This solves the $custom_theme problem and an added benefit is that the Custom RSS links in the header now comes *after* the core RSS links.
Comment #3
BrockBoland commentedJust came across this bug with the themes in Organic Groups. Patch worked for me, though it's worth noting for anyone else who tries it that it will fail against 6.x-2.2 and only works against head.
Comment #4
jwilson3I can second the RTBC here. This issue popped up for me on ThemeKey module #754970: Skipped rule checking because another module already initialized the theme engine and upping to HEAD and applying the patch in #2 fixed the issue.
Comment #5
dave reidThis has now been fixed with the following commits:
http://drupalcode.org/project/commentrss.git/commit/e25c49a
http://drupalcode.org/project/commentrss.git/commit/739a525