When I enable ISBN2node it hides the Administration menu from the http://drupal.org/project/admin_menu module. I am able to see the menu on the admin/modules page after enabling the module, but as soon as I navigate to a different page the admin menu disappears. Seems like there is some sort of code conflict between the two modules.

Thanks

Comments

vertikal.dk’s picture

deggertsen,

Are you sure that this issue is caused by this module? I use admin menu in most of my projects and have never seen the problem, and I have a hard time seeing how this module can interfere with admin menu.

Could it be something with the way you place the admin menu block on the page - is it hidden or shown on certain pages or in some other way controlled by mechanisms not stemming from this module, which basically just adds content to the content area as standard Drupal forms and page content.

Martin

deggertsen’s picture

It is quite possible that this is a problem with the theme I am using and for some reason when I enable ISBN2node the problem comes out. Not totally sure, but the theme I am using is a rockettheme one and they tend to cause javascript issues. It is for sure that I don't have this problem until I enable this module though.

vertikal.dk’s picture

Assigned: Unassigned » vertikal.dk
Status: Active » Postponed (maintainer needs more info)

deggertsen,

I could try installing the Rocketheme theme, but they are all paid themes, and not immediately available for test.
I have used the module with several themes, including home made ones, but I have never seen the behavior that you describe - or any influence on menus, blocks or other modules for that matter.

And I have no idea what in the module could influence the theme or admin menu since it doesn't do any special trickery of any kind, but just uses plain Drupal forms and adds plain content to the content area in the theme.

Martin

deggertsen’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

We will close this for now as a cannot reproduce issue. If anybody else runs into this problem they can reopen, but I do not have the time or resources to troubleshoot this right now. Thanks!

deggertsen’s picture

Issue summary: View changes

After further testing I found that the conflict is with Administration Menu, not just Administration menu Toolbar style.

iatanasov’s picture

Issue summary: View changes

I have the same problem. When I enable ISBN2node it hides the Administration menu. When i clear the cache, Admin Menu is appear, and next clicks on menu items hide again.

iatanasov’s picture

I found the problem. The problem is into the file 'isbn2node.module'. There is empty spaces in the begining of this file, before the open tag '<?php'. Clear it and everything is okey :).

deggertsen’s picture

Category: Support request » Bug report
Status: Closed (cannot reproduce) » Active

@iatanasov, would you be willing to submit a patch for the change? That's always helpful when you've found a fix for the problem.
https://www.drupal.org/node/707484

demirors’s picture

Status: Active » Reviewed & tested by the community

This works for me. Thanks.