MyBB Community Forums

Full Version: [Solved]Pm Bar Not Working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am on mybb 1.6 using the 1.4 theme BlackBB 2.0.

The pm alert is the only thing that fails to work.
global_unreadreports and the rest work fine.
The only other problem I am having with this there is the thread prefixes not working.

This is what I have but it fails to work at all.
<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 />

Can I get some pointers on what I'm doing wrong?
revert it. you'll have to revert 1.4 themes or most of the layout/buttons/other things refuse to work properly. for example, i created a custom theme when i had 1.4 and when I upgraded to 1.6, the Usercp got messed up ( dual navigation panes and textboxes).
Can you define how it doesn't work...?? Just doesn't show up?? What??
(2010-09-04, 06:58 AM)mugen Wrote: [ -> ]revert it. you'll have to revert 1.4 themes or most of the layout/buttons/other things refuse to work properly. for example, i created a custom theme when i had 1.4 and when I upgraded to 1.6, the Usercp got messed up ( dual navigation panes and textboxes).
No I've done to much custom modding and would lose to much work

(2010-09-04, 11:26 AM)MattRogowski Wrote: [ -> ]Can you define how it doesn't work...?? Just doesn't show up?? What??

Just nothing it's like the pm was never sent at all.
Is it set to show in your User CP Options?? Is {$pm_notice} in your header template??
(2010-09-04, 01:41 PM)MattRogowski Wrote: [ -> ]Is it set to show in your User CP Options?? Is {$pm_notice} in your header template??

Yes it set to show.

{$pm_notice} was not in there. Works great now. Thank you very much for the help.



One more thing my theme won't show thread prefixes any idea what might be causing this?
If it's a 1.4 theme it's not got the code in it for the 1.6 features. No new 1.6 features are going to be showing on your forum. Go to ACP > Templates & Style > Templates > Find Updated Templates > go through each template; if you've made too many edits to revert templates to default, you've got no choice but to go > Options > Diff Report > see what code's been added for 1.6 features, and make the changes manually to your templates. For prefixes you'll need the forumdisplay_thread and showthread template, but there's many other template changes for 1.6 too.
forumdisplay_announcements_announcement  	
forumdisplay_thread 	
forumdisplay_threadlist 	
memberlist 	
memberlist_user 	
portal_announcement 	
postbit 	
postbit_classic 	
showthread

Are the ones that showed up on the updated templates.. So do I need to hit revert?
Went ahead and did it works great thanks for all of your help.