inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 31, 2017 2:21:49 GMT -8
This could also be used to allow members to have a 'favourite' list of people they want to contact. The basic premise on the profile of a member who is not themselves is a new button, preferably admin set up - with the default message of "add contact" at which point it would store at the minimum on a super user key the name, link to the profile and their online/offline status (based on what the profile/infocenter/post list mini profile offers). If possible the user avatar as well but that is optional This information would then be displayed at any point on the board that its set up to in format of: Name (Status) If an avatar is also stored: [Avatar] Name (Status) Tagging Peter as this is one of my ideas from yesterday I can put some mock ups of this idea as well if you want
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Sept 2, 2017 5:26:39 GMT -8
Since we chatted, I got busy, so doubt I will be able to do this anytime soon.
What sucks is the friends list could be used if it contained the display name, as that is available in the data on every page.
Is this contact list private to the user? If it is, then it reduces the work involved a little. localStorage would need to be used to collect the latest name for the contact list, and if it is private then we don't have to worry about updating the key with it.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Sept 2, 2017 5:35:16 GMT -8
Since we chatted, I got busy, so doubt I will be able to do this anytime soon. What sucks is the friends list could be used if it contained the display name, as that is available in the data on every page. Is this contact list private to the user? If it is, then it reduces the work involved a little. localStorage would need to be used to collect the latest name for the contact list, and if it is private then we don't have to worry about updating the key with it. Yes contact list is private per user - I'm happy to use a work round of a custom field for contacts but it loses the whole online/offline thing but... if your saying friends list has data on every page.... -might try something quickly- nm - I made it work using the built in system
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Sept 2, 2017 5:40:05 GMT -8
pb.data("user").friends
Unfortunately I don't think it's available in the template for current_user
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Sept 2, 2017 5:42:23 GMT -8
damnit
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Sept 2, 2017 8:34:56 GMT -8
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Sept 2, 2017 8:41:06 GMT -8
Thank you!
|
|