The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Notification in toolbar: revert list and group topic

2 posters

Go down

Notification in toolbar: revert list and group topic Empty Notification in toolbar: revert list and group topic

Post by WyvernNE 24/3/2015, 02:42

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:
 
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!
WyvernNE
WyvernNE
Forumember

Posts : 27
Reputation : 4
Language : French, english

http://foxtrottx3.forumgratuit.ch/

Back to top Go down

Notification in toolbar: revert list and group topic Empty Re: Notification in toolbar: revert list and group topic

Post by SophieDophs 24/3/2015, 13:17

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!
SophieDophs
SophieDophs
Forumember

Female Posts : 375
Reputation : 3
Language : English

Back to top Go down

Notification in toolbar: revert list and group topic Empty Re: Notification in toolbar: revert list and group topic

Post by WyvernNE 31/3/2015, 02:36

Up
WyvernNE
WyvernNE
Forumember

Posts : 27
Reputation : 4
Language : French, english

http://foxtrottx3.forumgratuit.ch/

Back to top Go down

Notification in toolbar: revert list and group topic Empty Re: Notification in toolbar: revert list and group topic

Post by WyvernNE 8/4/2015, 08:05

Up
WyvernNE
WyvernNE
Forumember

Posts : 27
Reputation : 4
Language : French, english

http://foxtrottx3.forumgratuit.ch/

Back to top Go down

Notification in toolbar: revert list and group topic Empty Re: Notification in toolbar: revert list and group topic

Post by WyvernNE 12/4/2015, 17:30

Up
WyvernNE
WyvernNE
Forumember

Posts : 27
Reputation : 4
Language : French, english

http://foxtrottx3.forumgratuit.ch/

Back to top Go down

Notification in toolbar: revert list and group topic Empty Re: Notification in toolbar: revert list and group topic

Post by WyvernNE 15/4/2015, 12:12

up
WyvernNE
WyvernNE
Forumember

Posts : 27
Reputation : 4
Language : French, english

http://foxtrottx3.forumgratuit.ch/

Back to top Go down

Notification in toolbar: revert list and group topic Empty Re: Notification in toolbar: revert list and group topic

Post by WyvernNE 17/4/2015, 09:32

up
WyvernNE
WyvernNE
Forumember

Posts : 27
Reputation : 4
Language : French, english

http://foxtrottx3.forumgratuit.ch/

Back to top Go down

Notification in toolbar: revert list and group topic Empty Re: Notification in toolbar: revert list and group topic

Post by WyvernNE 19/4/2015, 09:58

up
WyvernNE
WyvernNE
Forumember

Posts : 27
Reputation : 4
Language : French, english

http://foxtrottx3.forumgratuit.ch/

Back to top Go down

Notification in toolbar: revert list and group topic Empty Re: Notification in toolbar: revert list and group topic

Post by WyvernNE 21/4/2015, 08:01

Bump
WyvernNE
WyvernNE
Forumember

Posts : 27
Reputation : 4
Language : French, english

http://foxtrottx3.forumgratuit.ch/

Back to top Go down

Notification in toolbar: revert list and group topic Empty Re: Notification in toolbar: revert list and group topic

Post by WyvernNE 29/4/2015, 12:18

Bump
WyvernNE
WyvernNE
Forumember

Posts : 27
Reputation : 4
Language : French, english

http://foxtrottx3.forumgratuit.ch/

Back to top Go down

Notification in toolbar: revert list and group topic Empty Re: Notification in toolbar: revert list and group topic

Post by WyvernNE 6/5/2015, 15:33

Bump
WyvernNE
WyvernNE
Forumember

Posts : 27
Reputation : 4
Language : French, english

http://foxtrottx3.forumgratuit.ch/

Back to top Go down

Notification in toolbar: revert list and group topic Empty Re: Notification in toolbar: revert list and group topic

Post by WyvernNE 12/5/2015, 17:24

Bump
WyvernNE
WyvernNE
Forumember

Posts : 27
Reputation : 4
Language : French, english

http://foxtrottx3.forumgratuit.ch/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum