MyBB Community Forums

Full Version: [Solved] PM notification issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
When I (also brought up by another member) receive a PM notification it looks like this:

You have one unread private message from member.php?action=profile&uid=1 titled 37

And if I click on it; it says invalid PM.

What would cause that?
Upload a copy of ./inc/languages/english/global.lang.php from a fresh download.
(2009-12-30, 01:49 AM)MattRogowski Wrote: [ -> ]Upload a copy of ./inc/languages/english/global.lang.php from a fresh download.

Didn't help.
Any more ideas?
Can you post the HTML that is generated by this template (in the source if you have enabled template commenting you should see
<!-- start: global_pm_alert -->
the html here
<!-- end: global_pm_alert -->
)

Also post the contents of the template "global_pm_alert" from the template manager.
Not sure what you meant by the first part but here's the contents of "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->dismis_notice}" onclick="return MyBB.dismissPMNotice()"><img src="{$theme['imgdir']}/dismiss_notice.gif" alt="{$lang->dismis_notice}" title="[x]" /></a></div>
	<div>{$privatemessage_text}</div>
</div><br />
For the first bit he means the source code of the page.
Oh okay. Not to sound like an idiot but what directory is it in?
It's the browser source code... Undecided Assuming you use Firefox, View > Page Source...
(2009-12-30, 05:04 PM)MattRogowski Wrote: [ -> ]It's the browser source code... Undecided Assuming you use Firefox, View > Page Source...

But the browser source for that template, which page am I looking for the source of?
Well any page it shows on, we just need to know exactly what HTML is being sent to the browser.
Pages: 1 2