Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I haven't had any difficulty installing modules before, but for some reason I'm having difficulty with the Views module.
Everything looks ok. I have properly added the tables to MySQL. I have modified my permissions appropriately in Access Control. But, when I click on "Views", nothing loads - I just get a white screen. When I check the page source of this white screen, no code appears - just nothing.
Anyone know what I'm doing wrong? Should I copy the include files somewhere (this is the only thing I can think of).
Hi, working on upgrading a gallery2 mod. Was wondering if there was a hook to catch it when roles are added or removed. I want to map roles to g2 groups, but I think I need this ability to do it correctly.
I have modified the block.module to include role specific visibility setting for blocks. With this you can configure the visibility settings for blocks based on roles. Please tel me if anybody needs it i shall send the code for the same.
I have a program that is not a drupal module, but I want to control access to it through drupal navigation menu. I am on drupal 4.7 and tried adding the program as a menu item, but I get a blank screen. So now I am thinking I should open the program in a new browser window. How should I do this? I looked at the chatbox module which I think opens a browser window, but I don't understand the code. Here is the code from chatbox that I think is how it launches a browser window.