By rubensans on
Hello,
I have like 500 pdf's that I want to put on my site for download.
The idea is to have somethink like:
Cars: ---> all the pdf about cars
planes: ---> all the pdf about planes
etc....
Is there any module in which I can make 3 or 4 categories and then upload the pdf's in them?
Maybe some kind of download module can work. Any idea?
Best Regards and thanks.
Comments
create the taxonomy
create the taxonomy (categories) and you can use the core upload module to attach them to a node for each category ?
Thanks for your reply, Then
Thanks for your reply,
Then if I understant it right, I create a category like "pdf downloads" and there 3 nodes "cars" "planes" "boats" and in each node I upload all the pdf's.
I will try it, but don't know if it will look ok. I will see how I do the attachment listing so it apears nice.
Will be great to do something like:
Name.... Description....... Download
Best Regards.
um no.i would create a
um no.
i would create a parent downloads and 3 children planes boats and cars.
then when you submit a new node (uploads) you can categorize it.
if you want a different view, and the ability to theme the view, you will want to look into the views.module, viewsbonuspack.module, contemplate.module and the panels.module.
these four modules will allow you to create different listing, style them and place them where ever you want.