Hi.
I'm new of Drupal and I like to know how to create a link at my menu with the Archive (ex: video of October) and also a menu with the Category (ex: Funny, Summer,.....).
Here an example of the menu and the link that I want to made: http://labitc.altervista.org/
(I know is easy...but I've just installed Drupal and I've also try to find how to do this but withous success)
Tnx to everybody for the answers!!!!!!!!!!!

Comments

groenm’s picture

This depends on how you want to set things up, but probably you want to use the views module (http://drupal.org/project/views) for setting up your archive by filtering for some information that determines whether it is archived. This can be some manual flag (for example the flag module: http://drupal.org/project/flag) or it can be for example the creation date (support from Views itself).

Menus pointing to categories can be set up from core by creating a menu item pointing to the URL of the taxonomy term you want to show. Maybe there are also modules to make taxonomies automatically appear in the menu, otherwise there are certainly modules for having a block with links to the terms, for example tagadelic (http://drupal.org/project/tagadelic).

Mark