Books on Drupal
There are a few books on Drupal and they range from everything for the beginner to everything for the advanced. I have a page devoted to Drupal books that are available for purchase along with a review on each of them.
Books on DrupalThere are a few books on Drupal and they range from everything for the beginner to everything for the advanced. I have a page devoted to Drupal books that are available for purchase along with a review on each of them. |
New to Drupal?Are you new to Drupal? What is Drupal and why do you want to use this? In this video I build a Drupal website in 10 minutes. See why Drupal rocks! |
CategoryBuy Me A Beer |
Playing Drupal's Site Maintenance Mode
Submitted by Drupal Dude on Fri, 11/16/2007 - 11:59am.
Problems viewing videos? If you are working on your Drupal site and you want to take if offline temporarily, Drupal has a setting that allows you to do this. They call the Site Maintenance. You can find it under the Site Configuration menu. What this does is takes your site offline to anonymous users and authenticated users. The only person who has access to the site is the administrator. Any viewer will get a message stating that the site is offline. You can change the message that the user views to whatever you want as well.This tip came to me via email. Someone asked how they could get back into the site after they made it offline. All you need to do is go to your site and add to the url /user, an example would be: your-drupal-test-site.com/userOnce you enter this url, you will be at the login screen. Just log in using your administrator password, and you are back in business. »
|
SearchRecent comments
We readDrupal Related Sites |
Hmm...I wish I could
Hmm...I wish I could remember how I did this....But in the past, I simply was able to modify the entire maintenance page by just using CSS...not need for all the php stuff.
As just a guess, I'm thinking I simply put my page content (including all the tags) into the maintenance text box and styled using the maintenance.css file. Simple and straightforward.
Thanks!
All of the Drupal documentation on Drupal.org instructs me to navigate to mysite.com/?q=user.
I think that instruction assumes that you do not have URL masking enabled, as it didn't work for me and I was slightly panicked for a bit. The url form suggested in this post does work. Bear in mind whether or not you have URL aliasing enabled, as I believe this will effect which URL will work for you.
Whew! Glad I got back in!
Thank You!
how to change the message
and the picture that are shown when the website is online?
I love drupal icon but I'd like to use my site logo and a custom message...
thanks!