Mathieu Viet
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyDrive] Document sharing options: only show 'choose the group'I’ll see what i can do, thanks for your feedback
Forum: Plugins
In reply to: [WP Idea Stream] 2.0.0 UpgradeSure!
Here’s a video :
Forum: Plugins
In reply to: [WP Idea Stream] Display name publicly asWell actually i’ve double checked. I’m using the page.php for single ideas too. So if you want to have more control and eventually be sure to include a sidebar for each IdeaStream view. I advise you to create an ideastream.php template in your theme and include a sidebar in it. It will be loaded for each IdeaStream area, meaning you’ll always have the sidebar.
Actually, i really think this part :
Also the (Pages) autocreated by the plugin don’t have a title and really dont have an easy way to go back to the (for example) to the page where your have a sidebar with your widgets?
is theme’s territory. I’ve created a specific branch of my “thaim” (the theme i use on my blog) to show how to build specific displays for IdeaStream.
This is the link to this specific branch :
https://github.com/imath/thaim/tree/bp-ideastreamI advise you to have a look at the ideastream.php file, you’ll see that you also can define some specific header and sidebar.
If you need to change the css of the plugin or override some template parts, you can use a
wp-idea-streamsubfolder into your theme to put your specific style.css or template part files (those that are in the templates folder of the plugin)Forum: Plugins
In reply to: [WP Idea Stream] Display name publicly asThanks for your feedback.
Although i think replacing the username by display name can be achieve using the different filters the plugin is offering, i realize it could be easier.
See: https://github.com/imath/wp-idea-stream/issues/3 to have the follow upPages ?
The plugin is injecting its content using page.php or index.php if the theme does not have a page.php template. For the single idea it uses single.php. I don’t understand the problem with sidebar, surely because i don’t see your site. If the page.php has no sidebar or single.php has no sidebar, i can’t do much right now, except for the page.php. You can for instance create an ideastream.php on the model of your page.php and add a sidebar in it.
You can add WP Nav Menus using the links used by the plugin.Shortcodes ?
i think your memory is wrong 😉 Never did shortcodes with this plugin. I think the problem is some of your theme templates file doesn’t include a sidebar. So i’ll advise you to use WP Nav Menus.I’ll see what i can do for the single.php part on a next release.
See https://github.com/imath/wp-idea-stream/issues/4 for the follow upForum: Plugins
In reply to: [WP Idea Stream] bbPress and IdeaStream demoYes, i’d really be interested too 🙂
Forum: Plugins
In reply to: [HashBuddy] Warning function.pleg-replace conflicthi @profusion
Well to avoid the “conflict” with hashbuddy on WP Idea Stream parts, you can do the following :
1/ copy the code of this gist : https://gist.github.com/imath/cca1ce09f38243364269
2/ create a filewp-idea-stream-custom.phpat the root of plugin’s directory so that you have :
/wp-content/plugins/wp-idea-stream-custom.php
3/ Paste the content of the gist into the created file.The other option is to deactivate WP Idea Stream, of course 🙂
Forum: Plugins
In reply to: [WP Idea Stream] Multiple Ideastream Pages (Multiple idea challenges)Thanks a lot for your feedback. I guess, for now the only way to achieve your goal would be to have a multisite config where each question would be a site.
I’m trying to think at a way to do this on a single site, but there would always be the global archive page, just like for regular posts.
Another option would be to use bbPress instead of this plugin. In this case, you can organise each question as a forum. I definitively think bbPress would be closest to your need 😉
There must be bbPress plugins to cover the rating stuff, and i think using a custom translation you can change bbPress terms relative to the forum vocabulary 😉Forum: Reviews
In reply to: [WP Idea Stream] Very well doneThanks a lot for your review Grégoire 🙂
Forum: Plugins
In reply to: [HashBuddy] Warning function.pleg-replace conflictHi @qobalt,
Replyed on my blog to make both plugins work fine together.
I don’t think it’s specific to WP Idea Stream. The problem is appearing when a post/page/custom post type is containing a link with an anchor. eg:
<a href="http://site.url/#anchor">Link</a>Forum: Plugins
In reply to: [BuddyDrive] IE 8 – 'Select your File' not workingHi thanks for your feedback.
As i explained on the other post, i’m very annoyed by Internet Explorer as it requires me to buy Microsoft Windows, virtualize it to finally test a browser that is always problematic.
Sorry, i don’t have suggestions, but if some have one i’d be glad to include it in the plugin.
I really need to see what i can do about this.
Thanks for your feedback, i agree this feature would be nice.
Forum: Plugins
In reply to: [BuddyDrive] Share BuddyDrive files in Social Network (Facebook)clicking on the “link” link under the file’s title will show a text input where you can copy the url to the file (in case of public files), then user’s can copy paste this in their Facebook wall.
Forum: Plugins
In reply to: [BuddyDrive] Add BuddyDrive in custom pageHi, thanks for your feedback. i guess you’ll need to fork the plugin or choose another one. I don’t plan to add such a feature. Really sorry.
Forum: Plugins
In reply to: [BuddyDrive] Dutch translation readyThanks a lot 🙂
Forum: Plugins
In reply to: [BuddyDrive] Icones inutilisables// French
Je pense qu’il y a un conflit javascript.Je suggère de tester avec twentytwelve par exemple pour voir si c’est lié au thème. Si le problème persiste désactiver les plugins 1 à 1 pour voir avec quel plugin il y a un problème.
// English
I think there’s a javascript conflict.May be you can try activating twentytwelve to see if the conflict comes from your premium theme. If it’s still happening, try deactivating plugins one by one to figure out the one that is conflicting with BuddyDrive