Hi
I'm trying out Quizzard on my webpage, but I recently updated my CMS version to 1.6.6 and it says that it isn't updated for this version.
Does anybody know if there is an update for quizzard in production?
- David Dyrholm
Quizzard update
Re: Quizzard update
There is already filed a bug for this: http://dev.cmsmadesimple.org/bug/list/276
You may want to react to that bug, then the author will get a reminder-email
You may want to react to that bug, then the author will get a reminder-email

Re: Quizzard update
Sorry to ask, but how do I do that?
I'm a little new to this forum
-
Ddyrholm
I'm a little new to this forum
-
Ddyrholm
Re: Quizzard update
you need to register/create a Forge account - this is different from your Forum account. Then search the Forge for Quizzard and follow your nose.
Re: Quizzard update
Not testet, if Quizzard has real trouble with 1.6.6 but the "error message" comes from a little entry inside Quizzard.module.php which defines the maximum value for CMSms version which should work.
You can try to modify this value and see if module work furthermore. Open Quizzard.module.php with an editor, look for
and change it to
You can try to modify this value and see if module work furthermore. Open Quizzard.module.php with an editor, look for
Code: Select all
function MaximumCMSVersion()
{
return "1.6";
}
Code: Select all
function MaximumCMSVersion()
{
return "1.6.6";
}