elgg

How to use custom neighborhood/city/state for registration on drupal or elgg?

I'm implementing a social networking site. I hope to use drupal or elgg and am trying out both. I'm stuck on customizing the registration to include a neighborhood in addition to city and state. I want to have drop-down menus customize the local information based on the more global information. So, once you choose the state, the city...

mod_rewrite, vhosts on Apache 2.2 (windows)

Hi there Guys. I'm currently working on a new website and want to run Elgg (Elgg.org) on it. It's fully running on PHP5 and has a lot of rewrite rules defined in the .htaccess files. On the Elgg community I didn't found / get any answers, so I will try and ask them here. I'm running multiple sites on my windows machine, now I want one ...

Elgg Installation Problems

I am running Apache2.2, with PHP5 and mod_rewrite enabled on a VPS running Ubuntu Hardy. And I am trying to install Elgg1.5. I uploaded it to /var/www, and changed the appropriate permissions. When I hit the url, it brings me to the installation page where I provide the database info. When I submit the page, I get the following error i...

Should I use a platform or a custom-build solution for my business?

I have an idea that involves social networking (note: it's not just a regular social networking site), and I'm wondering if I should use a social networking platform such as SocialEngine, Elgg, or some other, or get a developer and create a custom-build solution to meet my needs? ...

How flexible is elgg?

I know it has great out-of-the-box features but is it easy to customize? Like when I query stuff from the database or change css layouts. Is it faster to create my own modules for it or just go on and write everything from scratch using frameworks like Cake ...

elgg or opensocial: can't decide and it is for a school k-12

I'd like to implement a social network for students and teachers. I just can't decide wether to go with Elgg or OpenSocial. I like Elgg only because it is being used by a growing number of online education sites (and I think it integrates very nice with Moodle). But, I also like OpenSocial because it is supported by Google. When I think ...

what's the best way to search a social network by prioritizing a users relationships first?

I have a social network set up and via an api I want to search the entries. The database of the social network is mysql. I want the search to return results in the following format: Results that match the query AND are friends of the user performing the search should be prioritized over results that simply match the query. So can this...

Social Network Script to wrap existing PHP website

I have a small existing PHP site that I would like to integrate with a social network software. Essentially, adding my 3-4 pages inside an existing social networking site for functionality such as user management, groups, and friending. I have looked at Dolphin, Pligg, and Elgg but am struggling to find something that I can integrate w...

Tool for building a social network: Elgg or Pinax?

I'm going to build a social network (yes... another one). I'm thinking about using Pinax (which is Django which is Python) or Elgg (PHP). That's the two options I know. Could you help me to choose beetwen them? Another options? Thanks ...

Is there a good open source app for user profiles with custom fields, field grouping and good search?

I'm on a project to create a skills matrix for about 200 people and am hoping to not have to reinvent the wheel. Users will fill out and maintain their skill proficiencies using yes/no and radio or combo inputs. Skills are grouped by category (Technical, Web, Creative/Social). It needs to be easily searchable, and being relatively prett...

POSTing XML via HTML Forms

Hi! I am developing a Web and want that the user could create some stuff POSTing xml data. For that propose there is a < textarea > where the user can write (copy/paste) xml and submit it. The problem is that I am loosing data, characters such as '<','>' and i think others too get lost. Maybe it is a framework problem, not sure, I am u...

Forum software for elgg?

We have an elgg site, and need to have forum functionality. The forum should be community wide and not focused on groups, as the standard installation comes along. We need single-sign-on for the site. My research so far: There's a phpBB3 plugin, I'd love to see phpBB3, but that breaks the reqs: no single-sign-on available yet. vanill...

How can I create a new custom page with my own content in Elgg

I would like to create a new page in Elgg where I can put my own content. I would like to have there all the default menus, etc. but with empty space where I can put my code. I would like to have a link to this page on my profile page. Should it be done as a new plugin? If yes, how to create empty page with my current template settings? ...

What's the difference ElggMetadata and ElggAnnotation in Elgg framework from a developer viewpoint?

I can not understand the difference. ...

What's the difference between entity and class?

Is entity an instance of class? ...

How to upload image on elgg using rest url?

hi, I am trying to athenticate from the elgg local server. by refering http://www.danielansari.com/wordpress/2008/12/how-to-use-the-rest-api-in-elgg-11/ I am getting following error: Status: **** ERROR (-1) **** Message: Method call 'login' has not been implemented. Result: exception 'APIException' with message 'Method call 'login'...

Is there limit of "join" or the "where" or length of SQL query ?

Actually i was trying to get data from elgg database based on multiple joins. It generated very big query with lots of JOIN statements and query never respond back. SELECT distinct e.* from test_entities e JOIN test_metadata m1 on e.guid = m1.entity_guid JOIN test_metastrings ms1 on ms1.id = m1.name_id JOIN test_metastrings mv1 on mv...

Beginner tutorial for elgg

Can any one suggest good tutorials for studying elgg, for elgg beginers ...

How to override a user profile view,, in our own plugin, in elgg

I have created a new plugin named 'adv' in my elgg site. And in this plugin iam listing the users.Which using the view from other elgg plugin 'profile ie the page profile/views/default/profile/listing.php. Now i need to set a link in the existing view of each user.So i have to edit the profile plugin , mainly the page profile/view...

Need for splitting reads and writes in Elgg

Hi all, I was looking into the configuration options of the Elgg, the open source social networking site. There was an option which allowed splitting the database connectivity into read and write and even multiple connections for reads and writes. I am not sure as why the splitting of read and write is needed. If I am not clear ...