Posted by digi24 on September 20, 2009 at 4:56pm
Jump to:
| Project: | Google Maps Tools |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hey,
I am just posting this as a feature request, no immediate action required. Gmaps taxonomy uses menu_alter to override the taxonomy/term/% pages. The ctools pagae manager used by panels does the same, so they conflict.
Maybe it would be possible to make gmaps taxonomy work nicely with with ctools. In the short run, please add an config option to disable
$items['taxonomy/term/%']['page callback'] = 'gmaps_taxonomy_term_page';
$items['taxonomy/term/%']['file'] = 'includes/gmaps_taxonomy.pages.inc';
$items['taxonomy/term/%']['file path'] = drupal_get_path('module', 'gmaps_taxonomy');btw,
thanks for this stuff.
Comments
#1
#2
Automatically closed -- issue fixed for 2 weeks with no activity.