The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBQuiz 1.0 Details »» | |||||||||||||||||||||||||
vBQuiz 1.0
NOTE: all functionality-impairing bugs have been fixed. The attached files should work well on just about any PHP installation. What's it do? It allows you to setup a quiz center on your boards quickly and easily. This quiz center is FULLY templated, integrated with vBulletin, and has an advanced Admin script for managing the quizzes, categories, and questions. Here's an example: Movie Forums - Quizzes A few of its features...
Files Enclosed (in vbquiz.zip) - instructions.txt (read it!) - quiz.php (upload to main forum dir) - admin_quiz.php (upload to admin dir) - install_quiz.php (upload to admin dir and then run) Enjoy! Also: a HUGE, HUGE, HUGE thanks to GamerForums for beta testing this hack for me. His help was completely invaluable and surely saved me a lot of work in the long run. Thanks! Show Your Support
|
Comments |
#282
|
||||
|
||||
And we have a winner!!!
It works and it works well. Now, how do we get the border around it like we have in the other tables? Then we are all set for go! Good work! Quote:
|
#283
|
||||
|
||||
Well, which template you talkin' bout?
|
#285
|
||||
|
||||
In the quiz template replace this...
Code:
<table cellpadding="4" cellspacing="{ tableinnerborderwidth }" border="0" width="{ contenttablewidth }" { tableinvisibleextra }> Code:
<table cellpadding="{ tableouterborderwidth }" cellspacing="0" border="0" bgcolor="{ tablebordercolor }" { tableouterextra } width="{ contenttablewidth }" align="center"><tr><td> <table cellpadding="4" cellspacing="{ tableinnerborderwidth }" border="0" width="{ contenttablewidth }" { tableinvisibleextra }> Code:
<table cellpadding="4" cellspacing="0" border="0" width="{ contenttablewidth }" { tableinvisibleextra }> $quizbits </table> Code:
<table cellpadding="4" cellspacing="0" border="0" width="{ contenttablewidth }" { tableinvisibleextra }> $quizbits </table> </td></tr></table> |
#286
|
||||
|
||||
Are you sure it is the QUIZ template? I don't find anything like the first code in there at all. And I haven't changed anything in it.
|
#287
|
||||
|
||||
Sorry, I edited my post about 20 times. Try it now.
|
#288
|
||||
|
||||
I don't find it still. There is no width=95% in there at all.
|
#289
|
||||
|
||||
Sorry, THIS forum was parsing those bb Code replacements. Try it now...but remove the spaces.
|
#290
|
||||
|
||||
This is my quiz template. Something is definately different in mine for some reason. I added the extra spaces.
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> Quote:
|
#291
|
||||
|
||||
It looks the same to me, man.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|