By yinyang042 on
Hi guys,
I am building a site for a church and they asked if there is any chance I could take off the login from the home page. Maybe have a URL to get to the login page but not have it on the main site. How do I go about doing that? Anyone have suggestions?
This is going to be used as a standard website, they just want to be able to edit the content and add pictures with the RTF box. I implemented the RTF box but do not have a way to upload and apply the picture to the RTF editor when making a blog post, page, etc. Any ideas? Thanks!
Comments
I suggest you work through
I suggest you work through the Getting Started tutorials and help pages.
http://drupal.org/getting-started/6
The login box is a Block. Use the documentation - there's lots of stuff there.
Pimp your Drupal 8 Toolbar - make it badass.
Adaptivetheme - theming system for people who don't code.
Take off the login block from the homepage
Hi,
You could do this by disabling the User Login block.
Go to Administer->Site Building->Block.
Then for the User Login, select from the dropdown list.
To access the Login form, just go to /user
Hope it helps.
If I disable it is there a
If I disable it is there a URL I still can login and allow the admin to edit the site? I just want the login off the home page, but want to have it somewhere else (even on a blank page with just the login) so that the admin at the church can still change the content on the site.
I just did what you said and
I just did what you said and it works great! Thanks!!