is there any way to determine if a user is logged? for example a standard page can determine if the user is logged.
thanks
There are different ways to selectively show content if a user is logged in.
In a design, you can use the Logged In SHOW IF design area. If you have a paint layout applied to the page, you can use the Logged In CONDITION and wrap content in special keywords. If it is a page only, you would have to play with permissions on the DIVs so that some are shown the public users (not logged in) and others are denied to the public user and shown only to uses in a specific member's group (or groups).