Mathieu Viet
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Idea Stream] How can an Idea be edit by other Users ?Hi,
This can be achieved by filtering
wp_idea_stream_map_meta_capsto build your own logic.Forum: Plugins
In reply to: [WP Idea Stream] Rating doesn't seem to workHi,
have you tried with no other plugins activated ?
Forum: Plugins
In reply to: [WP Idea Stream] some ideas for idea streamHi, thanks for you feedback.
> Supporting ideas
Can you explain ?> medal for each ideas
I’d be happy to see a plugin developed about this. I think WP Idea Stream is containing the filter and actions to allow this.> Output idea(Resultset) in Excel,etc..
Within the edit screen (WordPress backend) there’s an icon to download all ideas into a csv file.hi, thanks for your feedback and interest about this plugin
I guess you can achieve it using the filters/actions included within the plugin
eg:
add_action( 'wp_idea_stream_idea_header', 'your_action' );Or you can use a specific template for the plugin see https://github.com/imath/wp-idea-stream/wiki/Ways-to-customize-the-plugin-from-your-theme
Forum: Plugins
In reply to: [WP Idea Stream] Adding Static TextHi,
This should be possible, i advise you to find the best hook inside the templates folder of the plugin
eg:
add_action( 'wp_idea_stream_idea_entry_after_footer', 'your_action' );Or you can use a specific template file inside your theme that you will call
ideastream.phpfrom where you can add your specific logichttps://github.com/imath/wp-idea-stream/wiki/Ways-to-customize-the-plugin-from-your-theme
Forum: Plugins
In reply to: [BuddyDrive] Folder securityHi,
This is possible from the WordPress administration.
Forum: Plugins
In reply to: [BuddyDrive] Possible to make a market place with buddypressMaybe you should ask on https://buddypress.org/support
Here it’s the support of the BuddyDrive plugin 🙂
Forum: Plugins
In reply to: [BuddyDrive] Buddypress Settings and MO?1 MegaOctet = 1 MegaByte = 8 Mega Bits
Forum: Plugins
In reply to: [BuddyDrive] ResposiveWhat about pulling a request on the plugin’s github repo ?
Forum: Plugins
In reply to: [BP Avatar Suggestions] Avatars for Sites (blogs)Hi,
Thanks for your feedback. There will be improvements into the Blogs component of BuddyPress in future releases. When this will be achieved, then yes.
1.3.1 upgrade should fix the issue.
Hi thanks for the feedback. Looking at it and will upgrade if needed asap.
Forum: Plugins
In reply to: [BP Avatar Suggestions] BuddyPress coreWell thank you very much for your feedback about it!!
I’d say if a lot of BuddyPress users are taking the time to express this need in BuddyPress.org support forum or on BuddyPress trac, there could be a chance 🙂Forum: Plugins
In reply to: [BuddyDrive] MesocolumnTwenty Sixteen or Responsive I can see the icons, but when I click on them, the next display is the frontage
That’s because everything is javascript, so you need to use TwentySixteen out of the customizer.
About your problem i don’t know what to say, i’ll try to have a look at this theme sometimes.
Forum: Plugins
In reply to: [BuddyDrive] Can't add files to folders in GroupsThanks for your suggestions @devcom 😉 Will try to reach the stars soon!