The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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? |
|
#2
|
||||
|
||||
|
can't see a thing as a guest on your board
|
|
#3
|
|||
|
|||
|
Can anyone post their template?
Use the test account on our board: username: vbulletin.org password: vbulletin.org |
|
#4
|
|||
|
|||
|
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: Code:
<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%"> </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>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|