Results 1 to 12 of 12

Thread: Name change?

  1. #1
    Quite a vicious little booger. Pack Member Little~Bit's Avatar
    Join Date
    Aug 2009
    Location
    Lafayette, GA
    Species
    Horse (Mustang)
    Posts
    36
    This
    17
    This'd 1 Time in 1 Post

    Default Name change?

    Okay, so, supposedly a while back you could note one of the higher-up admins and ask for them to change your FA name so you don't have to go through the hassle of switching accounts and all that bullshit. Do they still do that, or am I screwed?
    (]~~[)
    .-Little~Bit-.

  2. #2
    White Devil IT'S OVER 9,000!!!1!!11! dinosaurdammit's Avatar
    Join Date
    Oct 2010
    Location
    ظل الشيطان الأبيض المقدسة ، وجبل وبحر الشمال
    Species
    Skinwalker and a cactus humping human
    Posts
    9,710
    This
    904
    This'd 4,557 Times in 1,751 Posts

    Default Re: Name change?

    Quote Originally Posted by TheCorgi View Post
    Okay, so, supposedly a while back you could note one of the higher-up admins and ask for them to change your FA name so you don't have to go through the hassle of switching accounts and all that bullshit. Do they still do that, or am I screwed?

    They switch it on the forums but I dont think I have ever known them to switch mainside accounts. Make a new one, move to the new one is about the best you can do :/

    Quote Originally Posted by Sarcastic Coffeecup View Post
    I once played solitaire with tarot cards...
    Three men died


  3. #3
    Quite a vicious little booger. Pack Member Little~Bit's Avatar
    Join Date
    Aug 2009
    Location
    Lafayette, GA
    Species
    Horse (Mustang)
    Posts
    36
    This
    17
    This'd 1 Time in 1 Post

    Default Re: Name change?

    LAME. BC
    (]~~[)
    .-Little~Bit-.

  4. #4
    Ultima Ratio Forum The 5,000 Club Corto's Avatar
    Join Date
    Nov 2008
    Posts
    7,237
    This
    364
    This'd 1,346 Times in 675 Posts

    Default Re: Name change?

    This ain't an official answer but as far as I know changing names over at mainsite is impossible because of how the site is coded or something.

  5. #5
    Quite a vicious little booger. Pack Member Little~Bit's Avatar
    Join Date
    Aug 2009
    Location
    Lafayette, GA
    Species
    Horse (Mustang)
    Posts
    36
    This
    17
    This'd 1 Time in 1 Post

    Default Re: Name change?

    Yeah, seems FA isn't coded to change much of anything except what's on your profile page..
    (]~~[)
    .-Little~Bit-.

  6. #6
    No faith for this site Forum Legend
    Join Date
    Jul 2008
    Location
    That way
    Species
    Disputed
    Posts
    1,766
    This
    478
    This'd 182 Times in 104 Posts

    Default Re: Name change?

    Gotta love technology.

  7. #7
    Bitch Please The 5,000 Club SIX's Avatar
    Join Date
    Jan 2011
    Location
    51.262,-0.857
    Species
    Hybrid Quilava
    Posts
    5,175
    This
    1,554
    This'd 1,766 Times in 872 Posts

    Default Re: Name change?

    The first thing I have to say is you have the best license plate. Except for this guy.

    Secondly, unfortunately, to cut a long story short... when you sign up to an account, you create a new entry into a database. The way the data's saved in that database means that all the information on an account is unique to a username, and the username can't be changed.

  8. #8
    Forum Legend
    Join Date
    Nov 2007
    Posts
    1,133
    This
    1
    This'd 2 Times in 2 Posts

    Default Re: Name change?

    As SIX said the database is done in such a way that once the account is created the username field is the primary key and uniquely identified. So unfortunatly the option to change your username doesn't exist. That function was supposed to be included with the Ferrox update (As Ferrox was a complete re-write of the site code and db structure), Since Ferrox has stalled and is now longer being actively worked upon. The username feature is unlikely to be added until a new re-write is performed. The only rewrite I know of that we're likely to see in the future is that of the UI, in which you'll only see graphic changes as well as layout.

  9. #9
    Obb lives. Pack Member Lucky_White's Avatar
    Join Date
    Mar 2007
    Posts
    26
    This
    0
    Agreed With 3 Times in 1 Post

    Default Re: Name change?

    Can they change the code so your user name is still used within the code, but the displayed name is different? A sort of alias system, where both names would redirect to your page but only one would show at a time?

  10. #10
    Bitch Please The 5,000 Club SIX's Avatar
    Join Date
    Jan 2011
    Location
    51.262,-0.857
    Species
    Hybrid Quilava
    Posts
    5,175
    This
    1,554
    This'd 1,766 Times in 872 Posts

    Default Re: Name change?

    Quote Originally Posted by Lucky_White View Post
    Can they change the code so your user name is still used within the code, but the displayed name is different? A sort of alias system, where both names would redirect to your page but only one would show at a time?
    Well, it would involve adding a new field to the database; which supposedly was to come with Ferrox, but difficulties were had and Ferrox was postponed indefinitely. In any case, changing the database structure would be very difficult..

  11. #11
    Forum Legend
    Join Date
    Nov 2007
    Posts
    1,133
    This
    1
    This'd 2 Times in 2 Posts

    Default Re: Name change?

    Quote Originally Posted by Lucky_White View Post
    Can they change the code so your user name is still used within the code, but the displayed name is different? A sort of alias system, where both names would redirect to your page but only one would show at a time?
    Quote Originally Posted by SIX View Post
    Well, it would involve adding a new field to the database; which supposedly was to come with Ferrox, but difficulties were had and Ferrox was postponed indefinitely. In any case, changing the database structure would be very difficult..
    I remember having a discussion with a member of staff about this a year or two ago.
    You could in theory add a new field to the database and have an alias system, however, if that was done it would break the table in which the user info sits and to put it bluntly all hell would break loose. (Or to use the term in the original discussion, a "cascading" issue). Also since I believe (I'm not 100% sure) that the userpages on this site are Rewrites using htaccess, there would have to be some rule to tell it that 2 names refer to one page.

    Its highly unlikely that a rename feature is going to appear anytime soon.

  12. #12
    No faith for this site Forum Legend
    Join Date
    Jul 2008
    Location
    That way
    Species
    Disputed
    Posts
    1,766
    This
    478
    This'd 182 Times in 104 Posts

    Default Re: Name change?

    Quote Originally Posted by SIX View Post
    In any case, changing the database structure would be very difficult..
    Implying it is even possible at this point.
    The whole thing is a mess and needs to be completely re-written, preferably by someone who isn't an ignorant twat.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Links monetized by VigLink