Open GoogleCodeExporter opened 9 years ago
Sorry, this is not a defect, this is an enhancement
Original comment by nicodo...@gmail.com
on 22 Mar 2011 at 7:41
Hi
This would be a great thing !
Original comment by epydem...@gmail.com
on 3 Apr 2011 at 12:10
To make feeds empty invisible, I add this condition in file
"application/views/scripts/feed/feed.phtml"
> at start of the file :
<?php if($this->unread>0) : ?>
> at end of the file :
<?php endif;?>
Original comment by nicodo...@gmail.com
on 6 Apr 2011 at 6:08
better :
in base.js:
at the end of refreshFeedsExecute: function() {
add setFeedVisibility();
change the line $('#feeds-list .prio'+i).show();
by $('#feeds-list .unread.prio'+i).show();
Original comment by fabclem...@gmail.com
on 28 Jun 2012 at 8:46
@fabclem
Yes, it's better with jQuery, thank you !
FYI, I forked RSSLounge project with new features (own-scrolling left and main
zone, new setting to hide empty feed and dedicated mobile version) on github:
https://github.com/nicolas-manaud/rsslounge
Original comment by nicodo...@gmail.com
on 28 Jun 2012 at 8:55
Original issue reported on code.google.com by
nicodo...@gmail.com
on 22 Mar 2011 at 7:40