The Arcive of vBulletin Modifications Site. |
|
Sudoku for vBulletin (without plugin) Details »»
|
|||||||||||||||||||||||||
Sudoku for vBulletin (without plugin) Description: Add one page with Sudoku Game without plugin, juste a new template
PHP Code:
![]() PS: Idea from "cclaerhout" Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Thanks!
You will probably want to include: $navbar beneath $header so everyone's navbar will work properly on this page. Also if you use a drop down from your navbar as I do for my arcade or other entertainment you can add this for a menu item. Code:
<tr><td class="vbmenu_option"><a href="$vboptions[bburl]/misc.php?do=page&template=sudoku">Sudoku</a></td></tr> |
|
#3
|
|||
|
|||
|
Nice, thx to both of you..
|
|
#4
|
|||
|
|||
|
wa wa wa. i like sodoku. thank you very much. i'll install it now
|
|
#5
|
|||
|
|||
|
Thanks Allan.
How do I translate the Sudoku title and the rules? I tried $vbphrase[Sudoku] but it didnt work. |
|
#6
|
||||
|
||||
|
great hack thanks
|
|
#7
|
||||
|
||||
|
It's written directly into the template itself:
<center>Sudoku</center> and <td class="thead">Rules</td> and <div style="font-weight: bold;">Short rules</div> If you want, you should create your own custom phrases in the Admincp Phrase Manager, and then $vbphrase[sudoku] will work in the template. |
|
#8
|
||||
|
||||
|
THNX !!!
WORKS LIKE A CHARM !!! good work, guys. *silver surfer clicks "installed" * |
|
#9
|
||||
|
||||
|
Very nice. Thank you.
|
|
#10
|
||||
|
||||
|
Sorry for what is probably a silly question (I'm a fairly new vB owner) but is this something I can give permissions to certain user groups for?
Thank you.
|
![]() |
|
|