Quote:
Originally Posted by Lynne
I suppose you could, but you'll have to edit your template. To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
|
Hi Lynne.
My apologies, I'm understanding what you told me but I'm not understanding why you told me and how this would get rid of the aboutus text?
I've create a template called, "custom_aboutus".
If I were viewing this in firebug, I could see that the line for the aboutus text is this:
Code:
<span>aboutus</span>
This is what the code looks like.
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}</title>
{vb:raw headinclude}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div id="pagetitle">
<h1>{vb:raw pagetitle}</h1>
</div>
<h2 class="blockhead">About Us</h2>
<div class="blockbody">
<div class="blockrow">
Test here
</div>
</div>
{vb:raw footer}
</body>
</html>
I thought maybe getting rid of this...
would do it but that removes my entire menu.
Thanks