Page 1 of 1

where's the link to make a quiz?

Posted: Wed Sep 14, 2005 2:32 am
by Layzie Bone
exactly that. I'm either blind or there isnt a link to submit quizes...

Posted: Wed Sep 14, 2005 10:01 am
by battye
You're blind :lol:

http://forums.cricketmx.com/quiz.php (It's at the top of all pages, and at the top of the Ultimate Quiz MOD Forum), go to your desired category, and click Add Quiz.

Posted: Wed Sep 14, 2005 12:44 pm
by Layzie Bone
oh it's the images with the x

Posted: Wed Sep 14, 2005 1:35 pm
by battye
Image

I seem to have the same problem

Posted: Fri Jan 06, 2006 9:44 pm
by beatlemanu
Hi,

I installed the latest Ultimate Quiz Mod, but after I install one quiz in a category, the "Submit quiz" button disappears. I didn't see any errors on the page or anything, and I can easily add categories, but only one quiz to each. Have I overlooked something?
Sorry if this has already been answered somewhere else.

Cheers.

Posted: Sat Jan 07, 2006 4:11 am
by battye
It will still be in the top right, next to the link to Statistics :)

Re: I seem to have the same problem

Posted: Sun Apr 09, 2006 10:59 pm
by halfwing2
beatlemanu wrote:Hi,

I installed the latest Ultimate Quiz Mod, but after I install one quiz in a category, the "Submit quiz" button disappears. I didn't see any errors on the page or anything, and I can easily add categories, but only one quiz to each. Have I overlooked something?
Sorry if this has already been answered somewhere else.

Cheers.
Hi there,

I'm missing this too.

First, there is an icon missing from the file I downloaded. The icon_new_quiz.gif is not in my download.

Second, there is something goofy because after I added that icon to the */templates/image file, it still doesn't show up.

Finally, there is text missing from my quiz pages:

CLICKY

I remember seeing the text link to view statistics, but now it's gone.

What am I missing?

Thanks,

John

*edit*

This is getting weirder..............

I've been going through everything to make sure I didn't miss something and a fresh download from HERE does not include two files:

*/templates/*/quiz_cp_multiple_choice_body.tpl

and

*/templates/*/quiz_cp_true_false_body.tpl

Where did I get those files? Image

Posted: Mon Apr 10, 2006 9:44 am
by battye
You aren't getting confused between the old and new versions of this MOD are you? :)

Posted: Mon Apr 10, 2006 1:13 pm
by halfwing2
I don't know what I've got battye.

This is from the installation text in the phpBB download: MOD Version: 1.2.0

Would you pull it down from HERE and make sure it's complete? I just pulled it down again and the icon for creating a new quiz is missing and so are two of the files.

Like a said above, I went ahead and created an icon and placed it in the */templates/*/images folder along with the mini icon and it's still not displaying.

I'm not sure where else I would have gotten those files because the link on THIS page isn't working. Did something change the zip file at phpBB?

Curiouser and curiouser.....................

Posted: Mon Apr 10, 2006 1:52 pm
by battye
Image

This was only part of the 1.0.x package. In 1.2.0, to submit a quiz, you click the Submit Quiz link :)

Posted: Mon Apr 10, 2006 2:21 pm
by halfwing2
What we're trying to tell you battye, the link to create a new quiz is only there for the first quiz created in a catagory. After that, there is no link to creat a quiz.

Check it out HERE.

I may have screwed something up, but I've rechecked all the edits and all the files that are supposed to be there are exactly where they're supposed to be.

What about these two files that are missing from the download?

Code: Select all

*/templates/*/quiz_cp_multiple_choice_body.tpl 

and 

*/templates/*/quiz_cp_true_false_body.tpl 
I'm pretty sure that I pulled the zip file from the phpBB forum and nowhere else. Where did I get those two files?

Posted: Wed Apr 12, 2006 5:08 am
by halfwing2
Any idea on how to fix this?

It's still not showing the option of creating a new quiz within a catagory.

Thanks,

John

Posted: Wed Apr 12, 2006 9:23 am
by battye
Could you create a test acct. please, I get:

"You do not have the required permissions to access this category. It is restricted to registered members only."

Thanks :)

Posted: Wed Apr 12, 2006 1:57 pm
by halfwing2
Ooops....

User name = TEST
PWD = 1234765

Please forgive the mess. The online button maker I used to use isn't working properly any longer and I'm trying some new things with the radio buttons.

Posted: Thu Apr 13, 2006 12:38 am
by halfwing2
I'm not sure what I'm looking for.

Here's a screen shot of the quiz_category_body.tpl:

Image

Here's the code from the tpl file. Shouldn't this be href or nav or something?

Code: Select all

<table width="100%" border="0" align="right">
	<tr>
		<td width="50%" align="left" valign="middle" height="10">
			<span class="genmed"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span>
		</td>
		<td width="50%" align="right" valign="middle" height="10">
			<span class="genmed"><b>{U_STATISTICS_LINK}&nbsp&middot;&nbsp{U_SUBMIT_QUIZ}</b></span>
		</td>
	</tr>
</table>

Image