Replies
- Brajesh Singh on November 15, 2015 at 10:19 am in reply to: [Resolved] Language files not "taking" #1528
Hi Jan,
Most probably you are using old languages file. These are all translatable strings in the current file.Which editor you are using to translate. If you are using poedit, it is very easy to update your translation file.
Open your po file, Visit Catalog->Properties, then click on sources paths and delete the existing path. Add your own path for mediapress(file system path) and click ok. After that, Click Catalog->Updated from Sources. It will keep your old translation and add the new strings.
Hope that helps.
- Brajesh Singh on November 15, 2015 at 10:15 am in reply to: [Resolved] Some questions that has come up. #1527
Hi Jan,
I have pushed the changes on github repo now.
Here is a summary of changes.1. Group admin/mods will be able to edit/delete all group media
2. A user can only edit/delete his/her own group gallery media
3. If a non group admin/mod creates group gallery, he/she won’t be able to delete it. Only group admins can delete it. I have done this since the group galleries act as shared gallery and multiple users might upload to that.Please upgrade and check.
About your second issue, I tested with multiple users and I could not reproduce it. Uploads worked fine for normal members.
If your users report the issue, please do check for the error and let me know.Thank you
Brajesh - Brajesh Singh on November 15, 2015 at 9:27 am in reply to: [Resolved] Some questions that has come up. #1525
For now, I have added the permission for both. In future, I am planning to add an option in Group setting in MediaPress Admin settings( or may be will do it in half an hour that too ).
will post back here after doing a few more mods and pushing to github.
Thank you
Brajesh - Brajesh Singh on November 15, 2015 at 9:22 am in reply to: [Resolved] Some questions that has come up. #1523
Hi,
Since I am updating it right now I just thought to ask one question:-
Shoud we allow group moderator/admin both to be able to edit/delete or just the group admins? - Brajesh Singh on November 15, 2015 at 9:21 am in reply to: [Resolved] Language files not "taking" #1522
Hi Jan,
It could be some issue on my point( Not properly translating a few lines).
Can you please post those here to allow me recheck it.Thank you
Brajesh - Brajesh Singh on November 15, 2015 at 9:15 am in reply to: [Resolved] Some questions that has come up. #1519
I see the issue with first question too. When activity gallery is created due to upload by some other user, Group admins don’t see the edit link( though it is still editable). Working on it.
- Brajesh Singh on November 15, 2015 at 8:59 am in reply to: [Resolved] Some questions that has come up. #1518
Hi Jan,
Thank you for asking.
1. yes, The group admin should be able to edit/manage/delete gallery/media from their groups
2. I haven’t seen anything like that but going to test and will report if there is any issue with the group mp4 uploads. Have the user noticed any error message?Thank you
Brajesh - Brajesh Singh on November 15, 2015 at 7:38 am in reply to: [Resolved] Custom BP Groups Tab/Page #1515
Hi,
Here is the extension
https://buddydev.com/downloads/bp-group-content-display-example/versions/bp-group-extension-content-display.zipIt should go to the plugins directory. Please do take a look at the display function in group-extension.php file.
You can directly output content there or load from a file. I have tried to load it from groups/single/my-content.php
Hope that helps.
- Brajesh Singh on November 15, 2015 at 1:12 am in reply to: [Resolved] Custom BP Groups Tab/Page #1513
Hi Joshua,
I will post the code today. It will need us to use Group extension API, so that will be like writing a small plugin. I will do that and update you here. Sorry about the delays. - Brajesh Singh on November 15, 2015 at 1:11 am in reply to: [Resolved] BuddyPress Editable Activity To-dos #1512
Hi Hans,
Have updated the plugin. That fixes the first and the 3rd point.I will need a few days before i experiment with wysiwyg editor though.
Please upgrade to version 1.1.2
https://buddydev.com/plugins/bp-editable-activity/
Hope that helps.