Drupal Menus desappear with embed gallery
|
sbouilland
Joined: 2009-03-23
Posts: 9 |
Posted: Wed, 2009-05-06 12:55
|
|
Hi ! I use Drupal 6.11 and Gallery2.3 for my website. Gallery2 is embed. My problem is that when I access the gallery, all my drupal menus are removed. This problem desappears if I desactivate the "url rewritting" component of Gallery, and I would prefer not. You cans see the problem at http://www.stephane-bouilland.com/gallery, when clicking on the album. I tried with different themes, it is the same thing. Many thanks by advance, |
|

Posts: 5
Read this... http://drupal.org/node/432092
Remove/comment out this line in gallery.module:
drupal_alter('gallery_page', $result, array());
(Was line number 455 for me).
Posts: 9
It does work very well, many thanks !