vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - Tic Tac Toe Game (https://vborg.vbsupport.ru/showthread.php?t=118007)

Atakan KOC 06-07-2006 10:00 PM

Tic Tac Toe Game
 
Tic Tac Toe

Installation

Installation in two easy steps:

1. Upload all the files from the "files" directory in this zip into your forums directory.

2. Import product-tictactoe.xml as a product. (Via "Plugin System" > "Manage Products" > "Add/Import Product" in your Admin CP.)

Upload


tictactoe.php == forum/tictactoe.php
ex.gif == forum/images/ex.gif
oh.gif == forum/images/oh.gif
nothing.gif == forum/images/nothing.gif

Template Change

Template: navbar

now open your navbar template:
Admincp >> Styles & Templates >> Style Manager >> *template* >> navbar

Find this code

HTML Code:

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Place under it

HTML Code:

<td class="vbmenu_control"><a href="tictactoe.php">TicTacToe</a></td>
Orginal Source
http://www.dynamicdrive.com/dynamici.../tictactoe.htm

Vbulletin 3.0 Version
https://vborg.vbsupport.ru/showthread.php?t=83401

Vbulletin 3.5.0 Version
https://vborg.vbsupport.ru/showthread.php?t=117915

SaN-DeeP 06-09-2006 01:03 AM

can we add the same to v3arcade ?

Synergy 08-14-2006 05:37 AM

Funny , Thanks...

1SRT8-2NV 01-05-2007 12:07 AM

Works great on my 3.6.4!!

deezelpope 03-08-2007 03:44 PM

Nice!!! Thanks!! "Installed":D

koby411 07-29-2007 01:11 PM

Everytime I try to go to test it.. it gives a pop up error saying you can't move here..

Help please?

xsamet 07-29-2007 03:42 PM

Thanks

Teşekkürler üstad....

SuperTaz 08-01-2007 04:39 AM

I had to alter the navbar edit a bit to get it to work. What I did is in red. It works great now. Installed.

Code:

<td class="vbmenu_control"><a href="/forums/tictactoe.php">TicTacToe</a></td>

ArnyVee 04-29-2008 03:42 PM

This works great on my 3.6.8 p2 forums. Gave it a little Disney twist replacing the X's with Mickey and O's with Donald. :)

ArnyVee 04-29-2008 04:30 PM

Can you have this so that only members can play?

SVTCobraLTD 04-29-2008 04:36 PM

Quote:

Originally Posted by ArnyVee (Post 1502452)
Can you have this so that only members can play?

If you use "if" conditions and make only the members have access to the link then only members can play.



Anyway to add this to an existing arcade? ibProArcade?

ArnyVee 04-30-2008 10:20 PM

Quote:

Originally Posted by SVTCobraLTD (Post 1502460)
If you use "if" conditions and make only the members have access to the link then only members can play.

Can you help me with this? Where/how do we place the "if" conditions?

SVTCobraLTD 05-08-2008 02:08 AM

I believe this what you need to do. Find where you have added the link to the game and add before it:

Code:

<if condition="$show['member']">
and then after it add
Code:

</if>
Maybe someone can verify this is correct but I am pretty sure it is.

ArnyVee 06-18-2008 12:31 AM

Thanks for the info, by the way.

My "Disney" version of the Tic-Tac-Toe game is working great still. Do we need (and are there plans) for a 3.7.1 version of it?

Anyone know of any other 'basic' type of games like these? Maybe crossword puzzles, word finds, hangman, etc?

DobieGillis? 08-24-2009 03:47 PM

installed. Works on 3.8.2. Noice!


All times are GMT. The time now is 09:25 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.01210 seconds
  • Memory Usage 1,743KB
  • 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_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (15)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete