Replies
- Brajesh Singh on October 8, 2015 at 5:54 pm in reply to: Mediapress: Group Gallery options not showing #816
The version that you see is not the true indicator. I haven’t bumped the version as it is in development state.
Here is the changelog.
https://github.com/buddydev/mediapress/commits/masterSo, even if the version is old, what you are downloading is updated code. Since I have committed almost daily, It is not practical to bump version on daily basis. Once we go for RC, I will do that.
- Brajesh Singh on October 8, 2015 at 5:33 pm in reply to: I want commented and favorited whos post i commented on or favorited #814
Hi,
What you are looking for( multi user involved activity) is very unpredictable. The problem is BuddyPress does not store a list of all the users involved in an activity. Instead, One user is stored and the other user could be item_id or secondary_item_id depending on the type of the activity.The problem is, unless we have a list of all the possible activity types, and how the other users are stored, we can not put a generic solution.
So, the question is , is your requirement limited to specific activity types like friend request? We have already got the comment setup correct(Everyone gets notified). Need more details and depending on availability of time, I may be able to put something that helps.
- Brajesh Singh on October 8, 2015 at 5:27 pm in reply to: [Resolved] After Updating mediapress, groups do not show option to view gallery. #812
Thank you Deepak,
Fixed it on trunk now. You can see the changes here.https://github.com/buddydev/mediapress/commits/master
Thank you.
Closing this topic. Please feel free to open new topics 🙂 - Brajesh Singh on October 8, 2015 at 5:24 pm in reply to: Mediapress: Group Gallery options not showing #811
Updated. Please upgrade.
Thank you
Brajesh - Brajesh Singh on October 8, 2015 at 2:31 pm in reply to: Mediapress: Group Gallery options not showing #809
HI George,
if that is the error, then you are using slightly older version of MediaPress( Please download and upgrade, that will fix the issue. Or you may wait for today as there are 2 more fixes coming today ). - Brajesh Singh on October 8, 2015 at 7:25 am in reply to: [Resolved] After Updating mediapress, groups do not show option to view gallery. #803
Hi Deepak,
Thank you for the debug.It is a remnant of my old code and should be replaced properly by mpp_get_accessible_statuses with a little modification.
It was there to find all the statuses which were accessible to the current user but I moved to a better option ‘mpp_get_accessible_statuses’ where it checks with the registered callback instead of filter, so that became obsolete but still remained there.
I am too tired to push an update at the moment but will do it tonight as the first thing.
Thank you for all your effort. I appreciate your contribution in making MediaPress bug free 🙂
- Brajesh Singh on October 8, 2015 at 2:32 am in reply to: [Resolved] After Updating mediapress, groups do not show option to view gallery. #799
The link should appear just above the activity comment box on the single media on groups. Can you please recheck that.
- Brajesh Singh on October 8, 2015 at 2:27 am in reply to: [Resolved] After Updating mediapress, groups do not show option to view gallery. #798
Hi Deepak,
No problem.
I guess I dropped [mpp-gallery]. Use [mpp-list-gallery] instead. Looking at the prev/next link now. I will reinstate that shortcode again as some of the sites might be already using it So, will just make it an alias of the [mpp-list-gallery] - 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.