I have a Drupal 6.2 site and I would like to add a templates section like in the following sites:
- http://office.microsoft.com/en-us/templates/
- http://www.templatemonster.com/drupal-themes.php
- http://www.dreamweavergraphics.net/drupal_templates.html
I would like the templates organized as a grid and to be tagged/categorized.
Only the admin would be uploading templates.
Would re开发者_运维知识库ally appreciate any help and advice you can give.
I would go about it this way:
- Add "template" content type
- Add cck fields: image, link, etc.
- Create download folder above the www_root to link to for download
- Add taxonomy for tagging
- Create views to display items; optionally you can use panorama/slideshow if you want to mimic some of the sites you have above.
- Configure permissions for admin only to create content
You can also do this in ubercart if the products have a price, or even if they don't.
精彩评论