views:

92

answers:

1

I'm working on a site for a client that uses a large number of images and we concluded that it's necessary to use subfolders within the media library, also being able to give these custom names (no auto-generated date based folders). I guess it's possible to make some sort of function for this or use a plugin but haven't found any existing solution. What would you recommend?

A: 

Indeed, there's a plugin for that, but it's old (last updated in 2008) and seens to only accepts custom names based on wordpress variables. (%year%, %month%, etc).

In my opinion, you could use it and adapt to your needs with some coding.

GmonC
Thanks for the tip, I'll look into it.I just don't get it - WHY is this not included in the core installation? It's essential for some sites.
Staffan Estberg
Wordpress has a blog system background (nowadays, thanks to it's great structure, can be defined as a CMS). Adding "custom folders" is a complexity not needed for the majority of users - creating folders based on date is good for 90% of users who just want to upload their pictures. If you want more functionality, you can extend it through plugins. There are a lot of features we think should be incorporated to the core itself, but wouldn't be in Wordpress goals of simplicity and usefulness to it's platform in a whole.
GmonC
I understand. But, wouldn't it be quite easy to implement a "create folder" function in the media library? That little extra would do a lot of good for certain types of sites.
Staffan Estberg
What about creating a WordPress Pro? :) Then you can choose - Do I want to create a simplistic site (regular WordPress) or an advanced site (WordPress Pro).
Staffan Estberg
Yes, it would be easy. But imagine implementing all sugestions people made to it's platform. Maybe in the future they are going to implement (like the new menu structure in 3.0), who knows? And creating two Wordpress versions would confuse users: which one should a user choose? Having just one version that works well out of the box with a plugin ecosystem is a better approach I think.
GmonC
I'd have to disagree. I think it would be a very good solution if there were two different setups of WordPress. But as long as the dev team for WP decides that it should be a blogging tool I will understand if they choose not to include features such as this. But why stay a blogging tool?
Staffan Estberg