Replies
- Brajesh Singh on June 30, 2017 at 6:20 am in reply to: [Resolved] Image Posting & Viewing Functionality not working BuddyPress Site Wide Activity #9698
Hi Shanki,
You are most probably using a plugin for that. Which plugin it is? - Brajesh Singh on June 30, 2017 at 6:19 am in reply to: Buddypress profile page give 404 error page when accessed by non-logged in user. #9697
Hi Jigar,
The problem is originating from Conditional profile fields plugin.Please add me to the site as a temporary admin and allow me to edit code. I will try updating plugin there. We need to somehow stop it from fetching details of the displayed user on user pages.
- Brajesh Singh on June 30, 2017 at 6:18 am in reply to: [Resolved] Automatically join groups on registration #9696
Thank you Jay.
- Brajesh Singh on June 30, 2017 at 6:17 am in reply to: [Resolved] Issue with creating groups on multisite install with BP Multi Network-plugin #9694
Thank you for updating Johan. Glad it is resolved.
- Brajesh Singh on June 30, 2017 at 6:16 am in reply to: [Resolved] Found BuddyPress User Testiomonials issues #9693
Hi Thorsten
Thank you for using it.1. I am sorry but I could not understand the question. is there some issue with tab there in the first image?
Yes, It will need css fix for your theme. Please keep it active on the site and I will assist you for the css.2. Sure.
May I ask, what is the formatting menu of WordPress? The best way to make it nicer is using css and template.
A theme author can move the “testimonials” template directory from the plugin to theme and override individual file with their own markup as they wish. Each and every thing can be overridden by the theme author.
At the moment, Only local notification is added. Before we allowed email notifications, It needs some admin panel and this plugin is not in our development rodmap currently. It is mostly on maintenance mode, so no new features for now(at least for next 3 months).
If you need email, I can add the functionality and put a hook to enable/disable it.
- Brajesh Singh on June 29, 2017 at 2:41 am in reply to: [Resolved] Issue with creating groups on multisite install with BP Multi Network-plugin #9683
Hi Johan,
Welcome to BuddyDev.Please allow me to check that later today and post back to you.
Thank you
Brajesh - Brajesh Singh on June 29, 2017 at 2:39 am in reply to: Show Only Friends Activities on BuddyPress Sitewide Activity Widget #9682
Hi Shanki,
for now, You can change the scope to ‘friends’ here
https://github.com/sbrajesh/buddypress-sitewide-activity-widget/blob/master/core/swa-template.php#L201We will be happy to add it in future.
I am not sure if I understood your second question about ULike . Can you please reexplain that to me?
Thank you
Brajesh - Brajesh Singh on June 29, 2017 at 2:33 am in reply to: Buddypress profile page give 404 error page when accessed by non-logged in user. #9681
Hi Jigar,
I am sorry but I am not able to recreate it. Here is what I am guessing is wrong with the conditional profile field pluginThere is a function called build_conditions() in the main file.
You will see some code there like this
$groups = BP_XProfile_Group::get( array( 'fetch_fields' => true, ) );Can you please change that to
$groups = BP_XProfile_Group::get( array( 'fetch_fields' => true, 'user_id' => bp_is_my_profile() ? bp_displayed_user_id() : 0, ) );and try clearing your browser cache and checking again. Does it work. It should most probably.
- Brajesh Singh on June 29, 2017 at 1:31 am in reply to: Photo size dimension issue with MediaPress #9680This reply has been marked as private.
- Brajesh Singh on June 29, 2017 at 12:47 am in reply to: [Resolved] Translation issue for BuddyPress Deactivate Account #9678
Hi Thorsten,
Please allow me to look at it and fix it today.About the reminder:- It is a very good idea but implementing on BuddyPress for larges sites will need careful consideration.
Thank you for the idea though and please keep them coming. They will certainly help adding more values.
Regards
Brajesh