Replies
- Brajesh Singh on October 26, 2016 at 1:50 am in reply to: bp simple front end post form validation fields #6164
HI SyLng,
My apologies for the delayed reply.Are you using it with BuddyBlog or BCG or independently. Also, are you comfortable with PHP? Please let me know and I will point in the right direction.
Thank you
Brajesh - Brajesh Singh on October 26, 2016 at 1:48 am in reply to: Inviting Ideas for the best ever WordPress Gallery Plugin #6162
Hi Nana,
I am sorry but that is beyond the scope of this plugin. I have already pointed to some solutions in your other thread.@all
I am closing this topic for now. Please feel free to open new topic for feature requests.Thank you
Brajesh - Brajesh Singh on October 26, 2016 at 1:46 am in reply to: Conditional Fields not saving when using built in Member Type #6161
Hi Brett,
I am sorry, as far as I see BuddyPress does not have any member type xprofile field.As of the plugin, The plugin does compare with label, as a fallback measure for unknown fields. Member type is not a native field and not supported in this plugin. I will add support for member type field today/tomorrow.
Thank you
Brajesh - Brajesh Singh on October 26, 2016 at 1:42 am in reply to: [Resolved] Auto Activate Auto Login Support Custom Redirect #6160
Hi Deco,
That’s some good news. I am glad it is fixed.I will suggest restoring the old code ( the code using apply_fliters) and use my previous reply.
The plugin has no issue in taking any valid URL. You can use the filter ‘bpdev_autoactivate_redirect_url’ to set dynamic URL for the given user.
I am sorry but at the moment, I do not offer any consultancy outside BuddyDev support. If you mean taking on forum, I am always available during PST.
Thank you
Brajesh - Brajesh Singh on October 26, 2016 at 1:35 am in reply to: [Resolved] Auto Activate Auto Login Support Custom Redirect #6158
If you can give me temporary FTP access, I can debug and fix it.
- Brajesh Singh on October 26, 2016 at 1:34 am in reply to: [Resolved] Auto Activate Auto Login Support Custom Redirect #6157
Please see my first reply. It was filtering on this “bpdev_autoactivate_redirect_url”. It is there to allow redirecting to custom urls and It works fine. I did test before posting to you.
There seems something is causing second redirection that is making it difficult at the moment.
- Brajesh Singh on October 26, 2016 at 1:32 am in reply to: [Resolved] Auto Activate Auto Login Support Custom Redirect #6156
Is the page on the same WordPress installation? Can you please disable other plugins except the LMS and then check it(as you mentioned earlier you can not disable LMS). We need to find which plugin/code is causing it.
From your previous reply, It is clear that some other plugin is adding redirect for sure.
- Brajesh Singh on October 26, 2016 at 1:30 am in reply to: [Resolved] Auto Activate Auto Login Support Custom Redirect #6154
This plugin does not have any feature to redirect to dashboard. There is another plugin causing it. You have the plugin code, Please do check that.
- Brajesh Singh on October 26, 2016 at 1:28 am in reply to: [Resolved] Auto Activate Auto Login Support Custom Redirect #6152
Hi Deco,
I am sorry for the inconvenience but when there are multiple plugins installed, It becomes difficult to track down by just looking at the site.For now, Please do this. Change this
bp_core_redirect( apply_filters( 'bpdev_autoactivate_redirect_url', bp_core_get_user_domain( $user->ID ), $user->ID ) );to
bp_core_redirect( 'http://cienciadafelicidade.net/pagamento/' );Does that work? If not, Is it possible that the page you are trying to redirect is not on the same install of WordPress?
Hi Nana,
There is a plugin called Geo Directory that does something similar and there is another plugin available on wp repo which is geolocation xprofile field.Please take a look, those should help you.