Viewing 5 replies - 1 through 5 (of 5 total)
  • Tom Lany

    (@tomthewebmaster)

    You could use this plugin:

    http://blog.taragana.com/index.php/archive/angsumans-authenticated-wordpress-plugin-password-protection-for-your-wordpress-blog/

    This plugin protects your whole blog. In order to protect only your menbers area, you could set up a separate blog to power your members only area (and keep your current install for your public blog). Good luck.

    Thread Starter romme

    (@romme)

    Thanks for the reply. My question was regarding the signup and login forms and not so much about the protection part (for that I was planing on using the Page Restriction plugin).

    katesgasis

    (@katesgasis)

    Do you want something like this http://2talkabout.com/Honda/wp-login.php?

    Just add require(‘./wp-blog-header.php’); Example below.

    require( dirname(__FILE__) . ‘/wp-config.php’ );

    require(‘./wp-blog-header.php’);

    $action = $_REQUEST[‘action’];
    $error = ”;

    katesgasis

    (@katesgasis)

    Opps and then comment out
    header(‘Content-Type: ‘.get_bloginfo(‘html_type’).’; charset=’.get_bloginfo(‘charset’));

    Thread Starter romme

    (@romme)

    That’s exactly what I want… I’ve entered the code in the top of wp-login.php … But it doesn’t change the apperance of the login screen. Do I have to do change the layout manually or have I done something wrong?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP with members area requires custom login and signup form’ is closed to new replies.