Replies
- 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 - Brajesh Singh on November 12, 2016 at 5:46 am in reply to: What would the URL be for buddypress profile #6343
Hi Dave,
I am sorry but this forum is not the beginners forum, we don’t teach php.
Newbies are welcome but if you do not know where to put the code, in that case, It is better to let others do it for you.I will try to point again, if you are building a user slider, you need to know some js, a little bit of php skill.
Please take a look at this file and see how the members are listed in the directory
This will give you a pointer. If you are not comfortable with php, And if you plan to do it yourself, I will suggest checking out some beginners php tutorial for a few hours. That will give you the right perspective.
Hope that helps.
Regards
Brajesh - Brajesh Singh on November 11, 2016 at 7:25 am in reply to: BP Member Types – Type doesnt show in the list #6334
Hi Dave,
Please use imgur or any similar service. I hope you are on BuddyPress 2.7.2?