Replies
- Brajesh Singh on October 8, 2015 at 2:10 am in reply to: Mediapress: Group Gallery options not showing #796
Hi George,
Does this help?
https://buddydev.com/support/forums/topic/after-updating-mediapress-groups-do-not-show-option-to-view-gallery/#post-795It is a minor deviation introduced in the last update. Can you please check if the above procedure fixes it for now?
- Brajesh Singh on October 8, 2015 at 2:09 am in reply to: [Resolved] After Updating mediapress, groups do not show option to view gallery. #795
Hi Deepak,
Thank you for the details. It helped.The Gallery for individual groups are disabled by default( I believe this is something that crept in last updates) if you did not check “Enable Gallery” while creating the group.
If the group was created before, you can go to Single Group->Manage->settings and check that box. That fixes it.I understand it is a bit bad idea to have it disabled by default for old groups, will fix this in the trunk today. till then, please go ahead and enable that checkbox. That will do it for the groups.
- Brajesh Singh on October 7, 2015 at 8:40 pm in reply to: [Resolved] After Updating mediapress, groups do not show option to view gallery. #793
Hi Deepak,
If possible, Please Pm me the site details( also allow me a demo admin login for 1 hours). Btw, Is it multisite or standard WordPress ? - Brajesh Singh on October 7, 2015 at 7:33 pm in reply to: [Resolved] After Updating mediapress, groups do not show option to view gallery. #790
Hi Deepak,
Can you please post a sreenshot of MediaPress settings->Groups tab. Is the audio/video/photo etc checked under groups tab?We have introduced the gallery type based on component( say photo gallery for users and document galleries for the groups). So, these types might cause some issue.
- Brajesh Singh on October 7, 2015 at 7:30 pm in reply to: Mediapress: Group Gallery options not showing #789
Hi George,
I am sorry for the trouble. Are you on the most recent version of MediaPress. I have seen one other topic related to the same, will love to check it on your server.Can you please add me as a user brajesh at buddydev.com
Thank you
Brajesh - 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?