开发者

Drupal document upload and thumbnail display

开发者 https://www.devze.com 2023-03-01 18:10 出处:网络
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/

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:

  1. Add "template" content type
  2. Add cck fields: image, link, etc.
  3. Create download folder above the www_root to link to for download
  4. Add taxonomy for tagging
  5. Create views to display items; optionally you can use panorama/slideshow if you want to mimic some of the sites you have above.
  6. 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消