Hey guy's

I am new to drupal and i have a site in production now for which i need 2 modules, I need to have launched this site 3 day's a go but i'm stuck on these modules.

The modules i am looking for are :

1. A news archive module : From the drupal back end the administrator can creat news items and then post them, these news items are then put in a archive displaying them in a list, so you will find all de news items posted in Juli under a link juli, all the news items posted in august under a link August . And you also get to see the latest 3 news posts. Pretty much like wordpress.

2. A library module : From the back end the administrator should be able to categorize and upload pdf's, giving them a description .
on the website a visitor should be able to browse these categories and then download the pdf they are looking for.

I am in need of assistance to get this done , so any help is welcome .

Comments

Anonymous’s picture

Install CKK and Views.
Enable the core taxonomy module.

Create a new content type news
Enable the included archive view and change it to display your news archive blocks.

Create a new content type library.
Create a taxonomy for library.
You might want to create a view for the library items but it is not necessary.

Good luck!

Helio-1’s picture

Hey

Thanx for the reply i am busy now building them.

I want to also at the option that the latest 3 news items can be viewd outside of the archive. So when you go on NEWS page you see the 3 latest news items and next to it the archive . How can i do this ?

Anonymous’s picture

Views is the answer