Mathieu Viet
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Idea Stream] Change Some Words without Hacking the PluginAh! Yeah good catch. I think you can almost replace everything in this plugin 🙂
The wc-talk thing is basically a wp-idea-stream-custom.php (see https://github.com/imath/wp-idea-stream/wiki/wp-idea-stream-custom.php) file that will transform the plugin to manage talks for WordCamps 🙂
I think you’ll need branch 2.2.0 of the plugin https://github.com/imath/wp-idea-stream/tree/2.2.0
I plan to update the plugin soon though 🙂
Forum: Plugins
In reply to: [WP Idea Stream] frontend buddypressSubmitting ideas happens first at the regular place, then inside groups, as soon as the WP Idea Stream module is active, then it’s possible to submit ideas within the group.
Hi, sorry for the late reply, would it be possible to get the po/mo files so that i can test if something’s wrong ?
Forum: Plugins
In reply to: [BuddyDrive] Creating Folders For Users Stoages In Backend/Server SideOk, i’ll see what i can do in a future release
Forum: Plugins
In reply to: [BuddyDrive] Filtering 'buddydrive_has_items'Ok,
Using 1.3.0, to list files that can be seen by any user, the custom loop needs to look like this :
<?php if ( buddydrive_has_items( array( 'buddydrive_scope' => 'files', 'type' => buddydrive_get_file_post_type() ) ) ): ?> <?php while ( buddydrive_has_items() ) : buddydrive_the_item(); ?> <?php // custom code to display files ;?> <?php endwhile; ?> <?php endif; ?>the “files” buddydrive_scope will get all public and password protected files.
In 1.3.1, it will be possible to get only public files using a custom loop starting this way
<?php if ( buddydrive_has_items( array( 'buddydrive_scope' => 'public', 'type' => buddydrive_get_file_post_type() ) ) ): ?>see https://github.com/imath/buddydrive/issues/36
Thanks for your suggestion.
Forum: Plugins
In reply to: [BuddyDrive] Filtering 'buddydrive_has_items'Hello Mat 🙂
I remember i promised to check it. Will do asap, probably this week-end. I’ll come back on this post asap.
Forum: Plugins
In reply to: [BuddyDrive] Creating Folders For Users Stoages In Backend/Server Sidewhy do you need this ?
Forum: Plugins
In reply to: [BuddyDrive] Sharing Buddydrive files breaks Activity FeedVery strange, i can’t reproduce, everything is ok for me for both ways.
Forum: Plugins
In reply to: [BuddyDrive] Sharing Buddydrive files breaks Activity FeedHi @revadigital
This makes me think about a trouble we had to fix in BuddyPress (actually it will be fixed in next 2.4). See: https://buddypress.trac.wordpress.org/ticket/6518
So it looks like there’s something causing an infinite loop. How the activity was generated ? By clicking on the Share link of the file into the user’s BuddyDrive or directly by pasting the file link into the whats-new textarea ?
Forum: Plugins
In reply to: [BuddyDrive] Buddydrive File Storage (S3 or another server)I think there’s a fork of BuddyDrive doing so, see : https://wordpress.org/plugins/buddydrives3/
Forum: Reviews
In reply to: [BuddyDrive] Beautifully based on BP Attachments APIYou’re welcome @mat2010 🙂
Thanks a lot for your review
Forum: Plugins
In reply to: [BuddyDrive] Not showing menu, so I can't upload anythingNo, i’m sorry, this is something i don’t feel comfortable with.
Forum: Plugins
In reply to: [BuddyDrive] add more files and folderWhat’s happening if the plugin Absolute Privacy is deactivated ?
I’m asking this because, i’ve just tested with latest WordPress and BuddyPress version on regular or multisite and i have the correct links.
Forum: Plugins
In reply to: [BuddyDrive] unique public upload URLSorry i don’t get it 🙁