MyBB Community Forums

Full Version: Random letter stuck on every page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,

On every page I am getting the letter "v" show up, I don't know why and I've briefly searched templates to look for it, but I can't find.

The site is: http://thediscussionzone.com

Can anyone suggest how to fix this please?

Regards,
George.
Appears to be in the header template just before the Google ads code.
If you are using a plugin to add the ads, check the plugin settings (where you placed the google code).
You have this added before it:
<br />v
Ok, I have Labroccas google ads mod installed so i dont know where to find that, i looked in header and couldn'/t see it.
Look in configuration > my ad manager.
Check the block where the google code is added.
(2010-05-15, 01:16 PM)x-Treme Wrote: [ -> ]Look in configuration > my ad manager.
Check the block where the google code is added.

Not there, where to look now?

<script type="text/javascript"><!--
google_ad_client = "pub-4396547627159033";
/* 728x90, created 4/7/10 */
google_ad_slot = "4631074519";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


That's the ads code if your wondering.
Can you paste your header template here??
<div id="container">
		<a name="top" id="top"></a>	
		<div id="header">
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
			<div class="menu">
				<ul><div align="center">
					<li><a href="{$mybb->settings['bburl']}/index.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/home.png" alt="" title="" />Home</a></li>
                                        <li><a href="{$mybb->settings['bburl']}/upgrade.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/upgrade.png" alt="" title="" />Upgrade</a></li>
                                        <li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.png" alt="" title="" />Member List</a></li>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.png" alt="" title="" />{$lang->toplinks_search}</a></li>
                                        <li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.png" alt="" title="" />{$lang->toplinks_help}</a></li>
					<li><a href="{$mybb->settings['bburl']}/contact.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/contact.png" alt="" title="" />Contact</a></li>
                                        
				</div></ul>
			</div>
			<hr class="hidden" />
			<div id="panel">
				{$welcomeblock}
			</div>
		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
			<br />v
and it's not in the header template below <navigation>?
At the bottom..

<br />v

...
Pages: 1 2