MyBB Community Forums

Full Version: PM alert not showing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I added my flash logo to the Header Template so its our new logo.
The trouble is, now that i have no one gets the Post Message Alert now at the top of the board so then know they have a message waiting.

If i revert back to the original template, the alert is back ok.

Can someone please tell me whats missing and where to add it?

Here's the template i use
Template Sets ยป Default Templates - Header Templates / header

<a name="top" id="top"></a>
    <div id="container">
        <div id="header">
            <div class="logo"><a <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="400" height="140">
  <param name="movie" value="http://www.et-buzz.com/community/logo.swf">
  <param name="quality" value="high">
  <embed src="http://www.et-buzz.com/community/logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="140"></embed>
</object>
                    <div class="menu">
                <ul>
                    <li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" />{$lang->toplinks_memberlist}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" />{$lang->toplinks_calendar}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" />{$lang->toplinks_help}</a></li>
                </ul>
            </div>
            <hr class="hidden" />
            <div id="panel">
                {$welcomeblock}
            </div>
        </div>
        <hr class="hidden" />
        <br class="clear" />
        <div id="content">
            {$bannedwarning}
            {$bbclosedwarning}
            {$unreadreports}
            {$unreadpmmsg}
            <navigation>
            <br class="clear" /><sf_shoutbox>
&nbsp;<br />

Thanks Big Grin
You should add {$pm_notice} to your header template.
Ahh, ok.. where in the code to add it?

Big thanks!!!!
Replace {$unreadpmmsg} with {$pm_notice}.
Awesome, worked... thanks again for your help
You're welcomeWink