inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Nov 21, 2012 11:08:36 GMT -8
Can we get proboards.data('user').username to return the user's username? I have some uses I'd like to include in a code I'm making. Thanks Edit: To elaborate, I'd like this because I want to render something readable to the user (username vs displayname, not ID), but it also needs to be unchangeable (so, just username remains.)
|
|
inherit
AddonChat Assistant
22379
0
Sept 22, 2019 17:23:35 GMT -8
Greg
Bringing friends and aquaintances back together
4,704
April 2004
lyqos
|
Post by Greg on Nov 28, 2012 22:11:36 GMT -8
Bumping as I am also interested.
|
|
#e61919
1
0
1
Sept 28, 2023 13:31:20 GMT -8
VS Admin
20,147
January 2000
admin
|
Post by VS Admin on Nov 28, 2012 23:36:48 GMT -8
Hi,
We will be adding many things to the proboards.data() options for you guys. Stay tuned.
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Nov 29, 2012 16:45:53 GMT -8
Hi, We will be adding many things to the proboards.data() options for you guys. Stay tuned. VS Admin can i request that one of them be to grab a custom domain? so something like: proboards.data('forum').domain and it'll return the default pb domain if no custom domain is attached to the forum. would be great to have for my affiliate table plugin for those who have custom domains for their forum.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Nov 29, 2012 16:47:57 GMT -8
Hi, We will be adding many things to the proboards.data() options for you guys. Stay tuned. VS Admin can i request that one of them be to grab a custom domain? so something like: proboards.data('forum').domain and it'll return the default pb domain if no custom domain is attached to the forum. would be great to have for my affiliate table plugin for those who have custom domains for their forum. In this case, what's wrong with just doing location.host?
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Nov 29, 2012 16:56:28 GMT -8
VS Admin can i request that one of them be to grab a custom domain? so something like: proboards.data('forum').domain and it'll return the default pb domain if no custom domain is attached to the forum. would be great to have for my affiliate table plugin for those who have custom domains for their forum. In this case, what's wrong with just doing location.host? it's fine, but it'll only grab the url of the forum the user is viewing. if they access the forum from the pb domain and the forum has a custom domain, location.host will only grab the pb domain.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Nov 29, 2012 17:04:58 GMT -8
In this case, what's wrong with just doing location.host? it's fine, but it'll only grab the url of the forum the user is viewing. if they access the forum from the pb domain and the forum has a custom domain, location.host will only grab the pb domain. Just wanted to know a use case where it was relevant. That'll do for me.
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Nov 29, 2012 17:06:12 GMT -8
it's fine, but it'll only grab the url of the forum the user is viewing. if they access the forum from the pb domain and the forum has a custom domain, location.host will only grab the pb domain. Just wanted to know a use case where it was relevant. That'll do for me. lol, i thought so Chris
|
|
inherit
AddonChat Assistant
22379
0
Sept 22, 2019 17:23:35 GMT -8
Greg
Bringing friends and aquaintances back together
4,704
April 2004
lyqos
|
Post by Greg on Jan 11, 2013 16:08:46 GMT -8
As we draw closer to v5 release, I'm wondering if we have anything on this yet.
|
|
inherit
Graphics Ninja
3
0
Nov 19, 2012 12:17:26 GMT -8
Ryan Roos
Wordsmyth
35,133
November 2003
ryan
|
Post by Ryan Roos on Jan 11, 2013 17:25:29 GMT -8
Release is still 3.5 months away. We have these things in our notes.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Jan 12, 2013 14:15:06 GMT -8
Actually, this has been implemented as of right now.
|
|
inherit
AddonChat Assistant
22379
0
Sept 22, 2019 17:23:35 GMT -8
Greg
Bringing friends and aquaintances back together
4,704
April 2004
lyqos
|
Post by Greg on Jan 13, 2013 17:34:49 GMT -8
Actually, this has been implemented as of right now. Excellent. Got it and using it.
|
|