• OzzModz is no longer taking registrations. All registrations are being redirected to Snog's Site
    All addons and support is available there now.

Advice Please

How is it supposed to look? Perhaps some screenshots of it in a unmodified default style.
 
if you use the style selector and choose 'Swans Home' you can see how its following the style of the theme correctly with the background etc
 
unfortunately not, strange how it blends in perfect with the swans home style but not the new one and both are for 4.2.2
 
Every other tab on the new style shows correctly, so that leads me to believe it is a issue with the html of the mod it's self. I would ask Dartho and see what he says, and point out that all other mods are displaying correctly.

We will wait and see what he says, hopefully he will look into it, and just not dismiss it as a issue with the style.
 
Thanks Ozzy

PHP:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<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 -->
	<title>{vb:raw vboptions.bbtitle} - {vb:raw title}</title>
	{vb:raw headinclude}

</head>
<body>

{vb:raw header}
{vb:raw navbar}
<vb:if condition="$bbuserinfo[userid]!=0">{vb:raw vbookieheader}
<!-- small space -->
<span class="smallfont"><br /> 
</span></vb:if>
{vb:raw vbookiebody}

<div class="smallfont" style="text-align: center"><br /><i><b>vBookie</b></i> {vb:raw vbookie_version}<br />Copyright 2004 Daren "Rico" Chandisingh<br />A <a href="http://www.respawned.co.uk/vbookie/" target="_blank">Respawned!</a> production.
</div>

{vb:raw footer}
</body>
</html>

This is the code of the VBOOKIE template is there something in here that can be added/changed?
 
At a quick glance, nothing seems out of place, but I suspect the issues lie in the {vb:raw vbookiebody}
 
Well I had a fiddle and then got back to fixing my problem, and with a little advice from bluepearl problem resolved.

If anyone has similar issues then copy the full additional.css template to the bottom of your vbulletin.css template
 
Back
Top