Re: Best PHP Open Source for Social Networking Programming Web Development by diafol Elgg made some noise a few years ago. http://elgg.org/ Re: Which is best community cms in php Programming Web Development by diafol Elgg is a pretty complete community/social solution, although it takes a lot of configuration. You've got the old favourites: drupal, joomla and mambo too. Elgg Offers Educators Safe Open Source Social Networking Platform Digital Media Digital Marketing by Techwriter10 …always nixed the deal. [URL="http://elgg.org/index.php"]Elgg[/URL], a new open source social networking …As an open source tool, developers can use the Elgg core to build social networking functionality into any socially …content with people you don't know inadvertently. With Elgg, even if students don't understand these functions, content… Help with elgg plugin Programming Web Development by marcbe …through experience with it and learning from mistakes. I have elgg installed on my website, a CMS neyworking engine. Some of… the guys on the elgg comunity site have wrote some plugins for the elgg core. I found a plugin that…sent. The developer also said that another plugin on the elgg comunity would allow the "forms" plugin to send… Professional Design Cutting corners Programming Web Development by minimogul … so many times its not even funny i have tried Elgg an Mahara but they just don't cut it. (hopefully… how can i create a social engine ? Programming Web Development by Awah Mohamed … what do i need to create a scoial engine like elgg and if you know a website that gives a free… Re: how can i create a social engine ? Programming Web Development by diafol … few solutions out there for this. Some you host yourself (elgg, dolphin), with some being hosted for you. Setting up your… Re: Creation of forum in php Programming Web Development by diafol When you say forum - do you mean like Daniweb or more like a social platform like Facebook? Without needing to code everything yourself, you could look at some open source applications like Elgg: http://elgg.org/ Re: looking for social networking or dating script/software Programming Web Development by diafol [url]http://www.elgg.org/[/url] Re: PHP scripts for community website Programming Web Development by diafol Have a look at Elgg or Dolphin (Boonex) or even build your own with Drupal. Re: Help with elgg plugin Programming Web Development by diafol It should be straightforward, but it does depend on how the plugin interacts with the core code. Also, does the plugin use the php mail() function or some pear/pecl package. All this info is out there already, a php coder with a little experience could knock one up in a few minutes. Here's one possible source: [url]http://www.webcheatsheet.com/… Re: Help with elgg plugin Programming Web Development by marcbe Thanks :) I had a look at the code, I have an idea of where this script should be. Your right in what you say about the core interaction with the plugin, I will edit the script I think needs editing and test on wamp. If I come accrossany problems I'll post them up :) Re: how can i create a social engine ? Programming Web Development by sudeepjd Start with writing down on paper what features you want to add into the social engine. You would be looking at profiles, friend systems, posts etc. Try creating the database first for this. One table for the users and passwords, one table for the member profiles, tables for the posts and so on. Then link them together with PHP. Re: how can i create a social engine ? Programming Web Development by Awah Mohamed okay thanks . please check my second question . about how to link dbs Re: how can i create a social engine ? Programming Web Development by mschroeder I agree with everything ardav said. If you really desire to build a social engine from scratch, define your requirements. Then you will need to spend a lot of time with domain modeling and data storage design before you even start writing code. You could hack and patch it together as you go, but updating it or making changes once you have … Re: how can i create a social engine ? Programming Web Development by Awah Mohamed thanks i will do that .