Web Analytics

potential notification bug #

666
Member
Lid geworden: 2025-02-18 16:59:50
2025-02-22 20:51:11

hiiiiiiiiiiiiiiiii

 

so the first bug i think ive noticed is in relation to site activity notifs

basically its showing me a collective bulk dump of notifs all at once

which might be a bit of karma for shittin the site up a bit initially with steph but lol anyway

ive specifically set it at no site notifs, both via the webpage and in mozilla's settings

and its still goin on

the stuff disappears from the left hand push notif panel (toast something in the css, i think)

but yea figured id mention it :P

xoxoxo

BeautifulMonster
Beheerder
Lid geworden: 2021-02-04 20:28:48
2025-02-23 10:18:42

Oh yes! this is a bug several users have mentioned and thank you for posting it in the feedback forum 👍

This will be in the fix with the next code update. But the work around as of now is to delete site's cookies and clear your browser cache

666
Member
Lid geworden: 2025-02-18 16:59:50
2025-02-23 12:16:29

i did that prior to your reply, setting it to private mode only, clearing cache and cookies and it was still going on for ages and about an hour later, following another cache cookies and this time data purge, it worked :p

then i finally saw your reply here :3

666
Member
Lid geworden: 2025-02-18 16:59:50
2025-02-26 21:15:30

That notification bug really is annoying as all hell, so I started using the debugger in Firefox and I'm fairly certain it relates to lines 145-153 on heyfreaks.com -> includes/assets/js/core -> JS user.js


// noty notification
function noty_notification(image, message, url) {
  let toast = $(render_template('#toast-notification', { 'image': image, 'message': message, 'url': url }));
  $('.toast-container').append(toast);
  toast.toast('show');
  $(toast).on('hide.bs.toast', function () {
    $(this).remove();
  });
}

Can you please please PLEASEEEEEEEEEEE alter that so it's disabled by default

or even just delete it entirely

it is this section of code that calls the notifications omg

ty <33333

666
Member
Lid geworden: 2025-02-18 16:59:50
2025-02-26 21:21:57

Kinda hungry now.  I quite fancy some TOAST.  :p