PDA

View Full Version : Header does not show


larrymacg
06-03-2015, 03:48 PM
We just upgraded to vb 4. We took the default VB 4 style and changed the colors and saved our own style without any other modifications. They style changes show just fine, but the header is empty - shows nothing, no login, no logo, no nothing.

I did a view source in a browser - and this is the only thing there;

<!-- END TEMPLATE: headinclude -->
<title>title here</title>
<script type="text/javascript" src="clientscript/vbulletin_read_marker.js?v=422"></script>

<link rel="stylesheet" type="text/css" href="css.php?styleid=6&amp;langid=1&amp;d=1433352564&amp;td=ltr&amp;she et=forumbits.css,forumhome.css,options.css" />

<!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="css.php?styleid=6&amp;langid=1&amp;d=1433352564&amp;td=ltr&amp;she et=forumbits-ie.css,options-ie.css" /><![endif]-->

<!-- BEGIN TEMPLATE: headinclude_bottom -->
<link rel="stylesheet" type="text/css" href="css.php?styleid=6&amp;langid=1&amp;d=1433352564&amp;td=ltr&amp;she et=additional.css" />

<!-- END TEMPLATE: headinclude_bottom -->
</head>
<body>

<!-- BEGIN TEMPLATE: header -->

<!-- END TEMPLATE: header -->

<!-- BEGIN TEMPLATE: navbar -->


I know I'm missing something obvious here. Can someone please tell me how to get our header to display?

Lynne
06-04-2015, 03:32 PM
And what is in your header template? Is it default or modified?