The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Sudoku for vBulletin Details »» | |||||||||||||||||||||||||
Sudoku for vBulletin Important: This hack will not work if...you must install this hack: Custom page wrapper You must to create a new template called: page_sudoku, with in: HTML Code:
[center][left]<table class="tborder" align="center" border="0" cellpadding="6" cellspacing="1" width="100%">[/left] [left]<thead>[/left] [left]<tr>[/left] [left]<td class="tcat" colspan="2"><center>Sudoku</center>[/left] [left]</td>[/left] [left]</tr>[/left] [left]</thead>[/left] [left]<tr height="500">[/left] [left]<td align="center" class="alt1">[/left] [left]<IFRAME SRC = "http://www.free-sudokus.com/cgi/sudoku.cgi?affiliate=1" width="435" height="435" scrolling="no">[/left] [left]</IFRAME>[/left] [left]</td>[/left] [left]</tr>[/left] [left]<tr>[/left] [left]<td class="thead">Rules</td>[/left] [left]</tr>[/left] [left]<tr>[/left] [left]<td class="alt2">[/left] [left]<div style="font-weight: bold;">Short rules</div>[/left] [left]<div class="smallfont">It is necessary to fill the railing by using figures from 1 to 9. Necessarily only once in every line, column and square of 3 x 3.[/left] [left]</div>[/left] [left]<br />[/left] [left]<div style="font-weight: bold;">To resume the vocabulary of the guide</div>[/left] [left]<div class="smallfont">It is necessary to fill the railing by using 9 given symbols (Generally figures from 1 to 9, or letters indicated at the foot of the railing). Necessarily only once (but no more) on every line, column and region (or squared by 3 x 3).</div>[/left] [left]</tr>[/left] [left]<tr>[/left] [left]<td class="tfoot" colspan="2"><div class="smallfont"><B>Options:</B> <a href="/forum"> Home</a> | <a href="/forum/index.php?page=sudoku">Delete Railing</a></div></td></tr></tbody>[/left] [left]</table> [/left] [left][/left][/center] For play to Sudoku in vBulletin, go to: www.your-site/forum/index.php?page=sudoku Enjoy PS: don't forget to click on Install if you use this hack ^^ PS2: Idea from "cclaerhout" Show Your Support
|
Comments |
#2
|
||||
|
||||
Nice allan.
|
#3
|
||||
|
||||
love it woooooooooooooooooooooooo we will say to the newspapers bye bye
thanks man |
#4
|
||||
|
||||
i make for u that file on hurry
upload the file sudoku.php to ur main forum /forum/sudoku.php upload the xml file to ur products manager now in ur nav bar try to find PHP Code:
PHP Code:
|
#5
|
||||
|
||||
it will work without page wrapper hack
|
#6
|
||||
|
||||
Its not nessary to use that other hack, you can do this with builtin features.
MAke a new template called custom_sudoku use this code HTML Code:
<html> <head> $headinclude <title>$vboptions[bbtitle] - Sudoku</title> </head> <body> $header <br /> <table class="tborder" align="center" border="0" cellpadding="6" cellspacing="1"> <thead> <tr> <td class="tcat" colspan="2"><center>Sudoku</center> </td> </tr> </thead> <tr height="500"> <td align="center" class="alt1"> <IFRAME SRC = "http://www.free-sudokus.com/cgi/sudoku.cgi?affiliate=1" width="435" height="435" scrolling="no"> </IFRAME> </td> </tr> <tr> <td class="thead">Rules</td> </tr> <tr> <td class="alt2"> <div style="font-weight: bold;">Short rules</div> <div class="smallfont">It is necessary to fill the railing by using figures from 1 to 9. Necessarily only once in every line, column and square of 3 x 3. </div> <br /> <div style="font-weight: bold;">To resume the vocabulary of the guide</div> <div class="smallfont">It is necessary to fill the railing by using 9 given symbols (Generally figures from 1 to 9, or letters indicated at the foot of the railing). Necessarily only once (but no more) on every line, column and region (or squared by 3 x 3).</div> </tr> <tr> <td class="tfoot" colspan="2"><div class="smallfont"><B>Options:</B> <a href="$vboptions[bburl]"> Home</a> | <a href="$vboptions[bburl]/misc.php?do=page&template=sudoku">Delete Railing</a></div></td></tr></tbody> </table> $footer </html> |
#7
|
|||
|
|||
How exactly does this work? Do I have to download the files you posted in post #4 or do I just follow the instructions from the first post and create the new template???
edit: Looks like Zachery already answered my question. Thanks. |
#8
|
|||
|
|||
Can you make this easier for a newbie at modding?
|
#9
|
||||
|
||||
It doesn't get much easier than adding a new template
AdminCP > Styles & Templates > Style Manager > From the drop down Add new template |
#10
|
|||
|
|||
I am just a bit confused, does adding your template achieve the same results as the very first post?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|