Replies
- Brajesh Singh on November 29, 2016 at 11:10 am in reply to: [Resolved] BP Simple Google Maps no longer displaying maps #6542
Thank you Peter. I am glad it is fixed now.
- Brajesh Singh on November 29, 2016 at 11:10 am in reply to: How to show member bio info into sidebar into buddypress profile page? #6541
Hi Valarie, were you able to check the update?
- Brajesh Singh on November 29, 2016 at 11:09 am in reply to: BP Autologin on Activation – You must log in to access the page you requested #6540
Hi Brett,
Can you please try changing thisadd_action( 'bp_core_activated_user', 'bp_autologin_on_activation', 40, 3 );to
add_action( 'bp_core_activated_user', 'bp_autologin_on_activation', 0, 3 );We have made it the highest priority. Let me know if that makes any difference?
Hi Rakesh,
Welcome to BuddyDev.1. Thank you for asking. I believe it will be useful for others, so I am going to post a blog post in next couple of hours and link here.
For 2, 3, Please ask to relevant plugin developers. We do not provide free support for 3rd party plugins unless it is related to our themes. I hope you won’t mind that.
Thank you
BrajeshHi Swati,
Thank you for posting. From the looks of the code, I am not going to suggest using it. It does not seem to be maintained.I will suggest waiting till BP API is available(the BuddyPress team is working on it) and then a proper app may be written.
Also, if it is too important to provide a Mobile app, you may use a proper responsive theme and use the WebView to embed the site ( Though it will violate the the Play Store policy, The Play Store policies do not allow just embedding url to create an App).
Regards
Brajesh- Brajesh Singh on November 28, 2016 at 11:55 am in reply to: BP Autologin on Activation – You must log in to access the page you requested #6524
Hi Brett,
Thank you. I do understand. In other words, this plugin is not doing anything since activation is part of BuddyPress.The thing is there is most probably a redirect set up on the activation hook, most probably on the action “bp_core_activated_user” and the code is redirecting before this plugin can log in the user.
Please search for the above hook in your wp-content directory(plugin/themes) and let me know if you find any info.
Thank you
Brajesh Hi Justin,
Thank you. You have it enabled(The upload settings).Two questions:-
1. Does your theme support featured image?
2. Can you please go to Dashboard->Add New Post and see if you have the featured image option there?Thank you
Brajesh- Brajesh Singh on November 28, 2016 at 11:47 am in reply to: [Resolved] BP Simple Google Maps no longer displaying maps #6522
Hi Peter, Have you had the chance to look at the update?
Thank you
Brajesh - Brajesh Singh on November 28, 2016 at 11:46 am in reply to: How to show member bio info into sidebar into buddypress profile page? #6521
Hi Valarie,
Please upgrade to 1.2.5 and select “Logged In User” from the roles screen.That will do it.
Regards
Brajesh - Brajesh Singh on November 26, 2016 at 9:45 am in reply to: Front-end Blogs post need to be approved #6514
1. You can set the status of the new post to draft from the backend.
2. For message, you may use the poedit and trasnlate the string.3. Notification to the admin:- This is one thing which is not part of the plugin. If you want, we may write some code to provide simple email notification.
Thank you
Brajesh