Display different content for anonymous and logged in users
        Posted  
        
            by Jukebox
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jukebox
        
        
        
        Published on 2010-04-27T16:34:54Z
        Indexed on 
            2010/04/27
            16:43 UTC
        
        
        Read the original article
        Hit count: 258
        
What I need to accomplish is:
- If an anonymous user visits the site, show regular site content. 
- If a user logs in to the site, then user-related content appears in place of the regular content. 
I would like to accomplish this using the Views module.
I have looked at the Premium module, but it seems to be abandoned. I would like to avoid using the content-access module if at all possible, since I already have other access controls in place.
© Stack Overflow or respective owner