User Registration
Quote from jpaul on July 27, 2017, 11:47 pmHello,
Currently, users cannot register on our forum, can someone please give some insight as to why that may be?
Is there a checkbox in the settings area that needs to be checked?
Please see my attached screen shot for reference.
If there are any questions, please let me know.
Thanks,
Jimmy
Hello,
Currently, users cannot register on our forum, can someone please give some insight as to why that may be?
Is there a checkbox in the settings area that needs to be checked?
Please see my attached screen shot for reference.
If there are any questions, please let me know.
Thanks,
Jimmy
Uploaded files:Quote from jpaul on July 28, 2017, 4:19 pmThank you very much Yworld for your time, it worked like a charm!
I have one more question if you don’t mind, is there a way in which I can change the WP logo to my own on the registry screen? (See attached for reference).
Thanks again,
Jimmy
Thank you very much Yworld for your time, it worked like a charm!
I have one more question if you don’t mind, is there a way in which I can change the WP logo to my own on the registry screen? (See attached for reference).
Thanks again,
Jimmy
Uploaded files:Quote from Yworld on July 28, 2017, 4:25 pmHi jpaul,
To do this you just have to add this code to your themes functions.php file:
function my_login_logo(){ echo '<style type="text/css">#login h1 a { background: url('. get_bloginfo('template_directory') .'/images/logovh.png) no-repeat 0 0 !important; }</style>'; } add_action('login_head', 'my_login_logo');replace picture
Hi jpaul,
To do this you just have to add this code to your themes functions.php file:
function my_login_logo(){ echo '<style type="text/css">#login h1 a { background: url('. get_bloginfo('template_directory') .'/images/logovh.png) no-repeat 0 0 !important; }</style>'; } add_action('login_head', 'my_login_logo');
replace picture
Quote from jpaul on July 28, 2017, 4:30 pmI believe that I am in this section now (please see attached to ensure that I am), is there a specific spot where I would need to place the code? Do I need to replace some old code with this new code?
Thanks,
Jimmy
I believe that I am in this section now (please see attached to ensure that I am), is there a specific spot where I would need to place the code? Do I need to replace some old code with this new code?
Thanks,
Jimmy
Uploaded files:Quote from jpaul on July 28, 2017, 4:48 pmThanks again for the help. I hate to keep taking up your time but I placed it in and while it did take away the WP logo, there is now no logo.
Do I need to modify the code with our URL or the logo/image name in any place?
I hope that makes sense.
Thanks,
Jimmy
function my_login_logo(){
echo ‘<style type=”text/css”>#login h1 a { background: url(‘. get_bloginfo(‘template_directory’) .’/images/logovh.png) no-repeat 0 0 !important; }</style>’;
}
add_action(‘login_head’, ‘my_login_logo’);
Thanks again for the help. I hate to keep taking up your time but I placed it in and while it did take away the WP logo, there is now no logo.
Do I need to modify the code with our URL or the logo/image name in any place?
I hope that makes sense.
Thanks,
Jimmy
function my_login_logo(){
echo ‘<style type=”text/css”>#login h1 a { background: url(‘. get_bloginfo(‘template_directory’) .’/images/logovh.png) no-repeat 0 0 !important; }</style>’;
}
add_action(‘login_head’, ‘my_login_logo’);
Quote from jpaul on July 28, 2017, 5:19 pmThanks but I seem to still be having an issue. I will try working with this.
Thanks again,
Jimmy
Thanks but I seem to still be having an issue. I will try working with this.
Thanks again,
Jimmy