Viewing 10 replies - 1 through 10 (of 10 total)
  • Hey how did you get that installed? I wanna install one in my 2.7 install but I don’t know how to do it…

    Anyone know how?

    EDIT

    Whoops wrong topic I was wondering how to install a custom login for a 2.7 install

    Thread Starter krushinfo

    (@krushinfo)

    That link doesn’t support 2.7.

    I’m going to dig into the code and try and find the login page I think

    Yeah, I just got as far as changing the background color of the form…

    root>wp-admin>css>login.css is where I got to….

    Thread Starter krushinfo

    (@krushinfo)

    They haven’t made it simple.

    Some templates for it would be real useful!

    I’d love to put my login form on other pages but I imagine this isn’t possible..?

    the great Binary Moon is not updated, but the new panel uses only a gif logo above the form. so deactivate BM and for now you can just swap that single gif out, and by the next upgrade someone will sort out a plugin to keep this out of the admin file.

    wp-admin/images/logo-login.gif

    best – kurt

    kamaradski

    (@kamaradski)

    hi all,

    I’m looking into displaying some custom text on the login page. My blog is private, and i need to change the login-page to display a text that the users will need to register to be able to see any content.

    Is this possible, and if so, how ?

    cheers kama

    t31os

    (@t31os)

    You’d need to edit the login page…

    wp-login.php

    Easiest thing to do would be to place a basic include in there….

    Something like….

    include_once('yourfile.php');

    That way if you update wordpress you’ll only ever need to add that one line in, and you can make changes to the ‘yourfile’ without losing them after an update…..

    Download and use my plugin, Theme My Login. It’s basically a one click solution. It creates a WordPress page to use for all the login stuff, therefore utilizing your theme’s ‘page’ template.

    I am trying to use this on a 2.7 site I am starting to roll out… When I attempt to login I get the following error

    Fatal error: Call to a member function get_error_code() on a non-object in /path/to/my/site/wp-content/plugins/theme-my-login/includes/wp-login-forms.php on line 99

    I masked my site’s true path above ??

    Any ideas?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Custom Login Page’ is closed to new replies.