Quote:
Originally Posted by OneShot
For those who use this great hack and have trouble with the images. It looks like ZT has forgotten to fix a holdover from an earlier version in the quiz.php.
Just look for
PHP Code:
$vboptions[bburl]
in the quiz.php and Replace with
PHP Code:
$vbulletin->options['bburl']
Voil?
Cheers
OS
|
For those of you that can't find the correction for the image issues, here is the post that solved those issues; at least for me. I believe it was only two instances of the $vboptions[bburl] that have to be replaced as instructed above to fix things right up. Easy enough.
And some of you have had reported issues with uploading some of the .xml files that have quizzes people have already submitted in this thread. I looked up the particular error I was getting using some of these and from what I can tell, you simply can't use the following three characters when creating questions. (Not sure if this applies to answers as well or not.) But don't use &, <, > when creating questions.
& (ampersand, must be encoded as &
< (left angle bracket, must be encoded as <
> (right angle bracket, must be encoded as >
Thanks to EduPerl over at Microsoft's MSDN forums for the information.
I would like to attach the quiz I made with all 50 U.S. capitals here, but I'm currently having issues getting it to allow me to download the .xml file once it has created it. It simply wants me to continue to log in over and over into the admin panel. I'll see if I can solve my own problem and edit this post later to include the quiz.
OK, found the answer to that problem in the thread as well. Amazing what one can accomplish with a little elbow grease.
Thanks again to everyone that has contributed to this wonderful mod. I truly hope ZeroT can find his way back and created an updated version of this mod. My forum members love this.