Replies
Hi Hans,
yes, It may be worth it.Sorry for the delayed reply. Can you please post the code in ‘members-loop.php’
- Brajesh Singh on October 8, 2015 at 10:37 pm in reply to: [Resolved] Modify a imporant function in BuddyPress Activity Comment Notifier #828
No problem. Closing this topic as resolved. Sorry for not being able to help much on that.
Hi Kristian, was your problem fixed? Just checking if you got it resolved or not?
- Brajesh Singh on October 8, 2015 at 10:33 pm in reply to: Don't want to allow members to edit even once in Non Editable Profile Fields #825
Hi Ekolipik,
Welcome back to BuddyDev.I just found that there already exists a plugin that only allows admins to edit the profile fields
https://wordpress.org/plugins/buddypress-admin-only-profile-fields/Does that help? If not, please do let me know and I will be happy to create one 🙂
Thank you
Brajesh - 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 ).