This seems like a nice idea!
Questions?
Where do you want the images stored?
Do you want to set limits on image sizes? (total size / width / height)
Do you want to allow a certain number of images per row? maybe thumbs, and popup link or a link to sub profile page!
Do you want this based on groups or per single user?
Do you want a user to have different cat(s), but limit them? (number of cat(s), number of images allowed per cat)
This is easy to do, it's knowing exactly how you want it! If you explain how you want it in detail I will have go at it!
Thinking in my head!
1 new table to hold the image data, I don't want to mix profile stuff with attachment stuff!
If you want cat(s), then add another table to hold that data!
There would not be any more inital db calls because I can hook another join into the current profile query to list images or cat menus if you want to do it that way!
Sonia
|