The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
ISketch on your forum <Now works for everyone> Details »» | |||||||||||||||||||||||||||
ISketch on your forum <Now works for everyone>
Developer Last Online: Dec 2009
This simply puts the very cool online pictionary Isketch (www.isketch.net) on your board. It is much easier to make a contest out of it, group together as a community in a room, Or just simply play it from your board! Might even boost registrations a little bit . I do plan on adding a simple shoutbox for added communication. It also includes a feature*OPTIONAL* that if they are on the page, it will display "Playing Isketch" on /online.php.
PLEASE CLICK INSTALL IF YOU USE THIS! Support will only be given to users who click install, and will only be given in this thread. Version history 1.0- Initial Release 1.1- Fixed bug disabled logging in. 2.0 Now should be fixed for everyone, added suggestion in the thread, Show Your Support
|
Comments |
#52
|
|||
|
|||
|
#53
|
|||
|
|||
Are you sure you completely updated it akulion?
|
#54
|
|||
|
|||
I just took a look at your source code, and you did not make the required template fix. Please do so and come back.
|
#55
|
|||
|
|||
Also receiving the Unable To Connect error but can login fine from isketch.net. Any fix yet?
|
#56
|
|||
|
|||
I'm getting a "connection error. Please check your network settings or try again later" message - not the same as the other error I was getting before I put the fix in.
|
#57
|
|||
|
|||
Try it again, I tried logging in on the other day and there was a server error also. It was most likely the server as I went through their main website.
|
#58
|
|||
|
|||
Doesn't look like it - same error from the forum and I can log into the main website ok.
Thanks for any help, though, I appreciate it. |
#59
|
|||
|
|||
I got the same error when attempting to log in directly through the source url you've got in the template ( http://88.198.9.81/isketch/iSketch392g.dcr ). I see from isketch's own site that the stuff in the template is the same code they use to call the game, so it does look like their site isn't too happy with outside connections.
To work around this, I just replaced your code in the isketch tempate with an iframe: Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> $headinclude <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_iSketch]</phrase></title> </head> <body> $header $navbar <if condition="$show['guest']"> <table width="100%" border="0" cellpadding="3" cellspacing="0"> <tr> <td class="tcat">No Permissions<td> </tr> <tr> <td>Please <a href="/register.php">Register</a> on $vboptions[bbtitle] to play Isketch.</td> </tr> </table> </if> <if condition="$show['member']"> <div align="center"><iframe src="http://www.isketch.net/isketch.shtml" scrolling="no" width="730" height="430"></iframe></div> </if> $forumbits <tbody> </tbody> </table> $footer </body> </html> <center>Copyright ? Isketch</center> |
#60
|
|||
|
|||
^^ That iFrame thing worked.
is there any downside to using this method instead of the original? (aside from the fact that it works and the original doesn't) I just installed it at my forum http://www.photochopz.com/forum/ |
#61
|
|||
|
|||
Quote:
Edit: What would be nice would be if we could have a page refresh in the background so that people playing isketch are updated properly on Who's Online. I'm trying to figure out a way to do this now, so hopefully I can find something. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|