Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
Viv Rocka
1 points
Beginner
Hello, I have installed the plugin which adds the Terms & Conditions to all the login and registration pages but this is quite annoying to have to click every time. What is the alternative or can the plugin perhaps be altered to just display once on the registration page?
I found the plugin functions include the following – if I just remove the add_action for the login will it break it?
Please let me know if anyone else has found a work around for this. Thanks
Hello, I have installed the plugin which adds the Terms & Conditions to all the login and registration pages but this is quite annoying to have to click every time. What is the alternative or can the plugin perhaps be altered to just display once on the registration page?
I found the plugin functions include the following – if I just remove the add_action for the login will it break it?
Please let me know if anyone else has found a work around for this. Thanks
}
add_action(‘register_form’,’wlt_register_tos’);
add_action(‘login_form’,’wlt_register_tos’);
add_action(‘register_form’,’wlt_register_tos’);
if(!isset($_GET[‘eid’])){
add_action(‘hook_add_form_bottom’,’wlt_register_tos’);
}
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now