Ticket #235 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Option for "no news"

Reported by: east@… Owned by: mbonetti
Priority: normal Milestone: Gregarius 0.5.5
Component: FEATURES Version:
Severity: normal Keywords:
Cc:

Description

When there are no unread items Gregarius currently displays all items from all feeds - it would be nice to have the option of displaying nothing on the home page when there are no unread items, or a message such as "no news" to save on loading time when one is simply checking to see if anything new has happened.

Change History

Changed 3 years ago by mbonetti

  • status changed from new to closed
  • resolution set to fixed

this is done via a "hidden" feature. Add this line to your rss_extra.php file:

define ('RSS_FRONTPAGE_NO_READ_ITEMS',true);

and you're set.

Changed 3 years ago by jazz@…

Why is'nt it available through the configuration tab? It would be easier to use it.

Changed 3 years ago by sdcosta

  • status changed from closed to reopened
  • resolution fixed deleted

Yes, somehow this feature seems to be popular. I remember a few people asking about it a while back. What do you think marco?

Changed 3 years ago by anonymous

I would also vote on this being in the config tab

Changed 3 years ago by east@…

Another option is to retain the "Shot items: unread only/read and unread" box if there are no unread options, so as to easily switch between both displays

Changed 3 years ago by online@…

I too would love to see this as a preference in the config tab..

Thanks!

Changed 3 years ago by mbonetti

  • status changed from reopened to closed
  • resolution set to fixed

Righto. Done in [1003]. Use the rss.output.barefrontpage config switch to control this.

Note: See TracTickets for help on using tickets.