This plugin is based on bosssumon Friend Request.
Please remove any previous version (< 2.0) of this plugin before uploading the current release.
Features
Let a member confirm your request to become a friend.
If a user already has you as a friend, then no request will be sent but the connection will be made immediately.
If a users has sent you a friend request and you also send a request, the friend connection will be made immediately.
Screenshots
Version history
2.1:
2.0:
1.5:
To Do
Note:
This plugin has NOT been tested on Elgg 1.6, if someone could test it and share the results here. It would be appreciated.
========================================
ColdTrick IT Solutions
(c) 2009 ColdTrick IT Solutions
View Jerome Bakker's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
@Jerome Bakker
Sad but the mutual friendship happening dosen't work for me either. Do you have any idea? THANKS
solution for mutal friendhip.
copy the following to engine/lib/relationships.php
then replace the bellow code to the following one in friend_request/start.php
replace with this one
@Thuvalpakshi: I'm against any core modifications as this would break a plugin when you upgrade the Elgg core.
I will look into the problem shrotly and post an updated version of friend request which will work without any core modifiations
@Jerome Bakker
We are waiting for your upgraded version... Also i had a doubt is there any specific reason to disable Friends of link in your plugin?
@Thuvalpakshi
Since every user you are a friend with is also a 'friend of' this would create two identical lists. This seamed overkill so i removed it
Great! Works on 1.7.1
Great plugin Thanks alot!!
Just tried it on 1.7.4 and added Fix River Privacy for 1.7.x
Now it runs as close to a FB site as It can be :) Thanks Jerome!
Not working for me, on 1.7 getting a blank page when I press the [1] and the icon isn't showing the topbar.
It's linking to http://newsocial.social-me.net/elgg/pg/friend_request
Fix for the mutual friendship upon registration with invitation:
1.) Open start.php
2.) Go to line 39. Locate this line:
3.) Replace whole line with:
Issue should be fixed. What this does is that it lets the normal friend process flow when you are inside the register action, so the system itself takes care of mutual friendship.
thank you for the fix AV-2