1 mackosx Feb 22, 2009 13:21
3 mackosx Feb 23, 2009 13:48
I've replaced
display_list( $feedhlp, $this->disp_params['notes_start'], $this->disp_params['notes_end'], ' ', '', '', NULL, $link_params );
with
display_list( '', $this->disp_params['notes_start'], $this->disp_params['notes_end'], ' ', '', '', NULL, $link_params );
in _coll_xml_feeds.widget.php file (which is in \Inc\Widgets\Widgets\)
And that worked...
Thanks!
4 lturner Feb 23, 2009 14:05
Maybe a config item for this would be a good idea in the next release ?
Lee
5 mackosx Feb 24, 2009 19:11
Or at least merge it into localization files...
6 edb Feb 25, 2009 00:11
Or get rid of it. Way back in the day when people probably weren't hip to aggregating feeds it was possibly a helpful link, but in this modern world if you're gonna have that then you oughta have a "what is the internet?" link :roll:
Hi MackOSX
You can use CSS to do it by adding the following to your skin css file:
.widget_core_coll_xml_feeds .notes {display: none;}
I have tested the above on my skin and it works fine so give it a try and see how you go.
Cheers
Lee