How do you control if the block displays. I only want a block to display if a certain node type is present on the page. It is a control panel for that node type.
I tried looking up the hook_block_info where I think this is done though there is no documentation I could find available for this.
Can anyone tell me how its done?
I'm running the drupal 7.7 install script. I get to the step where I set up the database and the only option listed is SQLite. I don't understand why MySQL isn't listed. I'm running an older version of Drupal (5.x) on the same server and its worked for years with MySQL so I don't get why its not even an option when I try to install.
I would like to know how to create a rule when A) a new registration is viewed by the admin and B) assigns it a certain role it C) does something. The "C) does something" I can figure out, but step A and B, I need help with.