Reviewed & tested by the community
Project:
ISBN2node
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Oct 2011 at 19:54 UTC
Updated:
16 Nov 2015 at 00:52 UTC
Jump to comment: Most recent
Comments
Comment #1
vertikal.dk commenteddeggertsen,
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
Comment #2
deggertsen commentedIt 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.
Comment #3
vertikal.dk commenteddeggertsen,
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
Comment #4
deggertsen commentedWe 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!
Comment #4.0
deggertsen commentedAfter further testing I found that the conflict is with Administration Menu, not just Administration menu Toolbar style.
Comment #5
iatanasov commentedI 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.
Comment #6
iatanasov commentedI 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 :).
Comment #7
deggertsen commented@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
Comment #8
demirors commentedThis works for me. Thanks.