MyBB Community Forums

Full Version: Two PM notices
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
See image.

As you can see i have two PM notices, which code to i remove?

This is the code in global_pm_alert

<div class="pm_alert" id="pm_notice">
<div class="float_right"><a href="private.php?action=dismiss_notice&amp;my_post_key={$mybb->post_code}" title="{$lang->dismiss_notice}" onclick="return MyBB.dismissPMNotice()"><img src="{$theme['imgdir']}/dismiss_notice.gif" alt="{$lang->dismiss_notice}" title="[x]" /></a></div>
	
<div>{$privatemessage_text}</div>
</div>
<br />
Open header template and find one instance of {$pm_notice} and remove.