Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Answer Forums 1.0.0 Details »»
Answer Forums 1.0.0
Version: 1.0.1, by Gio~Logist Gio~Logist is offline
Developer Last Online: Oct 2022 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.7.3 Rating:
Released: 09-14-2008 Last Update: 09-20-2008 Installs: 197
DB Changes Uses Plugins
Code Changes  
No support by the author.

Brought To You By
ModernvB - Vbulletin Solutions & Services
http://www.modernvb.com

Premium Modification:
http://www.modernvb.com/vb_products....o&productid=10

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.

Comments
  #22  
Old 09-15-2008, 08:39 PM
ShiZoPhreN ShiZoPhreN is offline
 
Join Date: Apr 2008
Location: Germany/Hamburg
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please Upload the File... Thanks
Reply With Quote
  #23  
Old 09-15-2008, 09:05 PM
cindy helmond cindy helmond is offline
 
Join Date: Feb 2006
Location: The Netherlands
Posts: 334
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ShiZoPhreN View Post
Please Upload the File... Thanks
yes we need the file !!
Reply With Quote
  #24  
Old 09-15-2008, 09:12 PM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry about that guys, had to make a couple of fixes for those running php4 still and to include the table prefix.

Also, you can now enable/disable the question status on forum display page
Reply With Quote
  #25  
Old 09-15-2008, 10:48 PM
dtv100 dtv100 is offline
 
Join Date: Apr 2007
Location: in the south of the north
Posts: 307
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any way to make this hack to ignore threads that was post before this hack ?
for a busy forum can take for ever to make hack mark threads as answer
Reply With Quote
  #26  
Old 09-15-2008, 10:56 PM
ShiZoPhreN ShiZoPhreN is offline
 
Join Date: Apr 2008
Location: Germany/Hamburg
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dtv100 View Post
any way to make this hack to ignore threads that was post before this hack ?
for a busy forum can take fore it to make hack mark threads as answer
Yeah.. thats its really nice..
Reply With Quote
  #27  
Old 09-15-2008, 11:59 PM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #28  
Old 09-16-2008, 12:01 AM
dtv100 dtv100 is offline
 
Join Date: Apr 2007
Location: in the south of the north
Posts: 307
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gio~logist View Post
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 .

but thanks for answer
Reply With Quote
  #29  
Old 09-16-2008, 12:07 AM
GaiLoan GaiLoan is offline
 
Join Date: Dec 2007
Location: California,US
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #30  
Old 09-16-2008, 12:35 AM
punjabi.king punjabi.king is offline
 
Join Date: May 2008
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #31  
Old 09-16-2008, 12:50 AM
dtv100 dtv100 is offline
 
Join Date: Apr 2007
Location: in the south of the north
Posts: 307
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by punjabi.king View Post
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
same here .
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:01 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05403 seconds
  • Memory Usage 2,323KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete