I am currently (untill september) unable to answer support quries because of other commitments.
Donate via PayPal
If you have found this plugin useful please consider making a donate so I can continue working on it
I am currently (untill september) unable to answer support quries because of other commitments.
I recently added a user capabilities feature into the plugin. However, in doing so I broke the plugin for people who didn’t have their installation set up to use capabilities of the type “question” and since I only announced this in a reply to a forum post this was most users.
I have now fixed this issue so that the plugin works once again
. However if you want to give questions their own capabilities you can edit the global variable in the config.php file in the plugins directory. Do so will change the capability type for the the custom post type from “post” to whatever you define giving you greater control over the plugin and allowing you to make use of even more of the great features in wordpress!
Nothing to do with the plugin but I’ve run 6 miles for sport relief so it would be great if you could sponsor me and give to this great cause.
https://my.sportrelief.com/sponsor/davidwoodford
Thanks
WordPress 3.3 is out and it looks great. I have tested most of the features of the plugin with the new version and haven’t found anything which doesn’t work which is great.
However, your installation and uses will be different from mine so there may be problems I haven’t yet found. If you find any please ask questions under the “bugs” category in the support forum or email me directly from inside the plugin.
Version 2.1.2 contains two minor changes that deal with two errors that have been occurring since the most recent release. Continue reading
This next version of the plugin adds the ability for users to leave an email address and name when asking a question (if you allow unregistered users to ask questions) so that they can be contacted when the question is answered. Most of the code for this feature was produced by Tristan Petersen (though I made a couple of tweaks so if it doesn’t work it probably because I broke it)
I have also made improvements to the backend. You can now hold questions for moderation before they are made visible on the site. If you go on the “Questions” page from the admin menu (below comments) you will be able to see all the questions that have been asked as before. Now however, questions held for moderation will have “pending” alongside them and you can use the links underneath to approve a question or mark it as spam in a similar way to a comment.
The frontend of the plugin is translated into French (by Romain Varnier), Spanish (by Gabriel Gil) and Russian (by Yuriy Petrovskiy who also helped with the internationalisation)
If you find any bugs please use the Support forum of this site or the email form in the plugin to inform me of them so I can try to fix them.
I have now finally gotten round to finishing version 2.1. It doesn’t have all the features I was planning for the next release (in particular a rich text editor) but it does now allow guests to enter an name and email address when asking a question without requiring a login (if you set this of course) and questions can be held for moderation to allow the site admin to control which questions get published on the site.
It is this version of the plugin that is now live on this site.
To test or translate this plugin (both are needed) please download version 2.1 from http://wordpress.org/extend/plugins/question-and-answer-forum/download/ and use the form in the options page to contact me. In particular the email features need testing.
Sorry about the last few days and the errors the failure of the site caused on the backend of the plugin. I have now finished with unreliable free php hosting and have decided to purchase cheap but paid for shared hosting. Hopefully this will mean that the site will now stay online most of the time (no more suspended accounts) and I will also have access to the mail php functions so the site can demonstrate the full capabilities of the plugin.
A commonly occuring bug with the plugin as the moment is to get the errors
Warning: Missing argument 2 for q_answeremail_message() in /hermes/web07/b2549/moo.newmodcity/nmc/wp-content/plugins/question-and-answer-forum/answeremail.php on line 4 Warning: Missing argument 2 for q_answeremail_subject() in /hermes/web07/b2549/moo.newmodcity/nmc/wp-content/plugins/question-and-answer-forum/answeremail.php on line 18 Warning: Cannot modify header information - headers already sent
This only seems to be happening on a minority of installations and I have yet to find out what is causing it.
However it is easily disabled. The functions which cause it are those which email the author of a question if they were logged in when they asked it. If your forum isn’t set up to require users to log in then it doesn’t matter so you can simply disable the feature.
To disable it open up the answermail.php file in the plugin folder and comment out (place // at the start) or delete lines 2 and 3 ie the lines
add_filter(‘comment_notification_text’,'q_answeremail_message’);
add_filter(‘comment_notification_subject’,'q_answeremail_subject’);
Then save the file and the plugin should be working correctly although it won’t send email to question authors when they get new answers.