vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Sudoku for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=116109)

Justdave 05-20-2006 01:30 PM

Quote:

Originally Posted by wizardan
http://www.sodokuweb.com/

:cool: wizardan clicks install

TY:rolleyes:

MustangLisa 05-21-2006 03:03 AM

Cool, thanks. Some of my members will love this. Smooth, easy install.

dilbert 05-21-2006 03:08 AM

I love Sudoku. Doesn't this depend on free-sudokus.com existing?
I think it would be great to have a working copy for your own site.

dashaka2 05-22-2006 01:18 AM

is there a way to have it checked at the end to see if it was done correctly and then go on to a new puzzle?

Freesteyelz 05-22-2006 01:42 AM

Here is a revised code (for post #6) which adds the </body> and $stylevar[htmldoctype] bits and miscellaneous corrections:

Add a custom template "custom_sudoku" and add this entire code:

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - Sudoku</title>
</head>
<body>
$header
$navbar
<br />
<table width="100%" class="tborder" align="center" border="0" cellpadding="0" cellspacing="0">
<thead>
<tr>
<td class="tcat" colspan="2">Sudoku</td>
</tr>
</thead>
<tr height="500px">
<td class="alt1" style="text-align:center">
<iframe src="http://www.free-sudokus.com/cgi/sudoku.cgi?size=8&affiliate=1" width="450px" height="450px" name="Sudoku"></iframe>
</td>
</tr>
<tr>
<td class="thead">Rules</td>
</tr>
<tr>
<td class="alt1">
<div style="font-weight:bold">
Rules from the official site <a href="http://www.free-sudokus.com/cgibin/rules.cgi" title="To Official Sudoku Rules">click here</a>.</div>
<br />
<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>
</td>
</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>
</table>
$footer
</body>
</html>

You can access it by misc.php?do=page&template=sudoku.

:)

*Currently testing the mod.*

Freesteyelz 05-22-2006 03:29 AM

Quote:

Originally Posted by dashaka2
is there a way to have it checked at the end to see if it was done correctly and then go on to a new puzzle?

Yes. You can replace template "custom_sudoku" with the above post (#25) or...

Replace the original <iframe> code:

Code:

<iframe src="http://www.free-sudokus.com/cgi/sudoku.cgi?affiliate=1" width="435px" height="435px" border="0" scrolling="no">
</iframe>

With this one:

Code:

<iframe src="http://www.free-sudokus.com/cgi/sudoku.cgi?size=8&affiliate=1" width="450px" height="450px" name="Sudoku"></iframe>
Change the "8" to a lower or higher number. Keep in mind that if you change it you may also need to adjust the "width" and "height" settings. Also for more ways to customize it go here to the official site. :)

------------------------

@Allan: In my previous post (#25) I've added the fix if you're interested. The attachment down below shows the player options correctly. :)


*Now clicked "Install". ;) *

cclaerhout 05-22-2006 01:44 PM

J'aurai appr?ci? que tu mentionnes la source qui t'a inspir?e pour d?velopper ce hack. Ne serait-ce que par convention et politesse.

French business sorry ;)

Just a word to say that unfortunately the grid provided by free-sudokus.com are sometimes quite strange. The best way would be to generate numbers with php... but it seems no script allows to do that.

davidw 05-22-2006 03:11 PM

I'm glad to see that I wasn't the only one who was puzzle by the lack of a closing <td> tag here:
PHP Code:

<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 moreon every linecolumn and region (or squared by 3 x 3).</div

Now, I guess my new question is where is the location of the opening </tbody> tag?

davidw 05-22-2006 03:36 PM

Hehe, just thought of this using Freestylez's code (above) - for vBadvanced

Go to admincp => Add Module => Template

Module Title => Sudoku
Column => Center
Display Order => Your Choice
Active => Yes
Update all pages => Your Choice
Template to Include => adv_portal_sudoku
Style => Choose your top level style
Template Content =>
PHP Code:

<table width="100%" class="tborder" align="center" border="0" cellpadding="0" cellspacing="0">
<
thead>
<
tr>
<
td class="tcat" colspan="2">Sudoku</td>
</
tr>
</
thead>
<
tr height="500px">
<
td class="alt1" style="text-align:center">
<
iframe src="http://www.free-sudokus.com/cgi/sudoku.cgi?size=8&affiliate=1" width="450px" height="450px" name="Sudoku"></iframe>
</
td>
</
tr>
<
tr>
<
td class="thead">Rules</td>
</
tr>
<
tr>
<
td class="alt1">
<
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 linecolumn 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 moreon every linecolumn and region (or squared by 3 x 3).</div>
</
td>
</
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

Use Module Shell Template => No
The next 3 choices - leave blank, adjust usergroups as needed.

Next...

admincp => Add Page => Template

Page Title => Sudoku
Page Identifier => sudoku
Display Order => Your Choice
Meta Keywords => Your Choice
Meta Description => Your Choice
Parent Page => Your Choice
Custom Style for this Page => Your Choice
Page Active => Yes
Template Title => adv_portal_sudoku
Use Module Shell Template => No
Modules Enabled: I personally left all the left ones and right ones currently intact but only chose Custom Page Content for the center page.
Adjust the rest of the page as suited (eg usergroup permissions).

I have set it up here - http://www.christianboards.org/index.php?page=sudoku I hope I have set it visible to everyone.

Allan 05-22-2006 04:35 PM

Quote:

Originally Posted by cclaerhout
J'aurai appr?ci? que tu mentionnes la source qui t'a inspir?e pour d?velopper ce hack. Ne serait-ce que par convention et politesse.

French business sorry ;)

Just a word to say that unfortunately the grid provided by free-sudokus.com are sometimes quite strange. The best way would be to generate numbers with php... but it seems no script allows to do that.

Oui, tu a raison, j'avais compl?tement zapp?, excuse moi.

Je rajoute ton pseudo dans le premier post.


All times are GMT. The time now is 12:10 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01332 seconds
  • Memory Usage 1,777KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete