Mathieu Viet
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyDrive] Table MySQLThe table is {table_prefix}posts. BuddyDrive uses two post types.
If no filter edited the post types names, by default it’s :
buddydrive-filebuddydrive-folder
Forum: Reviews
In reply to: [WP Idea Stream] Excellent!Thanks a lot for your review 🙂
Forum: Plugins
In reply to: [WP Idea Stream] Idea commentsThank you 🙂
Forum: Plugins
In reply to: [WP Idea Stream] Idea commentssorry single-ideastream.php will only be available when 2.1.0 will be released (in a few actually).
You can use ideastream.php instead. Only my plugin will use this template. Put it at the root of your theme, just like the page.php template
Forum: Plugins
In reply to: [WP Idea Stream] Idea commentsI see what the problem is and the solution is what i’ve explained in my latest comment. Your theme is not including the comments template in its page.php template. As WP Idea Stream is using by default this template to inject its content, you don’t see the comment form.
You need to get the template “page.php” of your active theme, then copy its content into a new file you will call single-ideastream.php to be used only when viewing a single idea or ideastream.php to be used for each page of the plugin. Once you’ve copied the content, make sure to include the comment form just after the closing
</article>tag :<?php comments_template( '', true ); ?>Forum: Plugins
In reply to: [WP Idea Stream] Idea commentsApparently, the link you posted on my blog : http://www.tisystem.com.br/meubrasilmelhor.com.br/ideastream/ is not active anymore. But seeing your theme their might be a javascript my plugin is not aware of that is required to be loaded so that clicking on the link displays the comment form.
A way to solve this is to put a regular page template in your theme making sure the comment form is include and call the file ideastream.php
Forum: Plugins
In reply to: [WP Idea Stream] User's rating in comment formNot supported. Ratings is for ideas, not comment.
Forum: Plugins
In reply to: [WP Idea Stream] Idea commentsYou need to click on a link to open the text box ?
I think you commented on my blog, i’ll check the link you used there.Forum: Plugins
In reply to: [WP Idea Stream] cant save ideasYou can use the Navigation Widget of the plugin, it includes all needed links.
Glad you’ve fixed the other trouble 🙂
Forum: Plugins
In reply to: [WP Idea Stream] Idea StatusThanks for your feedback. I can see an interest in adding custom status. But today i only rely on the WordPress built in ones.
Forum: Plugins
In reply to: [WP Idea Stream] cant save ideasHave you checked this thread ?
> https://wordpress.org/support/topic/ideas-cannot-be-saved?replies=4Forum: Plugins
In reply to: [WP Idea Stream] Ideas cannot be savedJust tested with WordPress 4.1. I can save ideas with no problem.
Possible reasons can be :
– no title
– no content
– the logged in user is strangely not set during the process.Any specific plugins or theme ?
Forum: Plugins
In reply to: [Bowe Codes] Display text "No member found" when nothing to displayFixed in trunk, will be ok for next upgrade of the plugin
https://plugins.trac.wordpress.org/changeset/1061733/Forum: Plugins
In reply to: [Bowe Codes] PHP Warning while creating a new WidgetFIxed in trunk, soon available in next plugin version:
https://plugins.trac.wordpress.org/changeset/1061593/Forum: Plugins
In reply to: [Bowe Codes] Notifications only in number format (int)No, but you can create your own shortcode to achieve it, see https://gist.github.com/imath/6595222