I couldn't believe it when I first saw it! I think it's generally bad practice to see this form on a new user account page. Though possibly convenient, you shouldn't hint at what features are on your site until *after* the user becomes an authenticated user.
Comments
Comment #1
jrabeemer commentedAnd also, not everyone knows what gamertags are. People who don't know what this is will ask questions.
Comment #2
pobster commentedWell it's hardly a *feature*!!! I don't see why it's any different to the profile module collecting information on the registration form? All it does is to display something on your user page, you don't have to enable it in your filters.
Three options I'm considering;
Thoughts?
Pobster
Comment #3
thepita commentedOption 3 sounds perfect for some newbie pwnage
Comment #4
jrabeemer commentedCome on guys, let's keep it civil. We all benefit from improving this module.
Both #1 and #2 sound really nice.
Comment #5
pobster commentedWell it's either one or the other? Both are sub-twenty lines of code...? I think I can handle that even though I completely disagree with it!
Pobster
Comment #6
pobster commentedOkay... I'm +1 for option 1... If you've no comments to make I'll proceed with a perm hook.
Pobster
Comment #7
jrabeemer commented#2 seems more obvious for noobs while #1 seems to handle more granularity, per role access. I don't feel too strongly either way.
Comment #8
pobster commentedThe problem inherent with #1 is that you can't grant a permission across all the features. Example, yes disabling 'access gamertags' for anonymous users will prevent the form from displaying on the registration form but if you set the input filter for anonymous users... Then they'll have access to it when you've specified for them not to?
Pobster
Comment #9
thepita commentedI fail to see why its so important to have the option to remove it from the registration page. Almost every website you come across has fields which most people will skip. Also chances are the website that use's this module is somehow gaming oriented meaning 99% of user registrations will know what a gamertag is.
Comment #10
jrabeemer commentedThat's not true in my case. My site is a walled garden.
Comment #11
pobster commentedDone... Although I went with #2 rather than permissions in the end, reason being is that I think it'll encourage people to sell roles to enhance their sites and obviously, I'm against that... I hate to think that people make money out of stuff that I write for free.
Pobster