Replies
- Brajesh Singh on November 12, 2016 at 3:30 pm in reply to: [Resolved] Can't download purchased plugins #6361
Hi Christopher,
Thank you. It seems the other plugin has issues. I am checking and will be providing a solution quickly.Thank you
Brajesh - Brajesh Singh on November 12, 2016 at 3:05 pm in reply to: bp-force-profile-photo-1.0.6 conflict when creating new account #6358
Hi Dave,
is there any chance that your users are automatically logged in after the account creation?It only forces if a user is logged in. So, It seems strange and the first time I have heard about it.
Any more details will help.
Thank you
Brajesh - Brajesh Singh on November 12, 2016 at 1:28 pm in reply to: How to show member bio info into sidebar into buddypress profile page? #6356
Hi Valarie,
we will update it in a week. I am sorry but the functionality addition to the plugin will take some time. - Brajesh Singh on November 12, 2016 at 11:53 am in reply to: [Resolved] how to change active 10 hours, 43 minutes ago with xprofile feild #6355
Please use this in bp-custom.php
function buddydev_filter_last_activity_with_profile_data( $time, $user_id ) { $field_id = 8382;//change the field ID return xprofile_get_field_data( $field_id, $user_id ); } add_filter( 'bp_get_last_activity', 'buddydev_filter_last_activity_with_profile_data', 10, 2 ); - Brajesh Singh on November 12, 2016 at 11:19 am in reply to: New member site role showing Participant it should be subsriber (ajax login plu) #6354
Yes, They will be fine. There is no need to assign them participant role if you are using BuddyPress and bbPress together.
- Brajesh Singh on November 12, 2016 at 5:55 am in reply to: New member site role showing Participant it should be subsriber (ajax login plu) #6349
Hi Valarie,
It is bbPress assigning that role. Please check your forum settings and make sure you don’t have the automatic role assignment on.All the users are assigned as subscriber by default. Also, if using Multisite, Ajax Registration does it too but bbPress may cause updating of the role to Participant. Updating forum settings will solve it.
Hope that helps.
- Brajesh Singh on November 12, 2016 at 5:52 am in reply to: New member not getting email (buddydev ajax plugins) #6348
Hi Valarie,
If bp-custom.php is not preset, Please create one in your wp-content/plugins directoryHere is a lik to describe what is bp-custom.php
https://buddydev.com/docs/guides/guides/buddypress-guides/what-is-bp-custom-php/
Also, you may try it in the functions.php of theme, I haven’t tested that case.
- Brajesh Singh on November 12, 2016 at 5:50 am in reply to: [Resolved] Install buddypress branded login #6346
Hi Daniele,
Thank you for confirming. I am glad it is resolved.Regards
Brajesh Hi Kalpesh,
Thank you. That’s good to know.All the best with your project 🙂
- Brajesh Singh on November 12, 2016 at 5:48 am in reply to: BP Member Types – Type doesnt show in the list #6344
Hi Dave,
Please link me to a screenshot. I am not sure which screen you are referring too. It will make it easy.Thank you
Brajesh