The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Cyb - Tic-Tac-Toe Details »» | |||||||||||||||||||||||||
vB 3.7 VERSION HERE
https://vborg.vbsupport.ru/showthread.php?t=177960 ==== Info: Easy integration of Tic-Tac-Toe game with vBulletin forum software. The forum user play against the computer, and it has 4 levels of difficulty that are user-selectable. It also includes history of the game. Admin can change competitor name, select usergroups who can play the game, choose different images for X, O, and BGD. Thanks to: - Brian from Dynamic Drive for original version of this javascript game - yoyoyoyo for his vB release for vB 3.0 - Atakan KOC for his vBulletin releases for vB 3.5/3.6 This version is preety different. Requires no file uploads nor template edits. It's easy to show/hide the game when browsing forums. It's phrased, looks little better, and integration with vB is improved. How? See screenshots and try it. Installation: 1. Import XML file as Product through your Admin CP 2. OPTIONAL (If you are using some very customized styles): Open template "FORUMHOME" and add "$cyb_tictactoe" after "$navbar". Save. Open template "navbar" and add "$cyb_tictactoe_link" after "vbphrase[user_cp]</a></td>". Save. Note: Default images are stored at imageshack.com (to avoid files uploads when installing hack). If you want you can upload them to your own server and then change paths in product settings. Of course, you can use your own images too (one for X, one for O, and blank one). Versions: v1.0 - Jun 19. 2006. - First version (never released here ) v1.1 - Aug 07. 2006. - No more files uploads required - Added options to choose images locations. Default ones are stored at imageshack.com (to avoid files uploads when installing hack). If you want you can upload them to your own server and then change paths in product settings. Of course, you can use your own images too. v1.2 - Aug 07. 2006. - Fixed bug that game can't be opened from other pages than forumhome Click INSTALL if you like this. Cybernetec Show Your Support
|
Comments |
#22
|
|||
|
|||
Do you think you could get a few other multiplayer games like connect four, checkers and/or chess?
|
#23
|
|||
|
|||
It would be great If the number of square can be customized
|
#24
|
|||
|
|||
Hey,
thanks for the game but is there a solution to display the game in a separate template. I want to add it in my Games Section (I need a full link) but I do not know how to do it in a separte template. I hope you can help me. Thanks Charmedfan |
#25
|
||||
|
||||
In Ireland we call it x's & o's :-)
thx... Tried installing it, can't get it to work in surge. Found the different text in the templates than to your instructions, but then the game kept saying choose another. Still works nice in default. |
#26
|
||||
|
||||
hi,
What I have to modify on xml (b4 reloading it) to avoid link on main navbar and fit it onto quick links of the same navbar? I guess this is where Code:
$vbulletin->templatecache['navbar'] = str_replace($cyb_ttt_srch_game, $cyb_ttt_srch_game.$vbulletin->templatecache['cyb_tictactoe'], $vbulletin->templatecache['navbar']); $cyb_ttt_srch_link = ('vbphrase[user_cp]</a></td>'); $vbulletin->templatecache['navbar'] = str_replace($cyb_ttt_srch_link, $cyb_ttt_srch_link.$vbulletin->templatecache['cyb_tictactoe_link'], $vbulletin->templatecache['navbar']); ty very much for help |
#27
|
|||
|
|||
hmmm...followed instructions, not working
the skin is highly customized. i made the template changes in default (not the applicable skin template), as this "vbphrase[user_cp]</a></td>" could not be found in the customized skin template. still not showing up, however. any advisement? thanks edit* got it through now there are javascript errors |
#28
|
|||
|
|||
No works in Firefox
|
#29
|
|||
|
|||
doesn't work for me in firefox either
|
#30
|
||||
|
||||
works fine in firefox here
one problem i have however. i want to use this but i have a modified template. ie; my navbar is located in my header. But all links are images. so how would i go about making the image open the game. i have added $cyb_tictactoe on forumhome but how do i link to it. You seem to use $cyb_tictactoe_link however it's not possible to use this inside <a href="link">image code</a> is there a work around? *EDIT* Sorry really should start to look for myself first before asking. Anyway sorted this problem by simply looking. If anyone else needs this info then simply use HTML Code:
<a href="#cttt" onclick="return toggle_collapse('cyb_fh_ttt')">image code</a> |
#31
|
||||
|
||||
hmmm ok this above lets me open the tic-tac-toe box but when i click in one of the boxes to play the game it says "Choose an empty field"
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|