Has any one integrated this within ibProArcade v2.6.5+ ?
I have tried inserting it into the ARCADE template but it just doesnt display
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_vbulletin]</phrase></title>
</head>
<body>
$header
$navbar
$donationbar #I tried it here#
<if condition="!$bbuserinfo[userid]">
$donationbar #I tried it here#
$arcadeheader
<!-- small space -->
<span class="smallfont"><br />
</span></if>
$donationbar #I tried it here#
$maincontent
</div>
$footer
</body>
</html>
Any ideas?
Thanks
VinylJunky