Some Guide for solving redirect issues
-
Hi guys,
I’ve been working on solving login®ister redirect issues in this plugin.
I can’t deny this is the best fb login plugin (when it comes to flexibility at least) out there, but still see some annoying bugs.so here are the solutions.
actually, any of them are NOT from me, I just collected them from here and there in articles on support.1) Login redirect fix
benallfree’s patch worked really great. so edit code accordingly. (big thx to benallfree!)
https://gist.github.com/benallfree/79189492) Register redirect fix
you can work this out by editing little bit of code on nextend-facebook-connect.php
on line #206 to #208, change code toif (isset($new_fb_settings['fb_redirect_reg']) && $new_fb_settings['fb_redirect_reg'] != '' && $new_fb_settings['fb_redirect_reg'] != 'auto') { set_site_transient( nextend_uniqid().'_fb_r', $new_fb_settings['fb_redirect_reg'], 3600);}
(thx to glocs)
HOWEVER, this won’t work if you blank out ‘New user prefix’ on plugin setting,
it will redirect to wp-login.php instead.
I haven’t figured out this yet, cause i got too lazy.Hope, this helps
- The topic ‘Some Guide for solving redirect issues’ is closed to new replies.