Hi,
I am wondering if there is already an open source framework out there (or which exsiting one with possible additions would come closest) to create sites with social networking aspects:
- user registration / auth (should scale 1M+)
- user profiles
- groups (should scale 100k+)
- users can belong to multiple groups
- users can make "friends"
- users can send private messages
- each group can have mods/admins
- "invite friends" via email to a group
- easy template customization (sitewide or groupwide)
I've found frameworks with nice user login functionality but was missing the group functionality. I know there are fully powered scripts out there to do this but I'd like to start with basic functionality and extend it from there.