Notification in toolbar: revert list and group topic
2 posters
Page 1 of 1
Notification in toolbar: revert list and group topic
Hi forumotion!
I've two requests:
-Can we revert the order of the notification list? I mean, the most recent notification we have is at the bottom of the list and i'd like to see it at the top.
-I have this code to only display 1 topic at a time: if two people reply in the topic, only one notification will be displayed. Unfortunately, it only work on the notification page, and i wonder if you could make it work on the toolbar.
The code:
Thanks for your attention!
I've two requests:
-Can we revert the order of the notification list? I mean, the most recent notification we have is at the bottom of the list and i'd like to see it at the top.
-I have this code to only display 1 topic at a time: if two people reply in the topic, only one notification will be displayed. Unfortunately, it only work on the notification page, and i wonder if you could make it work on the toolbar.
The code:
- Code:
location.pathname=="/profile" && location.search.indexOf("page_profil=notifications")!=-1 && $(function(){
var seen = {};
$('.table1 td:first-child,td.gen:first-child,.ipbtable td:first-child,.tcr .postdetails').each(function(){
var a = $(this).html();
var c = a.match(/^(.*) a écrit un message dans (<a href="\/t([0-9]+)(p[0-9]+)?-([^#?"]*)[^"]+">)[^<]+<\/a>$/);
if(!c) return;
if(c[3] in seen) $(this).closest('tr').remove();
else seen[c[3]] = 1;
});
});
Thanks for your attention!
Re: Notification in toolbar: revert list and group topic
Actually, I was thinking of the same thing myself today!
The latest topic at the top is much better, or at least having an option in the ACP to control this would be even better!
The latest topic at the top is much better, or at least having an option in the ACP to control this would be even better!
SophieDophs- Forumember
- Posts : 375
Reputation : 3
Language : English
Similar topics
» Chatbox in toolbar not displaying notification number
» How to make Notification drop down without using Forumotion toolbar?
» not access to topic by group member depend on topic icon.
» Replacing "in a watched topic" with the topic's name in the toolbar
» How to remove some stuff from the group list apperance
» How to make Notification drop down without using Forumotion toolbar?
» not access to topic by group member depend on topic icon.
» Replacing "in a watched topic" with the topic's name in the toolbar
» How to remove some stuff from the group list apperance
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum