Quote:
Originally Posted by MagicThemeParks
Very good. Thanks Dylan!
I added a little image before the category names to give it a little more color/style.
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