inherit
172174
0
Jun 3, 2012 19:32:53 GMT -8
Araya
99
September 2011
rosexo
|
Post by Araya on Apr 25, 2012 11:22:22 GMT -8
Sorry if I missed something. Will members be able to give referrals and can the admin make the board invitation only that way?
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Apr 25, 2012 13:01:01 GMT -8
I like this idea, even outside of invitation only. Keeping a log per account of people invited sounds too useful. Give data on it, like how many posts invited users have made.
User X invites User Y and User Z. The invite stats on User X's page would tell information like "5 invites sent, 2 invites accepted, 50 posts by invited users," etc.
|
|
inherit
172174
0
Jun 3, 2012 19:32:53 GMT -8
Araya
99
September 2011
rosexo
|
Post by Araya on Apr 25, 2012 13:22:49 GMT -8
Yes, it would be nice to see who was able to invite who and how many in their profiles. I personally think its a good way to network. I wished there was also a way to do something like that for affiliates so you know who is working and who isn't...
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Apr 25, 2012 14:04:34 GMT -8
There is a way to do that for affiliates. Maybe I'll make a new affiliate system for V5 when it comes out.
|
|
inherit
172174
0
Jun 3, 2012 19:32:53 GMT -8
Araya
99
September 2011
rosexo
|
Post by Araya on Apr 25, 2012 14:12:43 GMT -8
There is a way to do that for affiliates. Maybe I'll make a new affiliate system for V5 when it comes out. Why do you say that? I mean how is there no way for that to be done? I always tend to think 'where there's a will there's a way.' It would be an affiliate system like you said. If you make one as a code though, you've got my vote!
|
|
#e61919
1
0
1
Sept 28, 2023 13:31:20 GMT -8
VS Admin
20,147
January 2000
admin
|
Post by VS Admin on Apr 25, 2012 14:14:21 GMT -8
We would like to have a system where you can send invitations out, including where you can disable registrations but still send invites to people you want to be able to join.
|
|
inherit
172174
0
Jun 3, 2012 19:32:53 GMT -8
Araya
99
September 2011
rosexo
|
Post by Araya on Apr 25, 2012 14:16:48 GMT -8
We would like to have a system where you can send invitations out, including where you can disable registrations but still send invites to people you want to be able to join. Yeah, that would be nice. Is it possible to do something similar for affiliates where admins can see where the members are coming from?
|
|
#e61919
1
0
1
Sept 28, 2023 13:31:20 GMT -8
VS Admin
20,147
January 2000
admin
|
Post by VS Admin on Apr 25, 2012 14:20:05 GMT -8
That would require cookies. However, due to more stringent cookie laws being put in place worldwide, we limit the number of cookies that we place on your machine and would not be able to provide that functionality.
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Apr 25, 2012 14:26:22 GMT -8
Why would that require cookies? Just check the HTTP_REFERER, or if she means which user, use something like /affiliate/username
|
|
#e61919
1
0
1
Sept 28, 2023 13:31:20 GMT -8
VS Admin
20,147
January 2000
admin
|
Post by VS Admin on Apr 25, 2012 14:33:07 GMT -8
You can track the initial pageview to your forum, but if you want to track actual user registrations you need some data to persist page to page.
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Apr 25, 2012 14:55:20 GMT -8
I imagine the initial pageview is much more meaningful than no data at all on the matter. Beyond that, you could store the user in a hash in the URL.
register.php?hash=asdjfklwtuoiasfjkls
Which would store their information, like referrer.
|
|
inherit
Frozen in Time
1515
0
Nov 18, 2012 23:46:48 GMT -8
snap2000
29,317
October 2001
snap2000
|
Post by snap2000 on May 4, 2012 21:13:06 GMT -8
An easier and more lightweight option would be the ol' referrer field upon registration, though of course that requires an amount of diligence.
Is there a substantial reason to know referral information, though? That stuff usually degenerates into faux-pyramid-scheme type deals, I think.
|
|
inherit
172174
0
Jun 3, 2012 19:32:53 GMT -8
Araya
99
September 2011
rosexo
|
Post by Araya on May 4, 2012 22:04:26 GMT -8
An easier and more lightweight option would be the ol' referrer field upon registration, though of course that requires an amount of diligence. Is there a substantial reason to know referral information, though? That stuff usually degenerates into faux-pyramid-scheme type deals, I think. I don't understand how that stuff would degenerate such a scheme? I've seen other popular forum hosts use this feature and that never degenerated...what you said. As for your question, I tried to answer that already in my post above and I don't know what else to add other than I think it'd be nice to know where our members are coming from.
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on May 5, 2012 9:59:23 GMT -8
An easier and more lightweight option would be the ol' referrer field upon registration, though of course that requires an amount of diligence. Is there a substantial reason to know referral information, though? That stuff usually degenerates into faux-pyramid-scheme type deals, I think. A referral field tells you who got you the member, not where that member came from. Maybe he wants to know what websites they are coming from, so as to know where to target advertising in the future.
|
|
inherit
172174
0
Jun 3, 2012 19:32:53 GMT -8
Araya
99
September 2011
rosexo
|
Post by Araya on May 5, 2012 14:30:07 GMT -8
An easier and more lightweight option would be the ol' referrer field upon registration, though of course that requires an amount of diligence. Is there a substantial reason to know referral information, though? That stuff usually degenerates into faux-pyramid-scheme type deals, I think. A referral field tells you who got you the member, not where that member came from. Maybe he wants to know what websites they are coming from, so as to know where to target advertising in the future. Thanks for explaining it for me! If you're specifically talking about me though, I am a she not a he. :]
|
|