Mathieu Viet
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyDrive] Allow Members of Group to Add Files to GroupsJust tested. I confirm: as soon as the user is a member of the group he can share files inside this group.
Forum: Plugins
In reply to: [BuddyDrive] Allow Members of Group to Add Files to GroupsI’ll recheck, but as soon as you are a member of the group, then you can view files and choose to share a file within any group you’re a member of.
Forum: Plugins
In reply to: [BuddyDrive] Removing Steps to Specifically Use BuddyDrive for GroupsNo notifications is something i have to work on for version 1.4
Forum: Plugins
In reply to: [BuddyDrive] Removing Steps to Specifically Use BuddyDrive for GroupsHi,
If you plan to not allow any other options, then you can “hack” the core and use “your own BuddyDrive”, making sure to rename the plugin to avoid upgrades & deal with it alone if there’s any problem in the future.
If you want to work on make this possible for anyone, then you can pull a request on this repository https://github.com/imath/buddydrive.
If you want to allow at least 2 options, then, you can use this filter:
function restrict_to_group_sharing( $options ) { return array( 'private' => $options['private'], 'groups' => $options['groups'] ); } add_filter( 'buddydrive_get_sharing_options', 'restrict_to_group_sharing' );Forum: Plugins
In reply to: [BuddyDrive] Repeated error messageI’ve just tested with the Sharing module (it’s the only one i can test with Jetpack debug mode) and i dont’ have any issue at all. Very weird. Are you sure to have the issue on twentyfifteen ?
Forum: Plugins
In reply to: [BuddyDrive] Mobile file or photo upload doesn't workHi, thanks for your feedback. I’ll try to understand what’s going wrong.
Forum: Plugins
In reply to: [BuddyDrive] Possible for non-folder-owners to edit/add docs in group?Hi,
I agree. I’d really like to implement this in the next major release. Thanks for your feedback
Forum: Plugins
In reply to: [BuddyDrive] Repeated error messageYou’re welcome
Thanks a lot for narrowing the issue. I’ll look at this problem with Jetpack, i surely can avoid it.
Forum: Plugins
In reply to: [BuddyDrive] File in a group folder is not visible to other membersThanks for your feedback. Will publish 1.3.2 this weekend. I need to run some other tests on the “friends” scope to be absolutely sure 🙂
Forum: Plugins
In reply to: [BuddyDrive] File in a group folder is not visible to other membersCan you confirm this commit: https://github.com/imath/buddydrive/commit/ab285027a9c1c59be3f4624f0533a78c8686ea17 is fixing the issue ?
A way to check this in 1.3.1 is to replace the file
includes/js/buddydrive-view.jswith this one https://github.com/imath/buddydrive/blob/1.3.2/includes/js/buddydrive-view.jsIf it’s fixing the issue, i’ll publish an upgrade asap.
Forum: Plugins
In reply to: [BuddyDrive] BuddyDrive 1.3.1 is broken – no files showingI’ll carry on the relative ticket as older.
Forum: Plugins
In reply to: [BuddyDrive] BuddyDrive 1.3.1 is broken – no files showingOk i confirm there’s a problem. So far i was able to find it when trying to open a folder inside a groups single item. I’ll run some other tests to test all “BuddyDrive Scope” < this is where i’ve changed some things in 1.3.1.
A 1.3.2 will be soon available to fix this.
relative: https://wordpress.org/support/topic/file-in-a-group-folder-is-not-visible-to-other-members?replies=4
Forum: Plugins
In reply to: [BuddyDrive] File in a group folder is not visible to other membersThanks for the report. Going back to 1.3.0 is not the way to fix the issue in 1.3.1 🙂 So i’ve reopened this ticket.
I’ll work on a new version asap. The problem only happens into the groups single item.
Forum: Plugins
In reply to: [BuddyDrive] BuddyDrive 1.3.1 is broken – no files showingThanks for your feedback. I haven’t changed anything in this area. So it seems a little weird. I’ll check this asap.
Forum: Plugins
In reply to: [BuddyDrive] BuddyDrive pages are all blankHi,
What theme are you using ?
Is it still the case when using the twentyfifteen theme ?