Hi,

I am a newcomer to Drupal and I am currently constructing my first Drupal site. Needless to say, I love it so far - but I have unfortunately hit my first roadblock.

I would like different pages to display different blocks in my sidebar. For example, say I would want a page featuring info about movies to display a rss-feed from imdb.com and a text block with my favorite movies, and my page about cd:s to display a rss-feed from allmusic.com and my favorite cds in the sidebar.

It seems like this is exactly what the module Side Content would do, but there is no working version for Drupal 6 which puts me in a tough spot. Are there any different modules out there or do people have any smart solutions for this? I realize this might be a pretty common problem, but searching didn't turn up anything.

Thanks

Comments

nicl’s picture

Using primary and secondary links? Think you can do it this way (though I am a drupal newby too)

1misc1’s picture

Well, assumed you got your pages and your blocks working, you go to the block admin page -> drag the blocks to your wished sidebar -> go to configure and down to "page specific visibility settings". Write down a list on which pages the block should be displayed... Listing the clean urls should do it.
Greets

bohagon’s picture

Exactly what I was looking for, I completely missed this feature. Thank you!