• Resolved Curt44319

    (@curt44319)


    Mingle is badly broken, and abandoned, but I’m a little too entrenched in it at the moment. ( but that WILL change. It must, as soon as I figure out how to migrate the data to something else )
    A PHP programmer I am not. That’s the problem.
    Seeking a hack to mingle ( or whatever ) that will allow this redirect to work, over-riding the mingle “direct everything to activity page” brokenness.
    This would be greatly appreciated both by me, and I’m sure practically everyone who’s stuck with mingle for the time being.
    *Any* suggestions appreciated. ( deeply appreciated )

    https://www.ads-software.com/extend/plugins/peters-login-redirect/

Viewing 1 replies (of 1 total)
  • Thread Starter Curt44319

    (@curt44319)

    Found a solution from
    [resolved] Sidebar login Widget woocommerce not redirecting (3 posts)
    Change
    /wp-content/plugins/mingle/classes/views/shared/login_form.php
    line 11 from
    <input type=”hidden” name=”redirect_to” value=”<?php echo $redirect_to; ?>” />
    to
    <input type=”hidden” name=”redirect_to” class=”redirect_to” value=”<?php echo site_url(‘/wp-content/plugins/peters-login-redirect/wplogin_redirect_control.php’); ?>” />

    This is working beautifully, after weeks of searching.

Viewing 1 replies (of 1 total)
  • The topic ‘Help ? ( mingle plugin compatibility )’ is closed to new replies.