Mathieu Viet
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Idea Stream] image uploadHi,
If you’re using BuddyPress, i’ve built a specific plugin to allow file uploads. You can probably test it and see how it goes.
https://github.com/imath/front-end-attachmentsIf you’re not using BuddyPress, you can adapt this plugin to use the regular WordPress uploader i think.
Forum: Plugins
In reply to: [BuddyDrive] add member nameThis is actually a bug i think! Because if WordPress avatars are disabled from the discussion settings. I shouldn’t show avatars.
I’ll need to take care of it in a future release. Thanks for your feedback. Once done, i’ll come back here to tell you how you can force it to display names.
If you want to follow my progress you can go there https://github.com/imath/buddydrive/issues/74
I advise you not to edit in place the BuddyDrive Javascript templates. But instead use the BuddyPress template overriding feature and create a /buddypress/assets/buddydrive/index.php within your theme. To achieve what you want you’d also need to filter
buddydrive_prepare_for_jsto add the user name, so that it’s available in the json outputForum: Plugins
In reply to: [BuddyDrive] Bulk Import – Differents Files to differents usersHi thanks for your feedback.
I understood your need. But i’d say it’s very specific and i’d do it if this feature was shared by a majority of BuddyDrive users. I don’t think it’s the case.
FYI BuddyDrive is using custom post types, so i guess you could use WordPress API to achieve your goal.
Forum: Plugins
In reply to: [BuddyDrive] Buddy Drive only for groups not individual membersWell, BuddyDrive first started as a user feature only. In 2.0, i’ve added the possibility to directly upload within a group. But users still need their profiles to manage their files, i think. Let’s say i remove a file from a group. How do i find it back ?
So i’ll stay with this organization. But i’m pretty sure you’ll find how to disable the BuddyDrive user nav using BuddyPress hooks to achieve your goal 😉
Forum: Plugins
In reply to: [BuddyDrive] BuddyDrive can't remove filesHi,
I advise you to watch this video: https://vimeo.com/167316544
To remove a file you need to activate the Mass Action button it is looking like this:
https://developer.wordpress.org/resource/dashicons/#formsThen, you’ll see all files and folders will look different and a button to delete files will appear under the tool bar. You’ll need to select the files or folders you want to delete by clicking on it, then click on the delete button.
Forum: Plugins
In reply to: [BuddyDrive] Display BuddyDrive File on all members Feed?No, people need to share their items individually.
I’m not sure publishing an activity when the file is uploaded is nice even if the type is public. Because, the type could change and it would require to delete corresponding activities.
About public files There will be a shortcode in next major version to display them all.
Forum: Plugins
In reply to: [BuddyDrive] Conflict with WPMLI had the opportunity to discuss with WPML team. We should find a fix soon.
It looks like WPLMS is using some specific hooks BuddyDrive provides to extend it. So if i were you, i’d first ask them for support.
For instance, you’ve used the words “Loaded 100% Crunching” i don’t use it in my plugin.
Have you watch the video demonstrating BuddyDrive on the description tab of this site. I doubt the UI WPMLS is using is the same than the one that has been added in version 2.0
If you have an access to your database, could you check the post status of the “buddydrive-file” post type ? If it’s “publish”, then there’s an upgrade routine that hasn’t run. When the plugin is upgrading it displays a warning message telling you to back up your database before running the upgrade ? Have you seen it or is it a fresh 2.0 install.
Another possibility could be that WPMLS is using the old status and way to save BuddyDrive files or its own implementation of a previous version of the plugin. 2 months ago i’ve tried to warn everyone a lot would change in 2.0 and nobody from WPLMS told me something was wrong..
So before doing anything, i strongly advise you to back up your database.
Then, i think it’s safest you ask WPLMS support on the best strategy here.
Wait a second. How did you get the plugin ?
have you downloaded from WordPress.org repo or was it included in your theme ?
Have you tested with a regular WordPress (twentyfifteen or twentysixteen) theme to see if the problem persists ?
Forum: Plugins
In reply to: [BuddyDrive] Conflict with WPMLI see.
I don’t see why WPML is making BuddyDrive fail! This reply is completely amazing so to stop WPML from breaking the plugin I need to join their program???!???
This is a Premium plugin, i will never join such a program, i’m sorry.
Are you using the filter to use the deprecated UI ?
Else what version of:
– BuddyPress
– BuddyDriveare you using ?
Then was it your first file ever ?
What was the privacy used ?Could you describe your trouble very precisely so that i can reproduce ?
Forum: Plugins
In reply to: [BP Reactions] A few requests…Oh i see. Ok i’ll need to include another argument into the reaction registration function in next release.
You’ll be able to follow my progress about it from there: https://github.com/imath/bp-reactions/issues/9
Forum: Plugins
In reply to: [BP Reactions] Display the reactions differentlyNowadays it seems difficult 😉
Forum: Plugins
In reply to: [BP Reactions] Hi Imath, Notifications?Hi @mcpeanut
Thanks for your feedback and suggestion. I agree!
You’ll be able to follow my progress on it from there: https://github.com/imath/bp-reactions/issues/8
Forum: Plugins
In reply to: [BP Reactions] Display the reactions differentlyHover wouldn’t work on touch devices 🙂