Code Monkey home page Code Monkey logo

friend_request's Introduction

Friend request

Build Status Scrutinizer Code Quality Latest Stable Version License

Let users confirm friend requests. Make all friend requests reciprocal.

Features

  • Add friends like on Facebook / LinkedIn, so you have to approve a request

Credits

The original idea for this plugin was made by Bosssumon and Zac Hopkinson

friend_request's People

Contributors

facyla avatar geekshadow avatar hypejunction avatar jdalsem avatar jeabakker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

friend_request's Issues

'create', 'friend' event handlers are removed

In the add/approve friend actions, the event handlers are forcefully removed before reciprocally adding the friends. I need to perform some tasks at that time and can't find a way of doing so without forking this and specifically adding in my handler.
For a future release, would it be possible to trigger a custom event here for other plugin authors that are building around friendships with friend_request specifically in mind?

Please and thanks!

notifications for friend requests are not being set to recipients language

since accepting friend requests on socialbusinessworld from people with so many different languages, i have seen that many messages come through in non english languages. i think this is an issue with whatever version of friend request they are running because it is only friend request notifications that have this issue for me.

Only one river entry needed when a 2 way friendship is established

It shows two separate and simultaneous River entries when a 2 way friendship is established.
Only one should be sufficient.
At present, it shows
"abc is now a friend with xyz"
"xyz is now a friend with abc"
Only one is needed and much better, for example
"xyz and abc are now freinds"

"Friends Of" is no longer needed

In side bar menu items, it shows
Friends
Friends Of

When this is two way, "Friends Of" is no longer needed. It is confusing for site members to have both Friends and Friends Of, when this plugin deals 2way friendship so nicely.

Will be upgraded?

Just installed ELGG 3.0.2 and this plugin is not compatible with the new elgg version.
it will be updated?

Spacing in header at symbol and number spacing is off

TopBarMenu.php
'text' => elgg_view_icon('user') . elgg_format_element('span', ['class' => 'friend-request-new'], $count),
replace with
"text" => elgg_view_icon("user") . "<span class="messages-new">" . $count . "",

'create','friend' event

This needs to change to 'create','relationship':
elgg_unregister_event_handler('create', 'friend', '_elgg_send_friend_notification');

Approve friend request, missing entry

When the entity (entities table) for the friend approval, the owner_guid is set to 0. Should it not be set to the user GUID that approves the friend request? We are on elgg 1.12.9 and Friend_request v4.0

notification contains link to 'friendsof' handler

i am seeing in elgg 1.12.6 that when someone asks to be my friend, the notification that is present in the notifier reads:

user and 4 other users have made you a friend 03/01/2016 - 2:17pm

and the link that the notification points to is:

https://www.ureka.org/friendsof/ura_soul

since the friend request plugin replaces the friendsof handler, this link is incorrect.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.