PDA

View Full Version : Quiz Hack Home template...


traekwon
10-11-2002, 12:30 AM
Hi, we installed the Quiz hack onto our boards a few months ago and ever since we installed it, the tables have been messed up on the main page of the quizzes.

http://www.clockcrew.cc/bbs/quiz.php

Does anyone have a working version of the template?

Merjawy
10-11-2002, 04:14 AM
can't see a thing as a guest on your board

traekwon
11-17-2002, 10:19 PM
Can anyone post their template?

Use the test account on our board:

username: vbulletin.org
password: vbulletin.org

snout
12-11-2002, 06:26 AM
Hmmm not too sure, why thats happening?? It didnt when I installed in mine !!!

Have a look at the template QUIZ and try playing with the size of the tables:

If not run the quiz install again and cancel after it has created the tables !!

Here is my quiz template btw:



<html>
<head>
<title>$bbtitle - Quizzes</title>
$headinclude
</head>

<body>
$header

<!-- breadcrumb -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td width="100%"><normalfont><b><a href="index.php?s=$session[sessionhash]">$bbtitle</a> $joiner Quizzes</b></normalfont></td>
</tr>
</table>
<!-- /breadcrumb -->

<br/>

<table cellpadding="4" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td width="55%" valign="top">
<table cellpadding="4" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra}>
<tr>
<td width="100%" valign="middle" bgcolor="{tableheadbgcolor}"><normalfont color="{tableheadtextcolor}"><b>Recently Added Quizzes</b></normalfont></td>
</tr>
</table>

<table cellpadding="4" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra}>
$quizbits
</table>
</td>

<td width="1%">&nbsp;</td>

<td width="44%" valign="top">
<table cellpadding="4" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td width="100%" valign="middle" bgcolor="{tableheadbgcolor}"><normalfont color="{tableheadtextcolor}"><b>Quiz Categories</b></normalfont></td>
</tr>

$categorybits
</table>

$easiest_hardest
</td>
</tr>
</table>


$footer
</body>
</html>