Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I'm looking for a simple software that lets user setting up a short profile about themselves and if possible let them connect to others (PM / follow as friend function / profile comments).

I'm not looking for a big forum like vBulletin or phpBB rather for a directory like thing where users can enter the list with their data.

Any ideas welcome! Thanks, Bob

share|improve this question
1  
I always say: if what you need isn't on Google, build it yourself. – Uw Concept Mar 4 '11 at 10:51
I'ld love to but I'm not that good. At least I need to start somewhere with a script to modify it to my needs. – Bob Mar 4 '11 at 16:55

2 Answers

I have heard that this is okay: http://script.wareseeker.com/PHP/advanced-facebook-clone-1.0.zip/30c4399093 but I have never used it and it is kind of pricey.

You didn't mention what language you are working in, but I'm guessing PHP since you mentioned phpBB.

If you are using Wordpress, then Buddypress is by far the best option out there. http://buddypress.org/

Also, if you are willing to go to a different language. This type of thing is pretty easy to write in Django, if you were to happen to know Python. Here is tutorial on User Profiles in Django: http://www.turnkeylinux.org/blog/django-profile

share|improve this answer

I've recently built something like this, it's a simple social site... it can be found on github -> https://github.com/blackfyre/oSocial

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.