mw54finest
|
PM's In Toolbar by yomamathecableguyThis places the number of PM's you have in the toolbar next to Inbox.
http://userscripts.org/scripts/show/28486
|
mw54finest
|
Added screenshot
|
RickeyHelsel
|
ChangesWith Bort adding the Marketplace tab on the toolbar your inbox messages now appear next to the forum tab... is there a fix for this?
|
RickeyHelsel
|
FixedI got it:
Old code:
| Code: | var newmsgfinal=newmsg1[0]
var container=getElementsByClassName('toolbar_item',document)[4]
container.innerHTML = container.innerHTML + newmsgfinal |
New code:
| Code: | var newmsgfinal=newmsg1[0]
var container=getElementsByClassName('toolbar_item',document)[5]
container.innerHTML = container.innerHTML + newmsgfinal |
|
mw54finest
|
Also modified version here: http://glbscripts.myfreeforum.org/sutra648.php
|
IggyWH
|
Could someone modify this for the new layout? I don't really care where the notification is, just as long as I don't have to keep going back to the homepage to see if I have any PM's!
Thank you
|
pabst
|
| IggyWH wrote: | Could someone modify this for the new layout? I don't really care where the notification is, just as long as I don't have to keep going back to the homepage to see if I have any PM's!
Thank you |
Already been done: http://userscripts.org/scripts/show/39100
|
IggyWH
|
Thanks man, I missed it. I could have used this a LONG time ago
|
keithj
|
Any way to get Alerts up there somewhere too?
|
|
|