How can I turn off new topic alert?

Hi how can i do that ?
With CSS or in admin settings ?

#list-area .show-more .alert {
    display: none;
}

Is that true ?

I think this should work

#list-area .show-more {
    display: none;
}
2 Likes

I think they both work, but I preferred to use the codes you gave.
Thank you :heart:

Why would you want to do this?

It’s a really nice way of pulling in updates without having to refresh the screen.

3 Likes

It’s nice, yes, but my forum site is an mmorpg forum.
I do not want members to receive notifications of issues that do not interest them.

But what if the update is to a topic they are interested in?

2 Likes

There is a Latest category, they can look from there.
In the future, I can activate this as if it were a new update of the site.
It would be a different innovation for the members and attract attention.

I think I wrote too long :slight_smile:

This filter Topic List will not update unless you refresh the browser page or click the home logo.

And without this notification you won’t know if you need to or not. :man_shrugging:

So you are just going to have more users refreshing your website pointlessly and using more resources than they would otherwise need to in the hope there is an update where there may be none.

5 Likes

yea honestly the logic of hiding this doesn’t really make sense, unless you can provide the use case of why users should not be notified of new topics without having to reload to find out if they exist?

5 Likes

I decided not to remove the feature because of your pressure. :grin:

1 Like

Don’t let us bully you, but I think it makes sense to consider the potential unwanted effects :slight_smile:

2 Likes