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

Reply
 
Thread Tools
[DBTech] Random Questions v2 (vB4) Details »»
[DBTech] Random Questions v2 (vB4)
Version: 2.0.1, by DragonByte Tech DragonByte Tech is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.x.x Rating:
Released: 06-04-2010 Last Update: 08-16-2017 Installs: 45
DB Changes Uses Plugins
Additional Files Translations  
No support by the author.

Random Questions: What is it?

DragonByte Technologies is proud to present version 1.0 of [DBTech] Random Questions.


The Random Questions mod is intended to increase activity in your forum, attract back old members, and encourage members to form friendships (and thus stay).

It accomplishes this by allowing/encouraging users to answer random questions about each other. The questions are settable by the admin (5 included in the Lite XML as an example). The questions can be anything from ?What do you think {usernames} favourite game is?? to ?Do you think {username} Wants a pet dinosaur??. These questions usually serve to bring random people closer together, and have people communicate with each other who otherwise might not have. It's a great way to inspire closer bonds in your community (And, of course, having friends is one of the big reason people stay on forums).

-------------------------------------------------------------------------------------------

If you like this mod please hit the button to the right ---->

Please remember to click the, button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available.

*
For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications.

We appreciate the support!
-------------------------------------------------------------------------------------------

[b]Priority support available at: http://www.dragonbyte-tech.com/forum.php

-------------------------------------------------------------------------------------------

Lite Feature List:

v2.0 Features:

Answer Rating: You can rate the answers people have given you via your own profile. Let people know what you think of their answers!


v1.1 Features:

Random Questions: This lets users click on a tab to start answering random questions about other members, anything from should they post more, to what animal would they be. The questions load in realtime AJAX, and after submitting an answer, a new question will fade in.

Notifications: Users are notified whenever a new answer is submitted about them, letting them keep up to date on what people are saying about them!

Profile ?Answers? Tab: Adds a new tab to the profile letting you keep track of what answers have been made about you.

Permissions: Set who can use the mod, exactly what answers they can see and what options are available to them.

Question Manager: Allows admins to add, edit or delete questions to be asked. You can add an Unlimited number of questions in here


Extra Pro Features:

Extra Privacy Options: Set whether your answer is public or private, per answer. This lets you answer a question about someone without the rest of the forum seeing what you said.

Specify who to answer about: This lets you choose who you want to answer questions about ? Everyone, Friends, Online users or even specify a particular person!

User Options: A variety of extra options for users, allowing them to submit questions for consideration, toggle the notification on new answers and more.

Requests: Lets users send PMs requesting specific other users answer questions about them

User Limitations: Require X posts to have questions answered about that member, require X answers to see answers about oneself.


Feature List: Lite
Front-End
  • Answer Questions Page
    • Ajax submitting/reloading of questions
    • Log statistics about each answer
    • Send notification for new answers
  • Profiles
    • Answers Tab
    • Answer Ratings
AdminCP
  • vBulletin Options
    • Global enable/disable
    • Turn statistic tracking on/off
    • Turn request PM's on/off
    • Turn review questions on/off
  • Usergroup Permissions
    • Can view own answers
    • Can view all answers
    • Can view private answers
    • Can specify own questions
    • Can submit questions for review
    • Can send request PM
  • Edit User
    • Is user banned from viewing/answering questions
  • Question Manager
    • Add/Edit/Delete questions
    • View/Approve pending questions for review

Feature List: Pro

Front-End
  • Answer Questions Page
    • Set answer as public/private
    • Specify if answering for - random users/specified user/friends/users online
    • Require x posts to be included
    • Require X answers to read answers
  • Options
    • Specify own questions page
    • Toggle notification on new answers
    • Define usernames to answer questions about
    • Submit questions for review page
  • Profiles
    • Send request PM asking for question to be asked about yourself
  • Misc
    • Random Answer Widget/Bar

-------------------------------------------------------------------------------------------

This mod displays a copyright notification in the footer of pages generated by this mod which includes:
  • 1 Link to DragonByte Technologies homepage
  • 1 Link to Product Description page of this modification

Download Now

File Type: zip [DBTech] Random Questions v2.0.1 [Lite].zip (36.2 KB, 11 views)

Screenshots

File Type: jpg DBT_RQ#1.jpg (57.8 KB, 0 views)
File Type: jpg DBT_RQ#2.jpg (63.4 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 08-10-2010, 02:31 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTrinity View Post
I 2nd this suggestion. Perhaps by utilising members from specific usergroups, if not by postcount or what not.
Quote:
Originally Posted by bada_bing View Post
Your last update DID NOT fix the submit issue, I cant click submit after trying to answer a random question.

You should still have access to my site with the test id to see for yourself
That is because you haven't overwritten all files. You need to reupload all the files.

- David
Reply With Quote
  #53  
Old 08-10-2010, 06:21 PM
CRDeveloper's Avatar
CRDeveloper CRDeveloper is offline
 
Join Date: Aug 2009
Location: Costa Rica
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Still getting the error

Code:
Database error in vBulletin 4.0.5:

Invalid SQL:

                SELECT a.*, q.*, u.username, u.userid FROM vbulletin_dbt_random_questions_answers AS a
                LEFT JOIN vbulletin_dbt_random_questions AS q USING (qid)
                INNER JOIN vbulletin_user AS u USING(userid)
                WHERE a.touserid = 1 AND
                (private = 0 OR u.userid = 1 OR touserid = 1)
                ORDER BY a.dateline DESC
                LIMIT 0, 30;

MySQL Error   : Unknown column 'toxxxic_vbulletin.q.userid' in 'on clause'
Error Number  : 1054
Request Date  : Tuesday, August 10th 2010 @ 03:20:41 PM
Error Date    : Tuesday, August 10th 2010 @ 03:20:42 PM
Script        : http://www.toxxxicas.com/foro/member.php/1-ToxXxicas.com
Referrer      : http://www.toxxxicas.com/foro/member.php/1-ToxXxicas.com
IP Address    : #.#.#.#
Username      : ToxXxicas.com
Classname     : vB_Database
MySQL Version : 4.1.22-standard
Reply With Quote
  #54  
Old 08-11-2010, 02:45 AM
RedTrinity's Avatar
RedTrinity RedTrinity is offline
 
Join Date: Mar 2008
Location: QLD, Australia
Posts: 265
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DragonByte Tech View Post
That is because you haven't overwritten all files. You need to reupload all the files.

- David
Eh? Was Tandyservices' suggestion already added in the latest update? I'm pretty sure I uploaded all the files properly.
Reply With Quote
  #55  
Old 03-28-2011, 07:09 AM
Sforums Sforums is offline
 
Join Date: Dec 2010
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

never mind...got it.
Reply With Quote
  #56  
Old 06-30-2012, 11:21 PM
GONUMBER6's Avatar
GONUMBER6 GONUMBER6 is offline
 
Join Date: Jan 2010
Location: Sunny Arizona
Posts: 352
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting this error when I click on the random questions

Fatal error: Call to undefined function log_admin_action() in /home/englishb/public_html/forums/dbt_rq.php on line 39

Nevermind I am a dummy :P I found the problem
Reply With Quote
  #57  
Old 06-30-2012, 11:36 PM
GONUMBER6's Avatar
GONUMBER6 GONUMBER6 is offline
 
Join Date: Jan 2010
Location: Sunny Arizona
Posts: 352
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay HELP, I cannot find where to do all of this stuff in admincp!

vBulletin Options:
Global enable/disable
Turn statistic tracking on/off
Turn request PM's on/off
Turn review questions on/off
Usergroup Permissions
Can view own answers
Can view all answers
Can view private answers
Can specify own questions
Can submit questions for review
Can send request PM
Edit User
Is user banned from viewing/answering questions
Question Manager
Add/Edit/Delete questions
View/Approve pending questions for review
Reply With Quote
  #58  
Old 06-30-2012, 11:42 PM
GONUMBER6's Avatar
GONUMBER6 GONUMBER6 is offline
 
Join Date: Jan 2010
Location: Sunny Arizona
Posts: 352
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way that the questions are asked about active users? Every question that pops up is from a member who is never on.
Reply With Quote
  #59  
Old 07-01-2012, 11:48 PM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is pro feature.

Read the first post, so you'll get familiar what is free and what is only in pro version. If you like or need this mod, you'll probably buy it, as there are so many useful things only in pro version.
Reply With Quote
  #60  
Old 07-02-2012, 07:19 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GONUMBER6 View Post
Okay HELP, I cannot find where to do all of this stuff in admincp!


vBulletin Options:
Global enable/disable
Turn statistic tracking on/off
Turn request PM's on/off
Turn review questions on/off
Usergroup Permissions
Can view own answers
Can view all answers
Can view private answers
Can specify own questions
Can submit questions for review
Can send request PM
Edit User
Is user banned from viewing/answering questions
Question Manager
Add/Edit/Delete questions
View/Approve pending questions for review
If you can't see the Random Questions AdminCP group, please add yourself to Super Administrators in config.php


Fillip
Reply With Quote
  #61  
Old 07-03-2012, 03:33 AM
GONUMBER6's Avatar
GONUMBER6 GONUMBER6 is offline
 
Join Date: Jan 2010
Location: Sunny Arizona
Posts: 352
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got the pro version but it seems to have some bugs, I think this mod is going to be fun!
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 02:52 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04793 seconds
  • Memory Usage 2,352KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete