MyBB Community Forums

Full Version: Banner alert on new PM's
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2009-03-03, 05:16 PM)MattRogowski Wrote: [ -> ]You have more code missing that just that. View a diff report on the template to see what you're missing. The end should be:

{$welcomeblock}
			</div>
		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
			<br />

You have:

{$welcomeblock}	 {$bannedwarning}	 {$bbclosedwarning}	 {$unreadreports}	 <br class="clear" />

Unless this isn't even the default theme??

I listened to what you said and yes i am using the same theme he is but when i do this it changes the code to &nbsp;</div>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<hr class="hidden" />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br class="clear" />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<div id="content">

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$pm_notice}

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$bannedwarning}

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$bbclosedwarning}

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$unreadreports}

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<navigation>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> when posted in header?
If you just revert it to default it'll go back to how it's meant to be, unless you have other changes to the template...
Yea there is if you look at my forum www.consoleinfo.tk your will see that there is a announcement thing. Which could be affecting it? Also i looked in the user cp the pm i forgot alert or something like that was checked here is a copy of my header template.
<div id="logo"><a
href="{$mybb->settings['bburl']}/index.php"><div
align="center"><img src="{$theme['logo']}"
alt="{$mybb->settings['bbname']}"
title="{$mybb->settings['bbname']}"
/></a></div></div>

<div id="submenu"><div
id="submenu_left"><strong><a
href="{$mybb->settings['bburl']}/portal.php">Portal</a><a
href="{$mybb->settings['bburl']}/index.php">Home</a></strong></div><div
id="submenu_right"><strong><a
href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a><a
href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a><a
href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a><a
href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></strong><br
/></div></div>

{$disablercg}<div id="container">

<a name="top" id="top"></a>

<div id="header">

<hr class="hidden" />



</div>

<hr class="hidden" />

<br class="clear" />

<div id="content">

{$welcomeblock}

{$bannedwarning}

{$bbclosedwarning}

{$unreadreports}


<br class="clear" />
{$board_messages}<br />
What 'the pm i forgot alert'...?? Undecided Do you mean the 'Alert me with a notice when I receive a Private Message' setting...?? Make a test account, send a PM to it and post the login details here...
Not much happened
well here i will just send you a pm and can you help me directly cus i got a testadmin account?
Ok then.
if you need the link again it is www.consoleinfo.tk
Weird, the code's there, but it doesn't show... even when the template is MyBB default it doesn't show... not sure if the fact the forum is in an iframe could have an effect or not.
Huh i don't get half that but huh. Thanks for trying i guess.
Pages: 1 2