vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - [DBTech] vBQuiz v2 (vB3) (https://vborg.vbsupport.ru/showthread.php?t=262924)

DragonByte Tech 05-02-2011 06:28 AM

Quote:

Originally Posted by MagicThemeParks (Post 2190837)
Very good. Thanks Dylan! :)

I added a little image before the category names to give it a little more color/style. :D

http://www.unitedstateshistoryforum.com/vbquiz.php

Edited: Found a small bug as I was creating my first quiz. See attached as the "BBCode" phrase seems to be displaying incorrectly.

I'll fix that in the next release. If you want to fix it for now
Open
dbtech/vbquiz/actions/quizcreate.php
On line 110
Change
Code:

        $quiz_data['bb_code_is_x'] =  construct_phrase($vbphrase['bb_code_is_x'], $session[sessionurl],  $allow_txt['bbcode']);
to
Code:

        $vbphrase['bb_code_is_x'] =  construct_phrase($vbphrase['bb_code_is_x'], $session[sessionurl],  $allow_txt['bbcode']);
Dylan

MissKalunji 05-02-2011 12:22 PM

Any chances of an importer from old vbquiz?

MissKalunji 05-06-2011 11:00 PM

Quote:

Originally Posted by MissKalunji (Post 2191015)
Any chances of an importer from old vbquiz?

:) any?

MagicThemeParks 05-07-2011 03:19 PM

1 Attachment(s)
Started changing some of the phrases this morning as I was creating my first quiz and noticed a couple of grammatical/spelling errors for future fixes....

setting_dbtech_vbquiz_disable_results_field_desc - Showing the word "read" misspelled as "readd"

setting_dbtech_vbquiz_branding_free_desc - Showing the word "license" misspelled as "licence"

setting_dbtech_vbquiz_create_thread_score_desc - Showing the word "an" which should be "a"

setting_dbtech_vbquiz_date_readonly_desc - Showing the words "accidentally" and "erroneously" misspelled as "accidently" and "erronous"

setting_dbtech_vbquiz_timer_background_desc - Showing the word "would" misspelled as "wuld"

dbtech_vbquiz_cat_not_judged - Showing the word "Thank" misspelled as "Thanks"

dbtech_vbquiz_end_before_start, dbtech_vbquiz_img_type, dbtech_vbquiz_start_before_end, dbtech_vbquiz_no_answer_num - Showing the word "browser" misspelled as "browse"

dbtech_vbquiz_info_new_end - Showing the word "soonest" and it should be "nearest"

dbtech_vbquiz_miss_bad_x, dbtech_vbquiz_no_exit, dbtech_vbquiz_no_perm_admin, dbtech_vbquiz_no_perm_app, dbtech_vbquiz_no_perm_complete, dbtech_vbquiz_no_perm_create, dbtech_vbquiz_no_perm_del, dbtech_vbquiz_no_perm_edit, dbtech_vbquiz_no_perm_judge, dbtech_vbquiz_no_perm_judge_self, dbtech_vbquiz_no_perm_no_results, dbtech_vbquiz_no_perm_posts, dbtech_vbquiz_no_perm_rep, dbtech_vbquiz_no_perm_take, dbtech_vbquiz_no_perm_unapp, dbtech_vbquiz_no_perm_view, dbtech_vbquiz_not_valid, dbtech_vbquiz_recomplete, dbtech_vbquiz_take_not_app - Showing "in error" and it should be "an error" OR it can be "was done in error" instead of "is in error"

dbtech_vbquiz_not_registered - Looks like the 'br' tag is has a comma instead of the bracket '<'

dbtech_vbquiz_req_missing - Showing the word "complete" misspelled as "compelete"

......and two other things on the quiz page. See attached in reference to my questions. Question #1 is about how to change the vBQuiz next to the quiz title (left circle on my image) and Question #2 is that there seems to be something missing on the Quiz Options dropdown.

MagicThemeParks 05-07-2011 03:30 PM

FYI: Just finished a quiz and approved it, but no new thread was added to the specified forum. Does it take time to do that or should it show automatically upon approval?

DEMO QUIZ: http://www.unitedstateshistoryforum.com/vbquiz.php

Also, I can't get a 'registered member' to take the quiz. It continues to show the message: "We are sorry but your quiz entry must be approved before you can continue. Please speak with the administrator if you feel this is in error."

I've set the 'registered member' usergroup for "yes" on "Can View Quizzes" and "Entries Auto Approved". As well as "yes" for the "Can Enter Quizzes" through the "vBQuiz Entries & Voting" portion of the usergroup permissions. Is there anywhere else that I need to set the permissions?

Dylanblitz 05-07-2011 04:59 PM

nm :)

DragonByte Tech 05-07-2011 05:01 PM

Quote:

Originally Posted by MissKalunji (Post 2191015)
Any chances of an importer from old vbquiz?

I'm working on one, I think I can get the quizzes to move across, just going through the logic on how his data is setup.

Dylan

MissKalunji 05-07-2011 05:02 PM

Quote:

Originally Posted by DragonByte Tech (Post 2193052)
I'm working on one, I think I can get the quizzes to move across, just going through the logic on how his data is setup.

Dylan

sweet :) Thanks

*install*

DragonByte Tech 05-07-2011 05:04 PM

Quote:

Originally Posted by MagicThemeParks (Post 2193020)
Started changing some of the phrases this morning as I was creating my first quiz and noticed a couple of grammatical/spelling errors for future fixes....

setting_dbtech_vbquiz_disable_results_field_desc - Showing the word "read" misspelled as "readd"

setting_dbtech_vbquiz_branding_free_desc - Showing the word "license" misspelled as "licence"

setting_dbtech_vbquiz_create_thread_score_desc - Showing the word "an" which should be "a"

setting_dbtech_vbquiz_date_readonly_desc - Showing the words "accidentally" and "erroneously" misspelled as "accidently" and "erronous"

setting_dbtech_vbquiz_timer_background_desc - Showing the word "would" misspelled as "wuld"

dbtech_vbquiz_cat_not_judged - Showing the word "Thank" misspelled as "Thanks"

dbtech_vbquiz_end_before_start, dbtech_vbquiz_img_type, dbtech_vbquiz_start_before_end, dbtech_vbquiz_no_answer_num - Showing the word "browser" misspelled as "browse"

dbtech_vbquiz_info_new_end - Showing the word "soonest" and it should be "nearest"

dbtech_vbquiz_miss_bad_x, dbtech_vbquiz_no_exit, dbtech_vbquiz_no_perm_admin, dbtech_vbquiz_no_perm_app, dbtech_vbquiz_no_perm_complete, dbtech_vbquiz_no_perm_create, dbtech_vbquiz_no_perm_del, dbtech_vbquiz_no_perm_edit, dbtech_vbquiz_no_perm_judge, dbtech_vbquiz_no_perm_judge_self, dbtech_vbquiz_no_perm_no_results, dbtech_vbquiz_no_perm_posts, dbtech_vbquiz_no_perm_rep, dbtech_vbquiz_no_perm_take, dbtech_vbquiz_no_perm_unapp, dbtech_vbquiz_no_perm_view, dbtech_vbquiz_not_valid, dbtech_vbquiz_recomplete, dbtech_vbquiz_take_not_app - Showing "in error" and it should be "an error" OR it can be "was done in error" instead of "is in error"

dbtech_vbquiz_not_registered - Looks like the 'br' tag is has a comma instead of the bracket '<'

dbtech_vbquiz_req_missing - Showing the word "complete" misspelled as "compelete"

......and two other things on the quiz page. See attached in reference to my questions. Question #1 is about how to change the vBQuiz next to the quiz title (left circle on my image) and Question #2 is that there seems to be something missing on the Quiz Options dropdown.

The sad thing is English is my first language :)
I changed most of them, thanks for finding the errors. Although, license is the correct spelling here in America.

The title of the quiz is set in the dbtech_vbquiz_quiz_view template.

Code:

{vb:rawphrase dbtech_vbquiz_nav} - {vb:raw quiz_data[quiz_name]}
There isn't an option missing on the dropdown list. I put an empty space on purpose to separate the delete quiz link from all the others.

Dylan

DragonByte Tech 05-07-2011 05:06 PM

Quote:

Originally Posted by MagicThemeParks (Post 2193026)
FYI: Just finished a quiz and approved it, but no new thread was added to the specified forum. Does it take time to do that or should it show automatically upon approval?

DEMO QUIZ: http://www.unitedstateshistoryforum.com/vbquiz.php

Also, I can't get a 'registered member' to take the quiz. It continues to show the message: "We are sorry but your quiz entry must be approved before you can continue. Please speak with the administrator if you feel this is in error."

I've set the 'registered member' usergroup for "yes" on "Can View Quizzes" and "Entries Auto Approved". As well as "yes" for the "Can Enter Quizzes" through the "vBQuiz Entries & Voting" portion of the usergroup permissions. Is there anywhere else that I need to set the permissions?

The thread should be created automatically. I'll test it out on my dev system and let you know.

Dylan


All times are GMT. The time now is 03:41 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.01219 seconds
  • Memory Usage 1,758KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete