pm and topic notification in menu
2 posters
Page 1 of 1
pm and topic notification in menu
Hello! I know the toolbar functions with some notification, but i wanted to hear if those notifications could be moved to pop up in the bottom of the page, without the toolbar. And that the count for how many new PM's and posts in a topic, that you haven't checked can be shown in the menu?
Completly as if you got a new PM, and it says : you have 2 new messages (
Completly as if you got a new PM, and it says : you have 2 new messages (
Re: pm and topic notification in menu
Hey,
there is a way to do it, just use this script in overall_header ( template )
and use this CSS to hide the toolbar
best regards,
there is a way to do it, just use this script in overall_header ( template )
- Code:
<script>$("#notif_unread").clone().prependTo("YOU CLASS");</script>
and use this CSS to hide the toolbar
- Code:
div#fa_toolbar,div#fa_toolbar_hidden{display:none!important}
best regards,
Re: pm and topic notification in menu
But does this just show the pop up box: "hey you've got an new pm!".. or something along those lines, in the top right corner?
EDIT:: What i wanted, was the icons to either change color, or have a (#) beside them that counts how many messages/answers to their topics they've gotten. or maybe both if possible (:
EDIT:: What i wanted, was the icons to either change color, or have a (#) beside them that counts how many messages/answers to their topics they've gotten. or maybe both if possible (:
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum