Quote:
Originally Posted by Lynne
You would have to actually edit the navbar itself. That part is called the breadcrumbs. If you remove it in the navbar, it will be removed everywhere that you use that style (like in the forums and threads also).
Please see this article on how to find stylevars - HOW TO Find what Stylevar you need to edit
You'll have to look at your shoutbox page and find out what THIS_SCRIPT is defined as. I have no idea and can't help with that since I don't have the mod.
|
Heres my current code if this helps mate?
Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
<title>{vb:raw vboptions.bbtitle} Shoutbox</title>
{vb:raw headinclude}
{vb:raw template_hook.headinclude}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div id="pagetitle">
<h1>{vb:raw pagetitle}</h1>
</div>
<!--SHOUTBOX-->
{vb:raw footer}
</body>
</html>