Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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
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).
Comments
More...
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
more information
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
Menu system
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