I am creating a musician-centric web site with a few people. We have not put it online just yet, but the intention is to have the site be highly community oriented. As such we are using phpBB to do a discussion forum, but we also want to have a second part of the site (separate registrations etc.) That allows users to upload recordings of their music and share it with other users.
We want the following feature set:
? registered users can upload up to 5 music files (probably mp3s)
? registered users have a self-description
? users can search for songs or artists.
? the index page features a randomly selected 'featured artist' and displays the artist's self-description and a list of their music.
? also on that page will be a space for administrators to post messages to users of the site. (this would work like a topic thread more than a forum).
? non-registered users cannot get past the index page
Here is a
very basic visualization of what I want it to eventually look like. I disconnected the links on this page, but please respect that the site is not yet open to the public and that we would like to have most of it stay under wraps until it is.
It seems as though it would be a pretty challenging mod, and I don't even know if phpBB is the right platform to build such a service on, but I thought I'd ask if it's feasible and if anyone is interested in helping out. Thanks in advance for any help!