Answers Forum
Ever wanted to enable the ability to specify a certain forum as an "answer" forum, where members can post questions and select the best answer given by the community? This is similar to yahoo answers, a very effective website where users can post questions and seek answers from registered users. Answering questions can get to be a mess, keep it organized and save yourself a bit of hassle when dealing with Q&A's. As a webmaster, you already have enough on your hands to have to worry about answering questions sometimes, and need an effective way to do this! Or maybe, you just want to let your community do it for you
Difference Between Answer Forum Light & Answer Forums Premium
* Enable a questions forum Lite/Premium
* Allow users to choose best answer Lite/Premium
* Question Statistics on forumdisplay Premium Only
* Top Helpers on forumdisplay Premium Only
* Recently Answered on forumdisplay Premium Only
* View Answered Topics Premium Only
* View Unanswered Topics Premium Only
* Answered Topics in postbit Premium Only
* Private Message user who's answer was chosen Premium Only
* Private Message answer provider if the answer is reset Premium Only
* Control user's ability to reset their own topic's answer Premium Only
* Allow usergroups to reset any topic's answer Premium Only
* Allow usergroups to select any topic's answer Premium Only *new
* Integrates with vbplaza (reward answer providers) Lite/Premium
* Integrates with vbcredits (reward answer providers) Premium Only
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
You can do this by drawing a conditional based off of TIMENOW (get the number that gives you via php "echo TIMENOW;") and then create a conditional based off of it.
PHP Code:
if($thread['dateline'] > 'X'){
}
Take this conditional and use it to wrap the necessary plugins. If you have knowledge of php, that would be the quickest fix atm. Will try and see if i can provide an add-on or something for you guys soon if anything.
You can do this by drawing a conditional based off of TIMENOW (get the number that gives you via php "echo TIMENOW;") and then create a conditional based off of it.
PHP Code:
if($thread['dateline'] > 'X'){
}
Take this conditional and use it to wrap the necessary plugins.
thanks for reply but if i knew how to i would not ask .
Thanks, but i think only the Thread Starter who could choose Mark As Best Answer, now this everyone can choose, even choose the question, not the answer for the Best Answer lol "Install" but still waiting for your update.
found a bug when i tried to uninstall the product..
Code:
Database error in vBulletin 3.7.2:
Invalid SQL:
ALTER TABLE forum DROP 'g_answer_forum';
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''g_answer_forum'' at line 1
Error Number : 1064
Request Date : Monday, September 15th 2008 @ 06:34:08 PM
Error Date : Monday, September 15th 2008 @ 06:34:09 PM
Script : http://www.mysite.com/forums/adminpanel/plugin.php?do=productkill
Referrer : http://www.mysite.com/forums/adminpanel/plugin.php?do=productdelete&productid=g_answer_forums&s=
IP Address : xx.xx.xxx.xx
Username : xxxxxxxxxx
Classname : vb_database
MySQL Version : 5.0.51a-community
found a bug when i tried to uninstall the product..
Code:
Database error in vBulletin 3.7.2:
Invalid SQL:
ALTER TABLE forum DROP 'g_answer_forum';
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''g_answer_forum'' at line 1
Error Number : 1064
Request Date : Monday, September 15th 2008 @ 06:34:08 PM
Error Date : Monday, September 15th 2008 @ 06:34:09 PM
Script : http://www.mysite.com/forums/adminpanel/plugin.php?do=productkill
Referrer : http://www.mysite.com/forums/adminpanel/plugin.php?do=productdelete&productid=g_answer_forums&s=
IP Address : xx.xx.xxx.xx
Username : xxxxxxxxxx
Classname : vb_database
MySQL Version : 5.0.51a-community