I need a plugin that will allow a downloads page with a directory structure such as Class 1 Class 2 etc
Each one of these directories would then have subdirectories called Class Notes, HW, Codes, etc with downloads in each.
Any ideas?
Hey coreyallen, welcome to the WPMU Dev Community!
Are you looking for some kind of paywall here? If so then you could consider either our MarketPress:
http://premium.wpmudev.org/project/e-commerce
Or our membership plugin:
http://premium.wpmudev.org/project/membership
If you don't require any kind of paywall, then why not use the standard WP posts. You could create and order your categories as you please. Embed the download in the page and publish.
Would that not work for you?
Take care.
Hey thanks for the quick reply.
I'm not looking for any kind of paywall. How would I create folders and subfolders using a standard WP Post?
Folders, Categories, tags, they are just ways to order something and to WordPress they are just taxonomies.
You could use categories and level them with parents and children.
If you wanted to get advanced you could look at creating some templates for your theme, to display items differently.
I've not tested and so don't know its full abilities, but the following plugin maybe of interest:
http://wordpress.org/extend/plugins/wp-downloadmanager/
Thanks, this was exactly what I was looking for.
Excellent, glad I could help. :-)
Become a member
Responses (5)
Support Chimp — 6th February 2012 (3 months ago) #
Hey coreyallen, welcome to the WPMU Dev Community!
Are you looking for some kind of paywall here? If so then you could consider either our MarketPress:
http://premium.wpmudev.org/project/e-commerce
Or our membership plugin:
http://premium.wpmudev.org/project/membership
If you don't require any kind of paywall, then why not use the standard WP posts. You could create and order your categories as you please. Embed the download in the page and publish.
Would that not work for you?
Take care.
Member — 6th February 2012 (3 months ago) #
Hey thanks for the quick reply.
I'm not looking for any kind of paywall. How would I create folders and subfolders using a standard WP Post?
Support Chimp — 6th February 2012 (3 months ago) #
Folders, Categories, tags, they are just ways to order something and to WordPress they are just taxonomies.
You could use categories and level them with parents and children.
If you wanted to get advanced you could look at creating some templates for your theme, to display items differently.
I've not tested and so don't know its full abilities, but the following plugin maybe of interest:
http://wordpress.org/extend/plugins/wp-downloadmanager/
Take care.
Member — 6th February 2012 (3 months ago) #
Thanks, this was exactly what I was looking for.
Support Chimp — 6th February 2012 (3 months ago) #
Excellent, glad I could help. :-)
Take care.
Become a member