Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
friends list - online or offline
i didn't see it anywhere already requested so.. what about a side panel or seperate linked page to show a friends list and show their online/offline status... might be to big of a request, but would be nice *wink*
0
This discussion has been closed.
Comments
1. disallow people to change there name(easily but not to nice for users)
2. Update database every time a name is changed(more difficult, but this would be my preferred solution.)
BTW I would love to see this happen, in fact if anyone would want to help me along i might be interested in making this one
(does each user have a static number?) if so this will be easy
-make new table called LUM_Friends with 2 columns usernumber, friends
-add a data entry for each user and make friends null by default
-add a add this person to friends list link to the profile page.
-link will get each the value for that persons profile look in p in the friends table, unserialize value add 1 more to the friends array, serialize it
and update their friends list in the database.
-Create another tab named friends get the array and display there friends list(Hmm just had this idea, just use the members extensions with a
filter to only show people who are marked as friends.
-add a link to their profile so that other people can view their friends list via the same new tab.
Ok now i have realized that this is way above my head
But now i have a layout of what might be necessary to do this. I will gladly help someone if they decide to attempt this one.
(if anyone can think of something to add to this whisper it and i will modify/add to this list)
Info http://lussumo.com/community/discussion/4834/friends-10-extension/#Item_1
Download http://lussumo.com/addons/index.php?PostBackAction=AddOn&AddOnID=234