Community Support Forums — WordPress® ( Users Helping Users ) — 2011-12-30T20:47:00-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=16022 2011-12-30T20:47:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16022&p=59284#p59284 <![CDATA[Re: How to disable login customizer]]> Statistics: Posted by blogjunkie — December 30th, 2011, 8:47 pm


]]>
2011-12-30T16:56:16-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16022&p=59268#p59268 <![CDATA[Re: How to disable login customizer]]> Thanks for the heads up on this thread.

Yes, if you'd like to disable this aspect of s2Member, please create this directory and file.

/wp-content/mu-plugins/s2-hacks.php
( these are MUST USE plugins, see: http://codex.wordpress.org/Must_Use_Plugins )
Code:
<?php
add_action
("ws_plugin__s2member_after_loaded", "s2_hacks"); 
function s2_hacks
()
    {
        remove_action("login_head", "c_ws_plugin__s2member_login_customizations::login_header_styles");
        remove_filter("login_headerurl", "c_ws_plugin__s2member_login_customizations::login_header_url");
        remove_filter("login_headertitle", "c_ws_plugin__s2member_login_customizations::login_header_title");
        remove_action("login_footer", "c_ws_plugin__s2member_login_customizations::login_footer_design");
    }
?>
s2-hacks.zip

Statistics: Posted by Jason Caldwell — December 30th, 2011, 4:56 pm


]]>
2011-12-26T13:46:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16022&p=58843#p58843 <![CDATA[Re: How to disable login customizer]]> Statistics: Posted by davidcom — December 26th, 2011, 1:46 pm


]]>
2011-12-26T08:55:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16022&p=58822#p58822 <![CDATA[Re: How to disable login customizer]]> http://wordpress.org/extend/plugins/theme-my-login/).

However 3rd party plugins that control the login process get overridden by s2Member's login customization. I would like to disable this feature, and handle login and registrations completely with Theme My Login. Is that possible? Thanks

Statistics: Posted by blogjunkie — December 26th, 2011, 8:55 am


]]>
2011-12-26T08:42:38-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16022&p=58821#p58821 <![CDATA[Re: How to disable login customizer]]> Could you please specify or clarify what you mean? A photo would really help, you can use PicPick in order to take it.

Statistics: Posted by Eduan — December 26th, 2011, 8:42 am


]]>
2011-12-26T07:05:51-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16022&p=58817#p58817 <![CDATA[Re: How to disable login customizer]]> Statistics: Posted by blogjunkie — December 26th, 2011, 7:05 am


]]>
2011-11-24T09:04:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16022&p=53799#p53799 <![CDATA[Re: How to disable login customizer]]> I don't know how but I'm sure Jason, Cristián or Ace could help.
Sorry. :(

Statistics: Posted by Eduan — November 24th, 2011, 9:04 am


]]>
2011-11-24T08:57:27-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16022&p=53796#p53796 <![CDATA[Re: How to disable login customizer]]> Statistics: Posted by davidcom — November 24th, 2011, 8:57 am


]]>
2011-11-24T07:59:51-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16022&p=53785#p53785 <![CDATA[Re: How to disable login customizer]]>
With s2Member you can customize the login/registration page by going to WP Admin -> s2Member -> General Options -> Login/Registration Design.

Hope this helps. :)

Statistics: Posted by Eduan — November 24th, 2011, 7:59 am


]]>
2011-11-24T03:19:37-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16022&p=53780#p53780 <![CDATA[How to disable login customizer]]>
I'm currently using a paid plugin (Pathway - Custom Wordpress Login Page) that has much more functionality and options than s2m's login customization options.

Here is an example of a login page on a test site of mine: http://www.pointcomprod.com/eae/wp-login.php

When I activate s2m, it completely breaks my current login customization.

I appreciate that s2m has a lot of extra features built in (like login customization and login redirect), but it seems there should be a way to disable these items in the event the user wishes to use a more robust dedicated plugin.

Thank you in advance for any help you can give.

Statistics: Posted by davidcom — November 24th, 2011, 3:19 am


]]>