I have a Drupal site that is only accessible by authenticated users. However when one goes to the site, the default front page with the Mission Statement appears, but instead of content a "Page Not Found" appears. This is understandable because the initial visitor is not an authenticated user.
How can I get rid of this "Page Not Found" for that initial visitor. I'd just like the login and Mission Statement to appear as if all is well. Thanks!
I've got Gworks up and running nicely, but I would like to know how to change the number of buttons that appear across the top? But default there are 6: how do I change to have 7, or 8?
I am interested on including source code on some nodes, but I haver some problems with special HTML charset. I tried to use "code" tag, but it doesn't change the special chars inside by the HTML code.
And other question... ¿can I create an special tags installing a handler to do something without code a drupal module?
Here is just a test of code tag... this cant be readed: "<hello>"
I'm playing about trying to find the right theme for my site, and the best way to arrange it, and I like the look of the Gworks theme a lots, especially the possibilities it gives me for organising the front page.
I've been playing with Drupal for the past week or so. I'm very impressed. Before my site goes live, I need to find a way of allowing Drupal to elegantly handle the mysql server being offline (the mysql server will not be on localhost, but is atm for testing). Right now, if a visitor visits the site whilst the mysql server is not responding, the user is greeted with a rather cryptic;
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Is there a way of replaceing this with a page? Even a simple html file would suffice.