Closed (fixed)
Project:
Google Maps Tools
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2009 at 16:56 UTC
Updated:
25 Mar 2010 at 09:00 UTC
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
Comment #1
xmarket commented