Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

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
  #112  
Old 09-22-2008, 01:55 AM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by inciarco View Post
Works Fine, Thank You Very Much For the Update. :up:

One Question:

I have a problem with one Hack that should be Overwriting the Plugin (Answer Forums - Show answered/notanswered In Forum), that Edits the Threadbit to Include the "Answered" and "Unanswered" Prefix, so is only being displayed for the Moved Threads and for the other ones isn't being Displayed.

(You Can See It Here: http://inciarco.com/foros/forumdisplay.php?f=332)

(On my Test Forum they're being Displayed Ok, but on that Test Forum I only have 5 Hacks Installed, included this one; inside the Thread on it's First Post Title the Prefix is Displayed without any Problem).

Could you Please share with me/us the Code that I/we can Include in the Threadbit Template to Include the Prefixes, and the Place I should Include them (Before/After what Code)?? (The Idea is to Disable the Specific Plugin (Answer Forums - Show answered/notanswered In Forum) and to Manually Edit the Template to Obtain the Prefixes).

This Code can also be useful to Include Flags on the Threadbit Template to Visually Indicate the Status of the Answers (Green Flag or Red Flag), so it will be very useful for all the Users of this Mod.

I Appreciate Your Help.

My Best Regards, and Again Congratulations for this Useful Mod. :up:

Great :up::up:

Hm. Not sure exactly what the issue is but it looks like it's including itself in the threads with prefixes as well on your forum just fine? Can you elaborate a bit?

Also, this should help you in the threadbit template, if you want to add it manually:
PHP Code:
<if condition="$thread['g_answer_forum_answer']">Answered text<else />Unanswered text</if> 
Reply With Quote
  #113  
Old 09-22-2008, 02:15 AM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gio~logist View Post
Great :up::up:

Hm. Not sure exactly what the issue is but it looks like it's including itself in the threads with prefixes as well on your forum just fine? Can you elaborate a bit?

Also, this should help you in the threadbit template, if you want to add it manually:
PHP Code:
<if condition="$thread['g_answer_forum_answer']">Answered text<else />Unanswered text</if> 
Worked Fine, Thank You Very Much.

I'd like to Document it more in Detail, in case someone has the same Situation:

Step 1:

In threadbit Template:

Find

Code:
$thread[movedprefix]
Before Add

Code:
<if condition="$thread['g_answer_forum_answer']">$vbphrase[g_answers_forum_answered]<else />$vbphrase[g_answers_forum_unanswered]</if>
Step 2:

In Plugins & Products -> Plugin Manager

Unselect (Deselect) Active Status for Plugin: Answer Forums - Show answered/notanswered In Forum

Click on "Save Active Status" to Save that Change.

(This Avoid Duplication of Text in case where Plugin Displays it).

That's it. Ir worked Fine on vB373.

My Best Regards.

Reply With Quote
  #114  
Old 09-22-2008, 02:19 AM
juliannova juliannova is offline
 
Join Date: Feb 2008
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Whats the difference between this free one and the paid version on your site? Will it be able to keep up with the people best answers?
Reply With Quote
  #115  
Old 09-22-2008, 03:43 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
The ability to add a timestamp is only given in the premium version, sorry.
thanks
Reply With Quote
  #116  
Old 09-22-2008, 08:19 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

Quote:
Originally Posted by inciarco View Post
Worked Fine, Thank You Very Much.
:up::up:

Quote:
Originally Posted by juliannova View Post
Whats the difference between this free one and the paid version on your site? Will it be able to keep up with the people best answers?
For information on the premium products, visit the following url:
http://www.giologist.com/vb/index.php?&do=products

Try to refer to the first post as much as possible for the url guys, really trying to avoid bad publicity as far as mods possibly accusing me of "advertising" (they haven't yet, just would rather keep it that way ). Trying to keep a clean slate around here heh
Reply With Quote
  #117  
Old 09-22-2008, 10:01 PM
Kiint Kiint is offline
 
Join Date: Nov 2006
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, we can see the features of the premium version at the url you specified, but what myself and the previous poster are asking is:

What is the DIFFERENCE between the free and the paid version, I can see all the premium features, but I don't know what any of the lite features are, they are not listed anywhere.

So could you please make a list, something like this incomplete list:

Enable a questions forum Lite/Premium
Allow users to choose best answer Lite/Premium
Question Statistics on forumdisplay Premium Only

The above is only a guess, but I'm sure you can update this with the correct information?
Reply With Quote
  #118  
Old 09-22-2008, 10:30 PM
4x4 Mecca 4x4 Mecca is offline
 
Join Date: Feb 2007
Posts: 396
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

* 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
* Integrates with vbplaza (reward answer providers) Lite/Premium
* Integrates with vbcredits (reward answer providers) Premium Only

I think this covers it correctly. I have purchased the mod, and you can see it in action here http://www.4x4mecca.com/forum/forumdisplay.php?f=405 post up any more questions.
Reply With Quote
  #119  
Old 09-22-2008, 11:01 PM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For Future Upgrades: Would be nice to be able to Choose more than one Answer as Best Answers.

My Best Regards.

Reply With Quote
  #120  
Old 09-23-2008, 02:39 AM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by 4x4 Mecca View Post
* 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
* Integrates with vbplaza (reward answer providers) Lite/Premium
* Integrates with vbcredits (reward answer providers) Premium Only

I think this covers it correctly. I have purchased the mod, and you can see it in action here http://www.4x4mecca.com/forum/forumdisplay.php?f=405 post up any more questions.
Thanks for that :up: Very much appreciated! And very well laid out as well Hope you're enjoying the mod over there!
Reply With Quote
  #121  
Old 09-23-2008, 07:35 AM
Kiint Kiint is offline
 
Join Date: Nov 2006
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by 4x4 Mecca View Post

I think this covers it correctly. I have purchased the mod, and you can see it in action here http://www.4x4mecca.com/forum/forumdisplay.php?f=405 post up any more questions.

Thanks, exactly what I was looking for, now this would make me want to buy the premium version over the lite version
Reply With Quote
Reply

Thread Tools

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 07:02 AM.


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.06703 seconds
  • Memory Usage 2,329KB
  • 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
  • (7)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
  • (2)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