MyBB Community Forums

Full Version: new pm bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone give me all the default new pm bar stuff. CSS, templates and stuff. Mine's totally screwed.

Or is it a language variable?? Well which one then??
Anyway, if possible give me the templates and stuff as well, who knows.
Template:

<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 />

CSS:

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

There was also a change to a language file in 1.4.8, global.lang.php, and if that isn't updated on your forum, the text and link will break in the notice bar; it sounds like this is what's affecting you. If you're using a language pack, make sure it's been updated to 1.4.8.
Yes that's the problem.
Thanks for letting me know.
Will take care of it tomorrow.

EDIT: how can I manually "update it"? It was an available one here on the community, but I changed some text to custom translations. I don't want to lose that.