gmaps_taxonomy_menu_alter conflicts with ctools term term handler

digi24 - September 20, 2009 - 16:56
Project:Google Maps Tools
Version:6.x-2.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

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.

 
 

Drupal is a registered trademark of Dries Buytaert.