I want a achieve this:

1. users will be allowed to upload files (They will get a link under the "Create Content" section like they create Blog, Story, Image, Upload file to repository, etc)
2. I need these 3 mandatory tags (predefined) for each uploaded files: Country, Category, Theme. each of these will come form a drop-down list.
2. Admin will approve/disapprove them
3. The display of the download section will be in a tabulated manner with say.. 20 rows in a page.
4. User's profile page will have a block/section displaying list of their contributed files, blogs, forum topics etc.

Any suggestion would be highly appreciated. :)

Comments

ultimateboy’s picture

Priority: Normal » Minor
Status: Active » Closed (fixed)

First of all, this type of question should be posted in a forum, and not an issue queue as it is not specific to this module.

Secondly, this type of functionality is pretty simple with other contrib modules.

  1. Either use the core upload module or use a filefield cck field
  2. Use taxonomy
  3. A lot of ways to achieve this, but probably best is some combination of triggers and actions
  4. Views
  5. See #4.