MyBB Community Forums

Full Version: PM notification displayed as bar/annoucement
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

The PM notification messages displayed as bar (as a annoucement).

Basically, what can we doing that the bar does not appear as Annoucement , but rather as just in " ajax -pm - notification" top right (so we had that in the previous version MYBB) as a small box ?

[Image: 16206-1238463355-ajaxpmnotice_german.png]

Thx for an answer,
blongso
Do you want the box notification style but without the AJAX checking?
re Josh H.,
We wish only a small notification box instead of the long bar . Is this possible ? We do not need a script that monitors every few minutes . Just a small box appears to inform the user that he has a PM.

Greets,
blongso

re,

Problem solved itself ( I dare lol ) . I 've added the red lines :-)


.pm_alert {
background: #000000;
border: 2px solid #760B02;
text-align: center;
padding: 5px 20px;
margin-bottom: 15px;
font-size: 16px;
position: absolute;
width: 260px;
height: 55px;
top: 20px;
left: 950px;

}

greets,
blongso