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.

Make Notifications on Toolbar Descending

3 posters

Go down

In progress Make Notifications on Toolbar Descending

Post by Chromo Sat 23 Apr - 4:02

Is there a way to do that? Like make the notifications on toolbar descending, instead of ascending?

Sort it out from new > old, new ones on top, old ones on bottom. Peoples are probably used to that than of the ascending order. Forums, latest topics widget, it's all on descending order so might as well the notifications on toolbar.
Chromo
Chromo
Forumember

Male Posts : 122
Reputation : 19
Language : said the Captain

Back to top Go down

In progress Re: Make Notifications on Toolbar Descending

Post by Chromo Tue 26 Apr - 20:36

Bump.
Chromo
Chromo
Forumember

Male Posts : 122
Reputation : 19
Language : said the Captain

Back to top Go down

In progress Re: Make Notifications on Toolbar Descending

Post by Chromo Tue 3 May - 9:57

Bumpy
Chromo
Chromo
Forumember

Male Posts : 122
Reputation : 19
Language : said the Captain

Back to top Go down

In progress Re: Make Notifications on Toolbar Descending

Post by Chromo Fri 6 May - 4:49

Dumpy, uh bump.
Chromo
Chromo
Forumember

Male Posts : 122
Reputation : 19
Language : said the Captain

Back to top Go down

In progress Re: Make Notifications on Toolbar Descending

Post by Chromo Tue 10 May - 8:06

Hey bump.
Chromo
Chromo
Forumember

Male Posts : 122
Reputation : 19
Language : said the Captain

Back to top Go down

In progress Re: Make Notifications on Toolbar Descending

Post by Ape Tue 10 May - 14:52

No sorry this data is server side and as far as i know you can not change this Sad


Make Notifications on Toolbar Descending Left1212Make Notifications on Toolbar Descending Center11Make Notifications on Toolbar Descending Right112
Make Notifications on Toolbar Descending Ape_b110
Make Notifications on Toolbar Descending Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19122
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: Make Notifications on Toolbar Descending

Post by LGforum Thu 12 May - 17:45

I think this would be possible if you just modify the function which adds notifications. I've not really tried this but I'd guess something like this could work:

Code:
$(function(){
  window._oldAddItem = window._addItem;
  window._addItem = function(i, data) {
      _oldAddItem(i, data);
      var notif = $('#n' + data.text.id);
      if(notif[0]) {
          $('#notif_list').prepend(notif[0]);
      }
  };
});

Basically that changes the function that adds notifications, so that after it has added the notification the new notification is then moved to the top... This should essentially mean that the most recently added notification will be at the top.

Hope this works for ya!
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Simone Boi likes this post

Back to top Go down

Back to top

- Similar topics

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