I love the many functions drupal has to offer...

but something that really bugs me, is, that blocks are always shown with their title above them...

I use for example the awesome aggregator module for a news feed, but I would like to put a logo above the xml headlines. This just doesn't seem possible. I don't want to use blocks, for this limitation...

is there for aggregator a code snippet or something available, that generates the headline links from the selected XML feed? So I can implement that code anywhere I want and put a logo above this

Comments

franz-m’s picture

You can 'hide' any part via the css-file (probably layout.css) depending on theme. Look for id #block-block-(nr) and hide it, eg.

#block-block-1 h2 {display: none;}

__
http://amazonas.the-dot.de

Jeff Burnz’s picture

I dont fully understand what you mean in the 2nd part of your question but perhaps, if my assumptions are correct, check out the Views module - allows you to create block and page views of various content including (AFAIK) aggregator feeds.

jorre’s picture

thanks jmburnz

with the views module, is it possible, to put an "aggregator view" somewhere in my page where I want it to appear, let's say at the right bottom of my page...?

AntiNSA’s picture

If you find out how let me know... I really need to know that........

subscribe antinsa