MyBB Community Forums

Full Version: Popup Box on new PM ? (1.4)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How can I set to inactiv by default Popup Box on new PM ?
Where can I change this, please ?
The pop-up feature was removed in 1.4 and replaced with a notification bar - similar to what you see on the forum index here at the community forums.
To disable/enable that feature, it is in your User CP.
Okay thanks, as I am using vb style, the property you mentioned doesn't appear.
Is it possible to apply that property for my theme?
Do you have a template called 'global_pm_alert' under 'Global Templates'?
This code should be in that box if so:
<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 />
At least I think that's what does it..
There is not such a template under Global Templates.
For me the PM notification isn't working ... but it's activated in UserCP.
(2008-08-04, 01:04 PM)adigec Wrote: [ -> ]There is not such a template under Global Templates.
Then it's likely that your theme is not made for the 1.4 series, either use the default MyBB theme or you'll have to wait until the theme you're using now is updated. Until then you may not be able to use many of the new features.
Thank you rh1n0
Why was this feature removed? The notification bar doesn't seem to be enough.
I found it incredibly annoying, how do you find the bar to not be enough?? You can hardly miss it.
Pages: 1 2