Replies
- Brajesh Singh on November 13, 2016 at 4:50 am in reply to: [Resolved] how to change active 10 hours, 43 minutes ago with xprofile feild #6371
That’s good to know. Marking it as resolved.
Hi Kalpesh,
Check for overflow hidden on the div.actions or meta. That is most probably causing it.- Brajesh Singh on November 12, 2016 at 3:41 pm in reply to: [Resolved] Can't download purchased plugins #6363
Can you please try one solution for now. Please visit Dashboard->settings->BP default Email settings and click Save.
Now check if it working or not?
Thank you
Brajesh - Brajesh Singh on November 12, 2016 at 3:34 pm in reply to: [Resolved] Can't download purchased plugins #6362
Hi Again,
Can you please tell me which version of the BP Default Notification Settings control plugin are you using? I am not seeing anything on line 91, so Just need the version information.Thank you
Brajesh - 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.