Notification in toolbar: revert list and group topic Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
2 posters

    Notification in toolbar: revert list and group topic

    WyvernNE
    WyvernNE
    Forumember


    Posts : 27
    Reputation : 4
    Language : French, english

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

    Post by WyvernNE March 24th 2015, 9:42 am

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


    Female Posts : 375
    Reputation : 3
    Language : English

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

    Post by SophieDophs March 24th 2015, 8:17 pm

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


    Posts : 27
    Reputation : 4
    Language : French, english

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

    Post by WyvernNE March 31st 2015, 10:36 am

    Up
    WyvernNE
    WyvernNE
    Forumember


    Posts : 27
    Reputation : 4
    Language : French, english

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

    Post by WyvernNE April 8th 2015, 3:05 pm

    Up
    WyvernNE
    WyvernNE
    Forumember


    Posts : 27
    Reputation : 4
    Language : French, english

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

    Post by WyvernNE April 13th 2015, 12:30 am

    Up
    WyvernNE
    WyvernNE
    Forumember


    Posts : 27
    Reputation : 4
    Language : French, english

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

    Post by WyvernNE April 15th 2015, 7:12 pm

    up
    WyvernNE
    WyvernNE
    Forumember


    Posts : 27
    Reputation : 4
    Language : French, english

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

    Post by WyvernNE April 17th 2015, 4:32 pm

    up
    WyvernNE
    WyvernNE
    Forumember


    Posts : 27
    Reputation : 4
    Language : French, english

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

    Post by WyvernNE April 19th 2015, 4:58 pm

    up
    WyvernNE
    WyvernNE
    Forumember


    Posts : 27
    Reputation : 4
    Language : French, english

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

    Post by WyvernNE April 21st 2015, 3:01 pm

    Bump
    WyvernNE
    WyvernNE
    Forumember


    Posts : 27
    Reputation : 4
    Language : French, english

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

    Post by WyvernNE April 29th 2015, 7:18 pm

    Bump
    WyvernNE
    WyvernNE
    Forumember


    Posts : 27
    Reputation : 4
    Language : French, english

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

    Post by WyvernNE May 6th 2015, 10:33 pm

    Bump
    WyvernNE
    WyvernNE
    Forumember


    Posts : 27
    Reputation : 4
    Language : French, english

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

    Post by WyvernNE May 13th 2015, 12:24 am

    Bump