I am currently trying to create a membership-based site.
I would like to create a login screen that appears at the top of the page, and that users cannot view anything on the site unless they log in.
Currently, I have placed the login form in a lightbox,
and I would like users to be able to view the site by logging in or registering as a new member there,
but with this setup, the login lightbox always appears when they go to the top.
Is it possible to prevent the lightbox from appearing for logged-in users?
Or is there a completely different way to create a site that can only be viewed by logged-in users?