Users can add other users as friends (à la Facebook)
(Cached)
Friendship Network
Friendship Network - Actual stateRelated files and usage :
tiki-user_information.php / tpl : see User information page, including tracker items, can perform friend actions
tiki-friends.php / tpl : see Friendship Network status and manage requests of friend actions
lib/tikilib.php, lib/userlib.php : some Friends methods to generate friends.php page
Friendship requests taxonomy :
Waiting : request from me towards others that have not yet been accepted
Pending : request from others towards me that have not yet been accepted
Related database tables :
tiki_friends - user (Varchar 200), friend (Varchar 200) is the login name of users - why not ID ?
tiki_friendship_requests - userFrom (Varchar 200), userTo (Varchar 200), tstamp (timestamp)
Job TO DO in order to make the friendship network useful
1. Merge / integrate user information and user tracker information
- Allow filling of a unique form when registering, containing both user_preferences and the user tracker fields
- Integration of information showned on tiki-user_information.php - enhance template for a better looking user page
- Fields of both user_preferences and user tracker can be searched when searching for a user
2. Bottom of tiki-user_information.php could be tiki-friends.php's friend list (if feature enabled)
We should also see the friend avatars in tiki-friends.php (if sub-feature enabled).
- Have bigger (than default) avatars, but thumbnails of them for forums / list of friends page
- Show friendship / feedback message if friendship concluded
- Possibility to edit the feedback (friend receives a notice) or cancel friendship (admin authorization necesary)
3. Use of feedback. User can enter a feedback message when requesting / accepting (not when refusing) request. Then, an email could be sent to the user(s) (if feature enabled) to notify them about the request or response, with or without the feedback message (depending on if feature enabled).
- put feedback message in table tiki_friendship_requests
- When accepted, put feedback messages in table tiki_friends
4. Page to administrate Friendship Network (all of theses are options)
- Word Friend changeable to other word
- Feedback system on / off
- Email sent to user on Friendship request on / off
- Email includes feedback message on / off
- Email sent to user on Friendship approval / refusal on / off
- Friends are showned on tiki-user_information.php on / off
- Thumbnails of friends are shown on / off
- Avatar restriction (size - pixels, bytes) + thumbnails management
All of the new system text including the "friend" word should be translatable via the normal interface.
Suggested changes to database tables :
tiki_friends - feedback message, timestamp, order(presentation), feedback quality : good, ok, bad ?
tiki_request - feedback message
| Rating | Subject | Submitted by | Priority | Category | Tiki Version | Feature | Created | |
|---|---|---|---|---|---|---|---|---|
| Send direct message via tiki-user_information.php | marclaporte | 9 high | Feature request | 3.x 4.x Dogfood on a *.tikiwiki.org site | Alert Contact (address book) Friendship network (Community) Inter-User messages New feature (not an enhancement to a current one) Tell a Friend / Social Bookmarking User Administration (Registration, Login & Banning) Webmail and groupmail | 2009-02 | ||
| accepting friendship request produces notice: undefined variable local_sender_email in messulib.php | xavi | 6 | Bug: Error | 1.9.x Dogfood on a *.tikiwiki.org site | Friendship network (Community) Inter-User messages Templates (Smarty) | 2007-04 | ||
| Social Networking | marclaporte | 6 | Community projects Feature request | 2.x Dogfood on a *.tikiwiki.org site | Friendship network (Community) New feature (not an enhancement to a current one) | 2008-06 | ||
| When activated, make it much more obvious for users to make User pages | marclaporte | 6 | Bug: Usability Feature request | 4.x Dogfood on a *.tikiwiki.org site | Friendship network (Community) Wiki (history, page rename, etc) | 2009-09 | ||
| Create a profile from the Social Networking enhancements (luci) usable for Barter networks | xavi | 5 | Feature request | 4.x 5.x | Friendship network (Community) Inter-User messages | 2010-01 | ||
| Friend network email notification has html | 1 low | Friendship network (Community) Watch (email notifications of changes) | 2005-04 |
Related: Social Networking
Contributors to this page: leyan
and
marclaporte
.
Page last modified on Saturday 28 June, 2008 16:22:42 UTC by leyan
.
Sidebar
Sidebar
To register
To have an account at this site, please register at Tikiwiki.org
, and then use that user name and password to log in here.
Last Changed Items
- More granular control of recurring events in Calendar
- Users can't deleter his own account
- Add New User - Gen Password - Validate By Email is Broken in 4.1 and 4.2
- Email notification don't work except if "watch minor" is checked
- ssl_error_rx_record_too_long when using "Require Secure (HTTPS) login" (CPANEL self-signed cert.)

Last Comments