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
  #32  
Old 08-07-2010, 04:46 AM
CRDeveloper's Avatar
CRDeveloper CRDeveloper is offline
 
Join Date: Aug 2009
Location: Costa Rica
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im getting this database error at members profiles.
not working

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 = 7261 AND
                (private = 0 OR userid = 1 OR touserid = 1)
                ORDER BY a.dateline DESC
                LIMIT 0, 30;

MySQL Error   : Column 'userid' in where clause is ambiguous
Error Number  : 1052
Request Date  : Saturday, August 7th 2010 @ 01:43:33 AM
Error Date    : Saturday, August 7th 2010 @ 01:43:33 AM
Script        : http://www.toxxxicas.com/foro/member.php/7261-GUCCI
Referrer      : http://www.toxxxicas.com/foro/member.php/7261-GUCCI
IP Address    : ##.##.##.##
Username      : ToxXxicas.com
Classname     : vB_Database
MySQL Version : 4.1.22-standard
Reply With Quote
  #33  
Old 08-07-2010, 09:56 AM
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 ToxXxicas View Post
Im getting this database error at members profiles.
not working

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 = 7261 AND
                (private = 0 OR userid = 1 OR touserid = 1)
                ORDER BY a.dateline DESC
                LIMIT 0, 30;

MySQL Error   : Column 'userid' in where clause is ambiguous
Error Number  : 1052
Request Date  : Saturday, August 7th 2010 @ 01:43:33 AM
Error Date    : Saturday, August 7th 2010 @ 01:43:33 AM
Script        : http://www.toxxxicas.com/foro/member.php/7261-GUCCI
Referrer      : http://www.toxxxicas.com/foro/member.php/7261-GUCCI
IP Address    : ##.##.##.##
Username      : ToxXxicas.com
Classname     : vB_Database
MySQL Version : 4.1.22-standard
Sorry about that, re-download the files and give it a try now.

- David
Reply With Quote
  #34  
Old 08-07-2010, 04:24 PM
thecelticway thecelticway is offline
 
Join Date: Aug 2009
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Forum NOT working~~~~~~ HELP!!!!!!!

Warning: require_once([path]/dbtech/random_questions/hooks/cache_templates.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(1269) : eval()'d code on line 188

Fatal error: require_once() [function.require]: Failed opening required '/home/celticway/thecelticway.net/forum/dbtech/random_questions/hooks/cache_templates.php' (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/celticway/thecelticway.net/forum/includes/class_bootstrap.php(1269) : eval()'d code on line 188
Reply With Quote
  #35  
Old 08-07-2010, 04:46 PM
Gemma's Avatar
Gemma Gemma is offline
 
Join Date: Apr 2004
Location: Scotland
Posts: 1,229
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working for me either. Pressing submit does nothing. The skip button works though.
Reply With Quote
  #36  
Old 08-07-2010, 08:46 PM
thecelticway thecelticway is offline
 
Join Date: Aug 2009
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for the help in getting this uploaded and fixed..... appears to be working ok but how do you configure it.... is it dependent on usergroups
Reply With Quote
  #37  
Old 08-08-2010, 03:36 AM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have installed the lite version and so far it looks pretty cool I do however have a few questions as I am interested in the pro version.

I would like to make this feature more visible for my members maybe you have add a feature in the admincp where we can set the random questions in various location such as postbit
near there member name so a member can just click and answer a question about this member.

I would also like to see a vbadvanced module to for this mod.
Reply With Quote
  #38  
Old 08-08-2010, 03:39 AM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I also just noticed that when I choose random member and answer a question and click Submit it does nothing, but the skip question seems to work.

Also noticed that if I view my own profile and click "Request This User To Answer Questions About You. " and click Submit I get this error message "Invalid Action Specified."

Personally I think this is a glitch, you should not be able to go to your own profile and have this feature "Request This User To Answer Questions About You." doesnt make much sence
Reply With Quote
  #39  
Old 08-08-2010, 02:06 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 thecelticway View Post
Forum NOT working~~~~~~ HELP!!!!!!!


Warning: require_once([path]/dbtech/random_questions/hooks/cache_templates.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(1269) : eval()'d code on line 188

Fatal error: require_once() [function.require]: Failed opening required '/home/celticway/thecelticway.net/forum/dbtech/random_questions/hooks/cache_templates.php' (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/celticway/thecelticway.net/forum/includes/class_bootstrap.php(1269) : eval()'d code on line 188
This means that you do not have all the files uploaded either at all or you have them in the wrong place. Please check you have all of them uploaded.

Quote:
Originally Posted by Gemma View Post
Not working for me either. Pressing submit does nothing. The skip button works though.
Could you PM a test account for your site?

Quote:
Originally Posted by thecelticway View Post
thanks for the help in getting this uploaded and fixed..... appears to be working ok but how do you configure it.... is it dependent on usergroups
Yes, go to edit a usergroup and you will see a few options.

Quote:
Originally Posted by bada_bing View Post
I have installed the lite version and so far it looks pretty cool I do however have a few questions as I am interested in the pro version.

I would like to make this feature more visible for my members maybe you have add a feature in the admincp where we can set the random questions in various location such as postbit
near there member name so a member can just click and answer a question about this member.

I would also like to see a vbadvanced module to for this mod.
That is interesting. I could look at something like this in a future version.

Quote:
Originally Posted by bada_bing View Post
I also just noticed that when I choose random member and answer a question and click Submit it does nothing, but the skip question seems to work.

Also noticed that if I view my own profile and click "Request This User To Answer Questions About You. " and click Submit I get this error message "Invalid Action Specified."

Personally I think this is a glitch, you should not be able to go to your own profile and have this feature "Request This User To Answer Questions About You." doesnt make much sence
The request feature was just something I forgot to take out. I'll release a fixed version soon.

Also for the bug you have, I will look into this right away.

- David
Reply With Quote
  #40  
Old 08-08-2010, 06:17 PM
thecelticway thecelticway is offline
 
Join Date: Aug 2009
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Originally Posted by thecelticway View Post

thanks for the help in getting this uploaded and fixed..... appears to be working ok but how do you configure it.... is it dependent on usergroups

Yes, go to edit a usergroup and you will see a few options.



checked the boxes~~~~~~when in a members profile I make the request I get......


vBulletin Message
Invalid Action Specified.
Reply With Quote
  #41  
Old 08-08-2010, 09:13 PM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have purchased the pro version and posted 2 questions on your site,Could you please look them up mate and try to give an answer, cheers
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:55 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.05162 seconds
  • Memory Usage 2,360KB
  • 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
  • (2)bbcode_code
  • (6)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
  • (4)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