Making a client area in WordPress – Any good tutorials or plugins?

I’d like to make a client area in WordPress from my freelance design business. I’m capable of making it myself but I was wondering if there are any good tutorials and plugins that other people are already using. A Basecamp style project management system would be the ideal.

Related posts

Leave a Reply

7 comments

  1. First, for invoicing/billing use the WP Invoice plugin: http://wordpress.org/extend/plugins/wp-invoice/

    The “members” plugin may also be useful: http://wordpress.org/extend/plugins/members/

    For a custom redirect, to send them to custom pages rather than just the admin panel use: http://wordpress.org/extend/plugins/peters-login-redirect/

    If you had them register, greet them with a custom welcome message on the page they log-in to using this code, which should grab their name from their profile:

    Welcome <?php echo $user_identity; ?>
    
  2. You can use custom page templates with is_user_logged_in, and custom logon forms, etc

    But to build Basecamp it took years, if you could build that for your personal site, you’d b better off ditching your business and marketing the basecamp clone

    Depending on what you want, the buddypress plugin may be of help

  3. If you’re building WordPress websites for your clients you could use have a Video Tutorials section.

    If you don’t mind paying, the WPMU Dev guys have one here, which has about 40 video tutorials showing people how to they can add/edit a post, stuff like that, embedded right within the admin area (or can also be embedded elsewhere on a post or page if you prefer) that way you could save your clients asking you a thousand obvious WP questions!

    They host the videos too so you don’t have to worry about that.

    http://premium.wpmudev.org/project/unbranded-video-tutorials

    I’ll try and think of some more too

    Cheers

    Nick