A few months ago I posted this tip on how to flag new inbox messages
That thread has gotten a little messy and the tip has been updated to make it look a lot cleaner and less image reliant, so i thought I'd post a clean format here.
The idea is to give members and easier way to spot that they have unread messages in their inbox and/or friend requests waiting. I've used green because that stands out on my site but obviously you can play around with colours. Here's the result on my site:
Here is the code that you'll need for you Appearance/Advanced CSS box:
/* Inbox Alert */
.xj_messages_present .xj_count_unreadMessages {
background-color: #009900;
border: solid 1px #006600;
color: #FFFFFF;
margin-left: 2px;
padding:0 3px;
text-shadow: 1px 1px #3F3F3F;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.xj_messages_present small {
background-color: transparent;
margin-right: -30px;
}
.xj_messages_present small a{
text-decoration:none !important;
color:transparent !important;
}
/* friend request */
.xj_one_friend_request small{
background-color: #009900;
border: 1px solid #006600;
color: #FFFFFF;
margin-left: 2px;
padding: 0px 3px 1px 3px;
text-shadow: 1px 1px #3F3F3F;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.xj_one_friend_request small a{
text-decoration:none !important;
color:#ffffff;
}
There are some suggestions in the former thread that you could replace the background colours with flashing animated gifs, a good idea if you want that extra level of notification.
Enjoy
SP
Tags: Inbox notifications

Very nice idea... thanks for sharing it...
Permalink Reply by yasir bukhari on November 8, 2011 at 11:09am yups gud thnx
Permalink Reply by Eric Suesz on November 14, 2011 at 9:43am This is really nice. Well done!
Permalink Reply by Scott Bishop on November 14, 2011 at 11:46am Do you know how to change the code that you wrote above to make your green flash?

Permalink Reply by Scott Bishop on November 14, 2011 at 12:04pm Were would I embed the gif image into your code?

Permalink Reply by Scott Bishop on November 14, 2011 at 12:37pm Thanks SweetPotato, sorry for being so pesty :)

Permalink Reply by Michael Thompson on November 15, 2011 at 2:43pm Sweetpotato,
This is a great tip. On my network, I changed Alerts to Comments. When you click on comments it takes you to your comment wall (on your member profile). I was wondering if a similar alert could be created (for # of new comments on a users profile wall) like the inbox and message alerts code in this tip.

Permalink Reply by Michael Thompson on November 15, 2011 at 3:16pm Yes, I haven't seen anything in alerts. It seems like a wasted area. At least with comments, we might get some use out of that space. I got the tip to change alert to comments at TJ's jqueryhelp site (TJ labeled it: My Comment Wall): http://jqueryhelp.ning.com/forum/topics/how-to-modify-my-html-code

Chris replied to soaringeagle's discussion '3.0 feature request'
Cindy replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Cindy replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Kos replied to sho allan's discussion '[TIP-NING 3.0] Add icon in menu tabs!!'© 2013 Created by Ning.
