Hiding a site, best practice?
Drupal 6.16 (at this moment) Longtime Drupal user but not much of a PHP coder. Since I am temporary leaving the college I have taught, I need to close the student portal site but I want the site to be still accessible to them. In short, I need to hide this site from the public. What I need is the home page to be showing only the login block and a short sentence or even placing iFrame from my other sites. Once student logs in, they get the same website they are used to but its HOME needs not to be the public home page but their old homepage instead. Any suggestion on how to proceed, other than making everything private one by one, would be appreciated. -- - Hiro Hiroaki Honshuku, A-NO-NE Music, Greater Boston http://a-no-ne.com http://anonemusic.com
Would disabling "access content" permission for anonymous users suffice? On Thu, Aug 26, 2010 at 10:02 PM, A-NO-NE Music <madflute@anonemusic.com>wrote:
Drupal 6.16 (at this moment) Longtime Drupal user but not much of a PHP coder.
Since I am temporary leaving the college I have taught, I need to close the student portal site but I want the site to be still accessible to them. In short, I need to hide this site from the public.
What I need is the home page to be showing only the login block and a short sentence or even placing iFrame from my other sites. Once student logs in, they get the same website they are used to but its HOME needs not to be the public home page but their old homepage instead.
Any suggestion on how to proceed, other than making everything private one by one, would be appreciated.
-- - Hiro
Hiroaki Honshuku, A-NO-NE Music, Greater Boston http://a-no-ne.com http://anonemusic.com
-- [ Drupal support list | http://lists.drupal.org/ ]
You want "Secure Site" http://drupal.org/project/securesite I use it for my devel site that I want public for multiple developers.
From the module page "This module allows you to authenticate users with a browser-based password (HTTP Auth). You can restrict access to the site by role and choose to secure restricted pages or the entire site. This means the site will be inaccessible to search engines and other crawlers, but you can still allow access to certain users."
Basically just sticks a grey login block (I'm sure you can theme it if you want) that protects all content until a user logs in.... On Thu, Aug 26, 2010 at 4:02 PM, A-NO-NE Music <madflute@anonemusic.com> wrote:
Drupal 6.16 (at this moment) Longtime Drupal user but not much of a PHP coder.
Since I am temporary leaving the college I have taught, I need to close the student portal site but I want the site to be still accessible to them. In short, I need to hide this site from the public.
What I need is the home page to be showing only the login block and a short sentence or even placing iFrame from my other sites. Once student logs in, they get the same website they are used to but its HOME needs not to be the public home page but their old homepage instead.
Any suggestion on how to proceed, other than making everything private one by one, would be appreciated.
-- - Hiro
Hiroaki Honshuku, A-NO-NE Music, Greater Boston http://a-no-ne.com http://anonemusic.com
-- [ Drupal support list | http://lists.drupal.org/ ]
Thank you so much both Bob and Carl for advices. I realized there are some contents I want to be available to public, such as my students' multimedia project work showcase. Feels like need to make content types private one by one. Sigh. -- - Hiro Hiroaki Honshuku, A-NO-NE Music, Greater Boston http://a-no-ne.com http://anonemusic.com On 2010/08/26, at 18:01, Bob Fishel wrote:
You want "Secure Site" http://drupal.org/project/securesite
I use it for my devel site that I want public for multiple developers.
From the module page "This module allows you to authenticate users with a browser-based password (HTTP Auth). You can restrict access to the site by role and choose to secure restricted pages or the entire site. This means the site will be inaccessible to search engines and other crawlers, but you can still allow access to certain users."
Basically just sticks a grey login block (I'm sure you can theme it if you want) that protects all content until a user logs in....
On Thu, Aug 26, 2010 at 4:02 PM, A-NO-NE Music <madflute@anonemusic.com> wrote:
Drupal 6.16 (at this moment) Longtime Drupal user but not much of a PHP coder.
Since I am temporary leaving the college I have taught, I need to close the student portal site but I want the site to be still accessible to them. In short, I need to hide this site from the public.
What I need is the home page to be showing only the login block and a short sentence or even placing iFrame from my other sites. Once student logs in, they get the same website they are used to but its HOME needs not to be the public home page but their old homepage instead.
Any suggestion on how to proceed, other than making everything private one by one, would be appreciated.
That is a different question and one that you will want to use an access control module for. This list node access modules listed out an explanation of what they do http://drupal.org/node/270000 so this might lead you to the right place. I have done setups like this with nodeaccess http://drupal.org/project/nodeaccess. -Steve On Fri, Aug 27, 2010 at 5:56 AM, A-NO-NE Music <madflute@anonemusic.com>wrote:
Thank you so much both Bob and Carl for advices. I realized there are some contents I want to be available to public, such as my students' multimedia project work showcase. Feels like need to make content types private one by one. Sigh.
-- - Hiro
Hiroaki Honshuku, A-NO-NE Music, Greater Boston http://a-no-ne.com http://anonemusic.com
On 2010/08/26, at 18:01, Bob Fishel wrote:
You want "Secure Site" http://drupal.org/project/securesite
I use it for my devel site that I want public for multiple developers.
From the module page "This module allows you to authenticate users with a browser-based password (HTTP Auth). You can restrict access to the site by role and choose to secure restricted pages or the entire site. This means the site will be inaccessible to search engines and other crawlers, but you can still allow access to certain users."
Basically just sticks a grey login block (I'm sure you can theme it if you want) that protects all content until a user logs in....
On Thu, Aug 26, 2010 at 4:02 PM, A-NO-NE Music <madflute@anonemusic.com> wrote:
Drupal 6.16 (at this moment) Longtime Drupal user but not much of a PHP coder.
Since I am temporary leaving the college I have taught, I need to close the student portal site but I want the site to be still accessible to them. In short, I need to hide this site from the public.
What I need is the home page to be showing only the login block and a short sentence or even placing iFrame from my other sites. Once student logs in, they get the same website they are used to but its HOME needs not to be the public home page but their old homepage instead.
Any suggestion on how to proceed, other than making everything private one by one, would be appreciated.
-- [ Drupal support list | http://lists.drupal.org/ ]
participants (4)
-
A-NO-NE Music -
Bob Fishel -
Carl Wiedemann -
Steve Kessler