View Full Version : Add-On Releases - -:[GAME]:- xTreme Dices 2009
Coroner
02-09-2009, 10:00 PM
What is it ?
It's a game for your forums. You know the game YAHTZEE, it's simular the same.
I worte this game a few year ago under another Name for vB 2.3 and 3.0. @smoker does the th vB 3.5 version. But now it's time to bring it out to all peoples who like it for vB 3.7 and 3.8.
Features:
uses AJAX (mostly in the complete game)
Challenge Mode
xTreme Version (see Rules in game)
PM and/or eMail Notification
Have Fun :D
loovie
02-10-2009, 06:16 PM
Thank you... it works fine on my vb 3.8.1!
jlew24asu
02-10-2009, 06:25 PM
interesting, will give this a look, thanks
Reycer
03-04-2009, 09:48 PM
worked fine for a while now, the dice flash looks like a snippet of my logo, take a look:
https://vborg.vbsupport.ru/attachment.php?attachmentid=95892&stc=1&d=1236210072
Coroner
03-05-2009, 05:01 AM
This is an iFrame and the template that will load is called: dices_frame
Normaly the header is in $header - then comes $navbar.
I think your header is inside $headinclude (an $headinclude is used for the css eg.)
cheers
Coroner
RamisK
03-05-2009, 06:48 AM
very usefull. thanks
Reycer
03-05-2009, 08:47 AM
This is an iFrame and the template that will load is called: dices_frame
Normaly the header is in $header - then comes $navbar.
I think your header is inside $headinclude (an $headinclude is used for the css eg.)
cheers
Coroner
So how do I fix it?
Coroner
03-05-2009, 09:14 AM
Place your header-image in the header and not into headinclude
Reycer
03-06-2009, 12:08 AM
Place your header-image in the header and not into headinclude
I changed nothing. The game was working fine for a while and then quit and started doing this.....
My header image IS in the header, and IS NOT in headerinclude.
Reycer
03-22-2009, 10:35 PM
well...someone tell me what I'm doing wrong, or what I need to change
here is the headerinclude:
<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" />
<meta name="generator" content="vBulletin $vboptions[templateversion]" />
<if condition="$show['threadinfo']">
<meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]" />
<else /><if condition="$show['foruminfo']">
<meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />
<else />
<meta name="keywords" content="$vboptions[keywords]" />
<meta name="description" content="$vboptions[description]" />
</if></if>
<!-- CSS Stylesheet -->
$style[css]
<if condition="is_browser('opera') AND !is_browser('opera', '8.0.1')">
<style type="text/css" id="vbulletin_opera8fix_css">
ul, ol { padding-$stylevar[left]:20px; }
</style>
</if>
<if condition="$show['editor_css']">
$editor_css
</if>
<!-- / CSS Stylesheet -->
<link rel="stylesheet" href="clientscript/dhtmlwindow.css" type="text/css" />
<script type="text/javascript" src="clientscript/dhtmlwindow.js"></script>
<script type="text/javascript" src="$stylevar[yuipath]/yahoo-dom-event/yahoo-dom-event.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript" src="$stylevar[yuipath]/connection/connection-min.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "$session[sessionurl_js]";
var SECURITYTOKEN = "$bbuserinfo[securitytoken]";
var IMGDIR_MISC = "$stylevar[imgdir_misc]";
var vb_disable_ajax = parseInt("$vboptions[disable_ajax]", 10);
// -->
</script>
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=$vboptions[simpleversion]"></script>
<if condition="$show['popups']"><script type="text/javascript" src="clientscript/vbulletin_menu.js?v=$vboptions[simpleversion]"></script></if>
<if condition="$vboptions['externalrss']">
<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] RSS Feed" href="external.php?type=RSS2" />
<if condition="$show['foruminfo'] OR $show['threadinfo']">
<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - $foruminfo[title_clean] - RSS Feed" href="external.php?type=RSS2&forumids=$foruminfo[forumid]" />
</if>
</if>
And here is the Header:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.