Quizzard update

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Ddyrholm
New Member
New Member
Posts: 3
Joined: Sat Mar 28, 2009 10:02 am

Quizzard update

Post by Ddyrholm »

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
Jos
Support Guru
Support Guru
Posts: 4020
Joined: Wed Sep 05, 2007 8:03 pm

Re: Quizzard update

Post by Jos »

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  ;)
Ddyrholm
New Member
New Member
Posts: 3
Joined: Sat Mar 28, 2009 10:02 am

Re: Quizzard update

Post by Ddyrholm »

Sorry to ask, but how do I do that?
I'm a little new to this forum

-
Ddyrholm
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: Quizzard update

Post by jmcgin51 »

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.
cyberman

Re: Quizzard update

Post by cyberman »

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

Code: Select all

	function MaximumCMSVersion()
	{
		return "1.6";
	}
and change it to

Code: Select all

	function MaximumCMSVersion()
	{
		return "1.6.6";
	}
Post Reply

Return to “Modules/Add-Ons”