Closed (fixed)
Project:
Internationalization
Version:
6.x-1.2
Component:
Taxonomy
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Jan 2010 at 13:26 UTC
Updated:
5 Jan 2013 at 13:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
5n00py commentedSame problem.
At this moment I connemt this lines in i18ntaxonomy.module:
Comment #2
kars-t commentedHere is a patch for the problem:
variable_get('page_manager_term_view_disabled', TRUE) is only set to FALSE if the panels override is enabled. This patch lets i18ntaxonomy respect that the panels override might be more important.
I know this is some kind of special hack to make this work with "some" other module and maybe the other module should provide a workaround. But as it's THE ctools / panels module it might be a good idea to add those three lines.
Comment #3
elioshPatch in comment #2 work good for me.
Thanks
Drupal 6.15 (Pressflow 6.15.65)
Panels 6.x-3.3
CTools 6.x-1.3
i18ntaxonomy 6.x-1.2
and others...
Comment #4
Wappie08 commentedI can also confirm that Kars-T's patch in #2 works on letting Panels override, thanks for fixing this Kars-T!
Greetings Wappie
Comment #5
srsbl commentedThe patch also worked for me.
Thanks.
Comment #6
jose reyero commentedWell, it looks harmless, so if it's any use...
Committed, thanks.
Comment #7
kars-t commentedHey great! Thank you Jose! :D
Comment #9
nedjoWhile a specific test for page manager is fine, it would be better to provide as well a more generic test (like page manager does) by testing the existing 'page callback' and skipping if it is not 'taxonomy_term_page', meaning it's already been overridden by another module.
Comment #10
jose reyero commentedOnly critical bug fixes for this version.