hi everybody,
Any idea how to add a snippet to show only the feed sources?
Thanks

Comments

SimonP’s picture

I think you'll need to give a bit more explanation in order for people to respond sensibly. What do you mean by a snippet - what are you trying to show? And where are you trying to display it?

====
Back in the UK after discovering drupal during temporary residence of Vancouver

fcandia’s picture

Hi simonp

Excuses for being so vague :P
I would like to show a block with all my list of source feeds, this means (probably) add a php snippet whit this information. currently, I am using the blocks administer to show all the sources with its last feeds in several blocks, for this reason I was wondering if it is possible in a single block to have only a sort of menu with all my feed sources (the same that my menu).

For instance in one Block:

Sources
- Drupal (aggregator/source/1)
- Bbc (aggregator/source/2)
- CNN (aggregator/source/3)
- ….

Is it possible??
Thanks in advanced

SimonP’s picture

Do you mean something like:
www.yourwebsite.com/aggregator/sources

In Admin->Menu you could add a new menu called 'News Sources' and add an item to it for '/aggregator/sources'.

This would produce a menu block on the left-hand side with no programming needed.

====
Back in the UK after discovering drupal during temporary residence of Vancouver