N00B Here,

I am trying to set up a Drupal site and need a little help.

On my site I would like to be able to show a single container from my forum from a menu item. For example when you click on the menu item "Brakes" you would see only the container "Brakes" from the forum.

Thanks in advance!

Comments

gonzocoder’s picture

This is similar to using categories. Each forum container in Drupal is effectively a category, so if your forum had a container called Brakes whose number was 10, you would use:

?q=forum/10

gswaim’s picture

Thanks.. That was the info I needed!