Can't change name in forums.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • [25H]B|Jgr.Jay64[X]

    #1

    Can't change name in forums.

    Well it used to say in user cp

    edit password,email username
    now, for me, it just says edit email,password
    i cant edit my username >< any idea why?
  • [BFECoD]Killuaxc'

    #2
    forum bug...
    it's been happening on n off for the past week lol

    Comment

    • Dan2k3k4
      Member
      • Oct 2003
      • 1283

      #3
      It should be fixed now...

      Comment

      • Galactus
        Member
        • Apr 2008
        • 53

        #4
        It happened to me forever, and dont forget once u change ur forum name to redo ur gts thingy.

        Comment

        • [25H]B|Jgr.Jay64[X]

          #5
          BUMP! its happened again

          Comment

          • [BFE]TA|Navajo

            #6
            Yep. I want to change mine, and no dice. I messaged Dan about it.

            Comment

            • [25H]B|Jgr.Jay64[X]

              #7
              Originally posted by [2]E/4|Sgt.SilentSteel
              Yep. I want to change mine, and no dice. I messaged Dan about it.

              u have dice? lets play

              Comment

              • Dan2k3k4
                Member
                • Oct 2003
                • 1283

                #8
                We're having problems with the Username hack we were using, we'll post about it when it's fixed asap :salute:

                If anyone really can't wait to change there username to something just PM me...

                Cheers!

                Comment

                • [25H]B|Jgr.Jay64[X]

                  #9
                  i couldnt wait...lol

                  Comment

                  • Frantic.ie

                    #10
                    I went to change my name, yes I do have permission. And it just comes up "Enter the field username" all of the time! even though I already did.

                    Comment

                    • [7F]O|Jgr.Zweibz7[BFE]

                      #11
                      Should be fixed now...

                      Comment

                      • [BFE]TA|Navajo

                        #12
                        I tried it - still does what Frntic states.

                        Comment

                        • [Retired]Poko

                          #13
                          here is a SS of frantic is talking about. Just happened to me.


                          Comment

                          • [7F]O|Jgr.Zweibz7[BFE]

                            #14
                            Roger, I'll try to figure it out tomorrow.

                            Comment

                            • [USAC]S|Cpl.TinFoil
                              Member
                              • Nov 2007
                              • 136

                              #15
                              Just looking at the source code at that page, and there's no field defined as 'username'.

                              el oh el.

                              Code:
                                          <!-- Hack: Username Management (MarcoH64) -->
                                          
                                              <fieldset class="fieldset">
                                                  <legend>Change Username (Optional)</legend>
                                                  <table cellpadding="0" cellspacing="3" border="0">
                                                  <tr>
                                                      <td>
                                                          <div>New Username:</div>
                                                          <div><input type="text" class="bginput" name="mh_unm_new_username" value="" size="50" maxlength="50" dir="ltr" /></div>
                                                      </td>
                                                  </tr>
                                                  <tr>
                                                      <td>
                                                          <div>Confirm New Username:</div>
                                                          <div><input type="text" class="bginput" name="mh_unm_confirm_new_username"  size="50" maxlength="50" dir="ltr" /></div>
                                                      </td>
                                                  </tr>
                                                  </table>
                                              </fieldset>
                                          
                                          <!-- / Hack: Username Management (MarcoH64) -->

                              Comment

                              Working...