Forums

Member Area - HELP!!! (4 posts)

  1. wazzum
    Member
    Posted 3 years ago #

    I know this sounds strange but I'm looking for a way to show a members area that is not part of the bloggers backend. Basically I'm looking to give a members area page that people can get files from. I want them to register on the site as a member but not a blogger. Is there anything like what I'm looking for out there?

  2. Onebird
    Member
    Posted 3 years ago #

    Also wondering this.

    Something like BuddyPress but to work with the WordPress simple core not with the WORDPRESS MU.

  3. Justin Tadlock
    Member
    Posted 3 years ago #

    A simple way to check if users are logged in:

    <?php if ( is_user_logged_in() ) : ?>
    
    	Show stuff to only logged in users.
    
    <?php else: ?>
    
    	Show stuff to non-logged in people.
    
    <?php endif; ?>
  4. wazzum
    Member
    Posted 2 years ago #

    I use WordPress for my main website where I sell my software from. I just want a way to deliver my software where members can have a members area to download my software. Currently wordpress doesn't have a customizable members area.

Topic Closed

This topic has been closed to new replies.

About this Topic