Forums

Updated posts?

M1911 01 Apr, 2015
Testing a little bit longer now since installing this component.

1. When i click "NEW" button sometimes i don´t get a list with new posts. very irretating.
2. I really would like to have a better notification about new posts, that little, little envelope marking new posts is very easy to miss.
3. A nice feature would be if the user can change how the forum should be viewed, e.g board index or a list of new subject/posts.

Best regards
J
GreyHead 01 Apr, 2015
Hi M1911,

I use the Active button here - that seems to let me pick up New posts pretty reliably.

Bob
M1911 01 Apr, 2015
Ok. In that case, is there a way to disable the "NEW" button?
GreyHead 02 Apr, 2015
Hi J,

I have no idea if there is an option in the settings but I was able to do it here with this CSS
a[href$='new'] {
  display: none !important;
}

Bob
This topic is locked and no more replies can be posted.