I have a site that is for internal company use only, and I need to lock down the access so anonymous users can't access anything except the login page.
Currently it seems I need to set access per role for views etc to do this, but is there a complete solution that will block for anonymous without having to set views etc one by one?
After Drupal 7.4 install, can't access http://www.example.com/?qdmin. Getting a 404 Page not found error. Can access the page by going to http://www.example.com/index.php?q=admin, but everytime I click on something I get a 404 Page not found error. I have to add in index.php to every url so that it will load. Drupal was installed to the root directory. If I install to a subdirectory, everything works fine.
Hi guys
I am trying to change the size of the block named "advertise" to width = 960 and hight to 440 pics but couldn't found the css file. Kan anyone help me with this.
I was wondering if there was / is a Views 2 release for Drupal 7. I am unable to find this but was told I need to use Views 2 with another Drupal 7 module in order for them to work together. Any help or links to a download would be great.
I'm trying to install drupal 7 in my apache web server. I did the necessary PHP configuration in c:\windows\php.ini.(memory limit, extension - extension=php_pdo.dll, extension=php_pdo_mysql.dll and
extension=php_pdo_mysqli.dll
But when i installed the drupal http://localhost/drupal74 it shows only sqlite and said can show only that database.
How to configure to use mysql?
Please help me.
Thanks in advance.
I'm new to Drupal. I want to send emails to registered users under various scenarios. Under People/Account settings there are several which fit. I need others such as when payment has been made, or a booking (I provide a service) has been made or changed, etc. Is there a module which will allow me to do this (I've been looking through the available modules but haven't found any) or is there a php file I can modify to include the additional scenarios and have them show in the People/Acccount Settings view?