We have all the basics:
- customizable profile user fields. Default installation, comes with a MySpace profile set of fields. (About Me, Interests, etc).
- friends
- friend requests / approvals
- profile comments
- per user photo gallery, including albums
- per-photo user comments
- per-user blogs
- blog categories (each blog can be in multiple categories, just like in WordPress)
- global vs. per-user blog categories.
- privacy options (public/friends only/just me) for profiles, photo albums, blogs, blog entries.
- Everything is template/phrase based for easy customization.
And the not so basic features:
- support for multiple layouts. Out of the box NuSpace has a MySpace-like look and feel. You could have a layout similar to facebook, bebo, or what have you.
- options to enable BBCode or HTML/CSS in profile fields or in blog posts (on a per usergroup basis)
- If HTML/CSS is enabled, we provide custom filtering to prevent XSS, javascript, etc.
- Option to enable/disable flash objects, on a per usergroup basis. Flash Objects get translated to XSS safe tags, just like MySpace.
- If Flash is enabled, members can embed flash widgets from any widget provider like slide.com, rockyou.com, etc.
- blog posts support images, polls, sticky, and everything else that you could normally do when using vBulletin.
- support for (customizable) SEF links for profiles, galleries, and blogs. For instance my profile could be at
http://www.mydomain.com/nuspace/elfmage, and my blog could be at
http://www.mydomain.com/nuspace/elfmage/blog. Or, you could configure all blogs to be together:
http://www.mydomain.com/blogs/elfmage, etc, etc.
- if guest comments are allowed, vBulletin's CAPTCHA is used to prevent spamming.
- we also implemented a custom module and block system, which let's you add/enable/disable fields, and they appear on the Profile page, without having to edit a template. (You can if you want, but you don't have to).
- subscriptions. users can subscribe to be a profile, or a blog post, or a photo. When subscribed, they get notified when comments are posted, etc.
- new profile field types, like dropdown and radio groups.