I just installed Drupal 7. Works great. I read the things you are suppose to do after the install such as change the permissions on settings.php. No mention was made of install.php, should I delete install.php, it would seem it's presence could cause someone to run it and destroy my site. Why is it not mentioned to delete it?
Hi there!
I´m trying Drupal 7.x for the first time, and have set a "test and play" site. I want my colleagues to look at it only, and avoid anonymous people to see it.
The normal Drupal behaviour when you uncheck all perms to anons, is to show you a page with the header and footer and the message that you don´t have permission to access the site.
The thing is that I don´t want anon to even look at the header and footer.
I just want them to see the log in form and nothing else.
Please Help! I have no option for php in my text format section in drupal 7, I have checked the blocks and the themes, but no luck? Where do I get this from?
I'm editing a node template, and I understand how to render available variables but one thing that has me bamboozled is how I would do correctly call a field that contains a URL and use it in a href, say link to $content['field_user_website'] with the text printed from $content['field_user_website']
Perhaps there's even a better way of storing URLs?