Replies
- Brajesh Singh on June 23, 2018 at 5:23 am in reply to: Issue with "Buddypress Activity +" by WPMU Dev #15849
Hi Veena,
Thank you. Hope you are having a nice weekend.I was referring to the same plugin( BuddyPress Activity+ )
https://wordpress.org/plugins/buddypress-activity-plus/I guess, I caused some confusion here. You may ask them here
https://wordpress.org/support/plugin/buddypress-activity-plusIf you don’t get a solution by Monday, I will be here to assist you.
Thank you
Have a nice weekend.Regards
Brajesh - Brajesh Singh on June 23, 2018 at 4:48 am in reply to: [Resolved] BuddyPress Activity Shortcode please #15847This reply has been marked as private.
- Brajesh Singh on June 23, 2018 at 4:45 am in reply to: Issue with "Buddypress Activity +" by WPMU Dev #15846
Hi Veena,
I am sorry but I am not sure I can be of much help with it at the moment. We do plan to have the links functionality in future but that will take some time.Since including links is an important functionality for your site, I will recommend using activity plus.
Please ask their support and if they are unable to help you, I will assist you with Activity plus too. Please ping me if you don’t have a solution by them in next 2 days.
Regards
Brajesh - Brajesh Singh on June 23, 2018 at 4:43 am in reply to: [Resolved] Add custom button to activity post #15845
Hi Khol,
There are plugins like Activity Plus or Recent version of MediaPress that allows adding link to activity but I am not aware of any plugin that allows you to customize the colors.Most probably, you will need to do the second part yourself.
Regards
Brajesh. Good to know. All the best.
- Brajesh Singh on June 23, 2018 at 4:40 am in reply to: [Resolved] Activity Shortcode PLugin – Group activity issue #15842
Thank you David, Harry.
I sincerely appreciate the patience and understanding.Regards
Brajesh - Brajesh Singh on June 23, 2018 at 4:39 am in reply to: Issue using the Birthday selector in BuddyPress Xprofile Custom Field Types #15841
Hi Carsten,
I am sorry for the inconvenience. It should have saidYou have to be at least 18 years old.If it is not doing that, It must be a bug. Please allow me to test and post an update by today or early sunday.
Thank you
Brajesh - Brajesh Singh on June 23, 2018 at 4:35 am in reply to: [Resolved] bp_is_user_forums undefined function error when loading page #15840
Hi Alberto,
Please open boss/buddypress/members/single/home.phpYou will see some code like this
elseif ( bp_is_user_profile() ) : bp_get_template_part( 'members/single/profile' ); elseif ( bp_is_user_forums() ) : bp_get_template_part( 'members/single/forums' ); elseif ( bp_is_user_notifications() ) : bp_get_template_part( 'members/single/notifications' ); elseif ( bp_is_user_settings() ) : bp_get_template_part( 'members/single/settings' );All we need to do is comment the following lines like this
elseif ( bp_is_user_profile() ) : bp_get_template_part( 'members/single/profile' ); // elseif ( bp_is_user_forums() ) : // bp_get_template_part( 'members/single/forums' ); elseif ( bp_is_user_notifications() ) : bp_get_template_part( 'members/single/notifications' ); elseif ( bp_is_user_settings() ) : bp_get_template_part( 'members/single/settings' );That will fix it. The function was deprecated in BuddyPress 3.0. That’s why you are getting the fatal error.
Hi Audiomonk,
Thank you.
Also, I am sorry, I forgot abut this. I am asking @ravisharma to assist you here whenever he is available.Thank you
Brajesh- Brajesh Singh on June 23, 2018 at 4:30 am in reply to: [Resolved] Moderation Tools – Report Button #15838
Hi Jeff,
Thank you for purchasing the plugin.Is the issue in the report form (popup button).
I will quickly include some css for making it better as Boss is quiet popular theme.
For sharing image, you can use
https://prnt.sc/ or any other service and link me.
Please confirm and I will update quickly.
Regards
Brajesh