No notification on main page?


Recommended Posts

Originally when the site moved to the newer version of IPB and the new theme, there was a notification icon on the main page (Index with all the news articles) that displayed any replies to your comments/posts etc.

It's not longer there for me. However, if I click on Forum and go to the main Forum index, the notification area is there.

I'm not sure if this is intentional, or if it's a bug. It's rather irritating to have to go to another page entirely to view any notifications. I hope this is just a bug. Can anyone shed some light? Have I set something incorrectly?

  • Like 1
Link to comment
https://www.neowin.net/forum/topic/1044219-no-notification-on-main-page/
Share on other sites

I don't think we ever had it on the main page. But I agree that it would be nice to have.

Hmm. It's possible it was bugged before, but it was however on the main page for a brief period when the initial switch over happened. Or at the very least, it was for me. I loved it.

Hmm. It's possible it was bugged before, but it was however on the main page for a brief period when the initial switch over happened. Or at the very least, it was for me. I loved it.

I've been begging the devs to do this since I moved from developer to moderator. Maybe I missed it when it was live.

Either way, you have my support :p

I don't think we had 'em. It probably would be nice anyway to have 'em.

Though I'm not sure how and where they'd stack up

I've been begging the devs to do this since I moved from developer to moderator. Maybe I missed it when it was live.

Either way, you have my support :p

Sure you don't wanna be a cross between the two?

I mean we can write a petition to Neobond

Then there should also be the message icon

Realistically speaking, a new message notification should pop up in...well the notification area :)

Found this image in another thread. This is what WAS on the front page:

1_notifications.png

Realistically speaking, a new message notification should pop up in...well the notification area :)

Found this image in another thread. This is what WAS on the front page:

1_notifications.png

The they'll have to omit 'Welcome'

I also suggest that if this is going to happen, message icon also gets added

The they'll have to omit 'Welcome'

I also suggest that if this is going to happen, message icon also gets added

Which would be redundant. If there is a notification icon/area, a new message notification should be in that area. No need to have 2 different notification areas.

Edit: I'm also unclear as to why they would have to omit "Welcome". It works perfectly fine on the forum index, as is.

Which would be redundant. If there is a notification icon/area, a new message notification should be in that area. No need to have 2 different notification areas.

Edit: I'm also unclear as to why they would have to omit "Welcome". It works perfectly fine on the forum index, as is.

Thats another way to look at it (Y)

I was just thinking about the picture from forum pages

Thats another way to look at it (Y)

I was just thinking about the picture from forum pages

Yeah. Basically all they need to do is take the piece of code that shows the notification on the forum index, and put it on the main site index. Assuming that piece of code is easily extracted. I rarely receive PM's, so I'm not sure if that notification area already informs you of PM's. If it does, perfect. If not, it would have to be added.

  • 3 weeks later...

I was literally about to create a topic about this. A third icon in the header containing my notifications would be great. It's also quite odd that we don't have one already, since there IS a notifications feature on the mobile forums, available from the four-squares button in the top-right of each page. This was my favourite feature about the last forum upgrade, and it was brutally taken away from us :cry:

For anyone looking for their notifications, they can be found in My Settings > Your Notifications.

I also want to call out the devs to thank them for fixing the "My Content" feature which lists the topics I've posted in, in the order that they were last updated. I missed it so much (:D), but conversely to notifications, it's easily accessible from my "user menu" in the top right, but almost completely inaccessible from the mobile version (I had to bookmark it to make it available from my Android).

We've never had notifications on main, although I agree it would be nice to have, it would mean we would need to load a bunch of extra javascripts to the main page (slowing it down).

You don't have to load a bunch of javascripts :p

Just use ajax to implant the html part from the forum page ^^ (will be around 2/5 lines of code)

We've never had notifications on main, although I agree it would be nice to have, it would mean we would need to load a bunch of extra javascripts to the main page (slowing it down).

Except, as per the image posted above....notifications WERE on the front page for a short time after the first remodel.

We've never had notifications on main, although I agree it would be nice to have, it would mean we would need to load a bunch of extra javascripts to the main page (slowing it down).

like is shown in the image on the first page, notifications were on the front page with the Atlas theme

Except, as per the image posted above....notifications WERE on the front page for a short time after the first remodel.

Nope, that was just PM alerts, and those are still on main. I will ask the devs if this is possible though.

Nope, that was just PM alerts, and those are still on main. I will ask the devs if this is possible though.

Was not only PM alerts. Maybe that's what the intention was, but I rarely ever receive PM's. It showed me whenever anyone responded to my comments in articles/forum posts.

  • Like 1

Was not only PM alerts. Maybe that's what the intention was, but I rarely ever receive PM's. It showed me whenever anyone responded to my comments in articles/forum posts.

yeah because back then the PMs and other alerts were combined in the single list before 3.2.x

yeah because back then the PMs and other alerts were combined in the single list before 3.2.x

Right. Which is why I'm unsure of why Neobond keeps saying that wasn't the case LOL.

Regardless, however the function was intended to work....it was on the front page and it showed me ALL notifications. Not just PM's. Other's experienced it too. So I'm not going insane haha.

Nope, that was just PM alerts, and those are still on main. I will ask the devs if this is possible though.

That would be great feature. when i need to check for notification i click on neowin bookmark and then to forum to see it which is an additional step.

+1 from me.

  • 4 weeks later...
This topic is now closed to further replies.
  • Posts

    • Microsoft now allows you to tweak Visual Studio to new extremes by Usama Jawad Visual Studio 2026 recently netted a powerful feature that finally allows developers to review Git Pull Requests (PRs) directly in the integrated development environment (IDE), without needing to switch to the browser. However, that's not all that Microsoft introduced in the latest version, as it also offered a useful way to customize the IDE to their heart's content. Although Visual Studio 2026 already provides lots of stock themes based on Fluent Design principles, Microsoft understands that people still want to customize them further according to their preferences. The IDE now offers a new configuration page for themes under Tools > Options > Environment > Visual Experience > Theme colors. This allows you to set hex color codes for accent colors, hover states, and more, and apply them without requiring a restart. The Redmond tech giant further says that: Microsoft is also offering granular color tokens that allow you to customize various UX elements like the tab header without impacting the rest of the shell chrome. Your themes are also stored in JSON format in %LOCALAPPDATA%\Microsoft\VisualStudio\18.0_xxxxxxxx\ColorThemes, which basically enables you to share it with others or override existing themes. This is a major improvement in terms of the user experience powering these customization capabilities. This is because extensions were required to replace the theme, and it was not very easy to make minor adjustments. This theme configuration UX solves this problem and is available in Visual Studio 2026 version 18.7, available here.
    • AnyDesk 9.7.6 by Razvan Serea AnyDesk is a fast remote desktop system and enables users to access their data, images, videos and applications from anywhere and at any time, and also to share it with others. AnyDesk is the first remote desktop software that doesn't require you to think about what you can do. CAD, video editing or simply working comfortably with an office suite for hours are just a few examples. AnyDesk is designed for modern multi-core CPUs. Most of AnyDesk's image processing is done con­currently. This way, AnyDesk can utilize up to 90% of modern CPUs. AnyDesk works across multiple platforms and operating systems: Windows, Linux, Free BSD, Mac OS, iOS and Android. Just 7 megabytes - downloaded in a glimpse, sent via email, or fired up from your USB drive, AnyDesk will turn any desktop into your desktop in se­conds. No administrative privileges or installation needed. AnyDesk 9.7.6 changelog: Fixed Bugs Added validation feedback for passwords shorter than five characters Fixed an issue in AnyDesk One Meeting where the account name was used instead of the entered username after logging out Fixed crashes related to message editing and context menu interactions Fixed issues affecting message scrolling, text formatting, typing indicators, quoted messages, and community privacy settings Prevented users from editing automated system messages Corrected download status reporting, temporary file naming, and menu overlap issues affecting the Download History and Reactions pop-ups Other Changes Added chat list grouping settings Added keyboard navigation support (Page Up, Page Down, Home, and End) for the message feed Removed Chat language options Updated translations Download: AnyDesk 9.7.6 | 8.0 MB (Free for private use, paid upgrade available) Links: AnyDesk Home Page | Other platforms | Release History | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • It's interesting to hear that AI growth is not investor driven.
    • A few weeks ago, I had this same exact issue. Unfortunately, I didn't think of disabling the Secure Boot option in BIOS. I updated my BIOS to the latest version for my MB and it resolved the issue.
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      501
    2. 2
      +Edouard
      201
    3. 3
      PsYcHoKiLLa
      127
    4. 4
      Steven P.
      80
    5. 5
      ATLien_0
      76
  • Tell a friend

    Love Neowin? Tell a friend!