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

Reply
 
Thread Tools
Inferno Quiz v2.2 Details »»
Inferno Quiz v2.2
Version: 2.2, by Zero Tolerance Zero Tolerance is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.0 Beta 1 Rating:
Released: 06-14-2005 Last Update: 06-14-2005 Installs: 326
DB Changes Uses Plugins Template Edits
 
No support by the author.

Port of: https://vborg.vbsupport.ru/showthrea...threadid=80780

However, the system has a pretty big back-end, it's possible i over-looked a bit or 2, so if you encounter errors/php errors please feel free to let me know in this thread and i'll try to get them fixed asap

v2.2 Updates: (Upgrade instructions inside ZIP)
- Several areas of code otptimized (query reduction)
- Uncached templates now cached
- Ability in main options to choose default usergroups to participate/view results to be auto filled in when adding quizzes.

Enjoy,

- Zero Tolerance

Show Your Support

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

Comments
  #542  
Old 09-20-2007, 08:33 AM
Ballonggreven Ballonggreven is offline
 
Join Date: Dec 2006
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't get the crrect answers in the PM with quiz results it says "This was 0% Correct. (Detta var: )"
Change the setting "Allow users who have finished the quiz to view the correct answers?" to "Yes".

What's wrong?
Reply With Quote
  #543  
Old 09-27-2007, 12:11 PM
Booth Booth is offline
 
Join Date: Jan 2005
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This would be great updated for 3.6.8
Reply With Quote
  #544  
Old 09-28-2007, 02:19 AM
ang2el ang2el is offline
 
Join Date: Oct 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there a new version for 3.6.8? Is it working?
Reply With Quote
  #545  
Old 10-02-2007, 01:00 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it works perfectly for me in 3.6.8 as is (and I already have a heavily modified forum)... no need for the author to update as long as you follow the updates in this thread.
Reply With Quote
  #546  
Old 10-06-2007, 12:54 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the only thing that you need to do to get this to work in vb 3.6.8 is to do the changes mentioned in posts 231 and 452 of this thread.

https://vborg.vbsupport.ru/showpost....&postcount=452
https://vborg.vbsupport.ru/showpost....&postcount=231

also, if you are having more problems do these:

addslashes fix:
https://vborg.vbsupport.ru/showpost....&postcount=469
https://vborg.vbsupport.ru/showpost....&postcount=470
[also add another ) at the end of the messages line]

use this character fix on all uploaded quizzes you find in this thread:
https://vborg.vbsupport.ru/showpost....&postcount=487

custom styles fix:

https://vborg.vbsupport.ru/showpost....&postcount=524

here is a new layout that you can use if you want:
https://vborg.vbsupport.ru/showpost....&postcount=114

a product instead of using the installer (untested by me): https://vborg.vbsupport.ru/showpost....&postcount=212

Here is a list of all of the quizzes that have been uploaded to this thread:
https://vborg.vbsupport.ru/showpost....3&postcount=54
https://vborg.vbsupport.ru/showpost....4&postcount=63
https://vborg.vbsupport.ru/showpost....6&postcount=67
https://vborg.vbsupport.ru/showpost....7&postcount=92
https://vborg.vbsupport.ru/showpost....&postcount=118
https://vborg.vbsupport.ru/showpost....&postcount=126
https://vborg.vbsupport.ru/showpost....&postcount=253
https://vborg.vbsupport.ru/showpost....&postcount=268
https://vborg.vbsupport.ru/showpost....&postcount=284
https://vborg.vbsupport.ru/showpost....&postcount=292
https://vborg.vbsupport.ru/showpost....&postcount=294
https://vborg.vbsupport.ru/showpost....&postcount=315
https://vborg.vbsupport.ru/showpost....&postcount=323
https://vborg.vbsupport.ru/showpost....&postcount=412
https://vborg.vbsupport.ru/showpost....&postcount=487

NOTE: make sure you do the fix mentioned here if you get errors uploading any of these quizzes:
https://vborg.vbsupport.ru/showpost....&postcount=487
Reply With Quote
  #547  
Old 10-10-2007, 05:36 PM
Stoneyreef Stoneyreef is offline
 
Join Date: Oct 2005
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did this https://vborg.vbsupport.ru/showpost....&postcount=231 in the quiz.php file right under where it says:

Code:
// ----------------------------
// Call System Engine
// ----------------------------

require_once("./includes/engine.quiz.php");

$Engine = new Quiz_Engine;

$NewestQuiz = $DB->query_first("select * from ".TABLE_PREFIX."quiz where q_state=1 order by qid desc limit 0,1");

$LB['link'] = "all";
$LB['text'] = "Overall Leaderboard";

	if($NewestQuiz['q_image'] != ''){
	$NewestQuiz['q_image'] = "<img src='{$vbulletin->options['bburl']}/images/quiz/{$NewestQuiz['q_image']}' alt='{$NewestQuiz['q_name']}' /><br />";
	}

	if(!$NewestQuiz['qid']){
	unset($NewestQuiz);
and bb code for images still do not show up.
Reply With Quote
  #548  
Old 10-24-2007, 05:45 AM
ang2el ang2el is offline
 
Join Date: Oct 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks yoyoyoyo for your reply.

I have doubt as infernoquiz wouldn't be a stable hack since develper hasn't update it to 3.6.8 that shows this hack doesn't come in his priority list, therefore I was trying to find out what developer thinks about going to 3.6.8 and support to future vb releases hope zero tolerance would reply
Reply With Quote
  #549  
Old 10-26-2007, 11:58 AM
TeeJokey TeeJokey is offline
 
Join Date: Dec 2006
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi all,

I have realized that the permissions of taking a quiz applies only to the primary group of the user, correct me if I'm wrong. I explain this better:

I'm using the promotion feature with Registered Users, I mean, when a user reaches 25 posts, that user obtains "Premium User" membership, as an aditional membership, "Registered Users" continues being the primary group.

So, what I want is to make Quizzes only be available for "Premium Users", for those who have "Premium User" as one of their aditional member groups, so then only users who have posted more than 25 times can submit the quiz.

Thanks.
Reply With Quote
  #550  
Old 11-10-2007, 06:50 PM
akvaryumforum akvaryumforum is offline
 
Join Date: Mar 2007
Location: T?rkiye
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can we translate this hack in a different language?
Reply With Quote
  #551  
Old 01-11-2008, 03:50 PM
dreamygirl dreamygirl is offline
 
Join Date: Jan 2007
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would it be crazy for me to try to add it to my v3.70 Beta 3? Probably...
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 12:21 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.06102 seconds
  • Memory Usage 2,308KB
  • 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
  • (1)bbcode_code
  • (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
  • (3)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