Replies
- Brajesh Singh on October 7, 2015 at 3:56 pm in reply to: I want commented and favorited whos post i commented on or favorited #786
Hi,
Install BuddyPress Activity comment notifier. That will allow the favorites/comments to be notified.Please do note that on special type of activities( Only friends actions), It will only notify one of the users and not the both though.
https://buddydev.com/plugins/buddypress-activity-comment-notifier/
Hope that helps.
- Brajesh Singh on October 7, 2015 at 2:49 pm in reply to: [Resolved] After Updating mediapress, groups do not show option to view gallery. #785
Hi Deepak,
Thank you for reporting.
Are you sure you are on the latest version? Both these are fixed in the current trunk. I looked at it on my test install and it is fixed.Thank you for looking into Media Query, That line is fixed and exactly same as you have mentioned(line 373).
Can you please check ( You can use meld diff viewer to see the diffs )?
- Brajesh Singh on October 6, 2015 at 9:37 pm in reply to: Inviting Ideas for the best ever WordPress Gallery Plugin #780
Hi George,
There is a plan to provide migration for BP Gallery. we haven’t yest released anything related to that as the MediaPress API is not 100% stable. Last week, we changed some internal architecture to handle the data storage and there is a chance that we might have to do some more in next 2 weeks.I am just waiting to make sure that MediaPress APis are stable and then the first migration plugin will be for Bp Gallery. Your media/gallery/activity all will be safe and I can assure that there will be an easy migration route for the same..
- Brajesh Singh on October 6, 2015 at 9:15 pm in reply to: buddyblog display posts and custom post type at the same time #779
Hi Richard,
Apologies for the delayed reply.
here is the code$count = $wpdb->get_var( $wpdb->prepare( "SELECT count('*') FROM {$wpdb->posts} WHERE post_author=%d AND ( post_type = 'post' || post_type ='concours' ) AND post_status='publish'", $user_id ) );
Hope that helps.
Hi Kristian,
Welcome to the BuddyDev Forums.Your theme is doing something with focus action on the activity textarea that hides the whole panel.
I tested with twentyfourteen and twentyfifteen to see if it is happening with template pack but that did not happen.
Can you please ask the theme developers to look into it?
- Brajesh Singh on October 4, 2015 at 11:43 am in reply to: [Resolved] Custom post type form with buddypress and bp-simple-front-end #769
Hi Kent, Closing as per your PM.
For others, If you are unable to post and update and are logged it, try refreshing the page. That should work.Thank you
Brajesh - Brajesh Singh on October 4, 2015 at 11:41 am in reply to: [Resolved] BuddyPress Activity Shortcode Load More #768
Hi,
Thank you.
I am sorry that we had an argument. Where I live, we have a different notion of that specific word.Also, sorry about the confusion, On BuddyDev, there is no recurring membership or anything. It is on the buyers to renew it manually if they want or not. We do not renew anything automatically. Just clarifying.
All the best to you too.
Thank you
Brajesh - Brajesh Singh on October 4, 2015 at 11:38 am in reply to: [Resolved] Modify a imporant function in BuddyPress Activity Comment Notifier #767
Hi Richard,
Some plugin might be doing that. BuddyPress core does not do that. If we use the second approach, a user won’t be able to see the actual activity( in most of the case). That is related to how urls work. This is the reason we are using absolute url to the activity item.Hope that clarifies.
Hi Milo,
Thank you. That is a genuine request. I won’t be able to work on it today, but will certainly have that functionality by Tomorrow.Thank you
Brajesh- Brajesh Singh on October 4, 2015 at 11:35 am in reply to: [Resolved] New code request for adding new users to subsite users and not main site's users #765
Hi Tom,
Thank you for asking.I will look into it on Monday and will get back to you. Need to test it on Multinetwork setup.
Is there any other information that you feel can help? Like when did it started misbehaving after upgrading WordPress or installing some plugin etc? Also, what is your current WordPress & BuddyPress version.