hi
i can show newest forum topics at the page i like but
i wanna show newest forum topics from selected containers and categories.
How can i show newest forum topics -at least from a specific container-?

Comments

kalin_s’s picture

Create a block with 2 javascript tabs using JQuery, providing new comment / forum topic information ( 10 newest comments and 10 newest forum topics ). All of this is made directly in page.tpl.php but the PHP code is pretty simple, pure copy-paste stuff.

Taken from http://drupal.org/node/211973

I believe one way is to use views module, the other would be PHP snippets

PHP block snippets

This section contains a lot of small pieces of PHP that you can copy paste into your drupal pages, blocks or themes. Often a single PHP block or a single PHP page does exactly what you want, where a module is pure overkill, or just doesn't get you exactly there.

http://drupal.org/handbook/customization/php-snippets