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

xmarket’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.