xionkid
Member
Posted 2 years ago #
Hi!
I’m looking for a way to great a custom registrations page for my blog. I want to have a background image and some customfields too. I have tried some plugins for this like “Theme My Login” and “Register Plus”. None of them work completely.
Can you suggest any other plug-in to make this possible or some manual way to customize the registrations-page.
Thanks!!
Some other plugins:
http://wordpress.org/extend/plugins/bm-custom-login/bm-custom-login.zip
If you can't find any, then you might need to dissect on of those plugins to learn how to do your own.
xionkid
Member
Posted 2 years ago #
okey. I have another question in the same category. ow do I remove the "register to this blog" bubble at the top?
Don't understand that question so a link to see the problem, please.
I also meant to give you this link for other plugins:
http://wordpress.org/tags/login
xionkid
Member
Posted 2 years ago #
If you look here http://www.boraskungfu.com/wp-register.php there is a yellow table with text in it. How do i get rid of it or edit the text in it?
I don't see that--all I see is a customized login.
xionkid
Member
Posted 2 years ago #
@xionkid
If you are still looking to remove the yellow message then try the following;
edit wp-login.php
Find
login_header(__('Registration Form'), '<p class="message register">' . __('Register For This Site') . '</p>', $errors);
and replace with
login_header(__('Registration Form'), '', $errors);
HTH
Great looking login BTW
=-)