• darksilence

    (@darksilence1990)


    Dear TML

    I have enjoyed your plugin for a very long time, I am also an user of Social login,
    Social Login Merges with your Login Form and shows Facbook and Google and twiter login option. After recent update from both plugin, my website LOGIN system via social media stopped working.

    I wish there was a good collaboration between these two plugin for more customization, I am having difficulty doing both.

    First of all I dont want Nextend social login to automatically merge and show social login buttons I want it as an option.
    Second I dont want TML to block website/wp-admin to be blocked or replaced by your plugin i want that as an option
    Third, I dont know what is the issue with both plugin that is causing this to invalidate ones function.

    If your plugin has social connection option it will be great. I hope you both contributors shall talk and sort this issue

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter darksilence

    (@darksilence1990)

    Also your last update destroyed my css modifications ??

    I’m the developer of Nextend Social Login. Our plugin worked fine with Theme my login version 6, but version 7 break things. I suggest users to downgrade Theme my login version 6 until everything works as expected.

    @jfarthing84, it would be great to have actions on your login and register pages where our plugin could subscribe.

    I think you should add the following actions:

    Before template_redirect action there should be an action which tells other plugins that it is login/register page: tml_form_login tml_form_register.

    Also we might need a hook to render custom template instead of your login/register form on these pages. It is needed as Nextend Social Login’s register flow might has 2 steps and we would like to render the second step instead of your register form on that page.

    I hope you are open for discussion and we would be able to make something great ??

    Thread Starter darksilence

    (@darksilence1990)

    Thanks for looking into the matter, if placement of social login button can be easily customized with TML, it would be awsm!!

    Thanks guys!!! ??

    Hoping for new update soon! till then I will shift back to version 6.

    @darksilence1990, Social Login buttons are added there because TML use WordPress inbuilt login action in the login form. So you can customize them with the WordPress login form settings of Nextend Social Login. But those settings are in the Pro Addon: https://nextendweb.com/nextend-social-login-docs/global-settings-login-form/

    Thread Starter darksilence

    (@darksilence1990)

    Thank you for your suggestion ?? Okay I will check them out, I will buy them! I am having issues with Content Views, wp_user Frontend and wise chat!

    This is what I want all WP developers to understand!! I hope you will all read it,

    I thought of a website, https://www.chatexplore.com that will create live automatic chat room for users, where users can create their own blog post which becomes a chat room, if you are bored and want to talk about something with people you can come to my website n do so!! It’s a mix of reddit n tumblr + youtube!
    Because I don’t have 100,000 $ to hire developers I choose WordPress!! So far my website is 90% complete!! N it does what it should, but there is always some sort of issues like this which make WordPress impossible for all ideas!!

    Problem is, all plugin developers think from ecommerce n blog perspective, no one is thinking out of the box. I should be able to make anything out of WordPress!

    But none the less you are all fuckIng awsm!!

    In Nextend Social Login, user must set “Page for register flow” and “OAuth redirect uri proxy page” when Theme my login version 7 activated on the site. Screenshot

    Plugin Author Jeff Farthing

    (@jfarthing84)

    @nextendweb,

    We will look at adding an action hook for TML actions in the next release.

    As far as overriding the output, that can be achieved with the tml_shortcode filter:

    
    function override_tml_shortcode( $content, $action, $atts ) {
        if ( 'login' == $action ) {
            $content = 'something else';
        }
        return $content;
    }
    add_filter( 'tml_shortcode', 'override_tml_shortcode', 10, 3 );
    

    @jfarthing84, until that we will suggest those settings in Nextend Social Login for our users.

    Plugin Author Jeff Farthing

    (@jfarthing84)

    @nextendweb,

    With the release of 7.0.3, we now have a tml_action_{$action} hook.

    Thread Starter darksilence

    (@darksilence1990)

    Thank you so much for all the help from you developers, I will buy pro plugin from you both. Just let my exams end ??

    @nextendweb
    Please show me how to create OAuth redirect uri proxy page.

    Thanks,
    Tim

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Nextend Social login conflict with Theme My Login’ is closed to new replies.