Registration editing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Horizon22
    New Member
    • Apr 2001
    • 23

    Registration editing

    How do i take out different items on the registration process...I do not want to have peoples ICQ numbers or AIM numbers entered?
  • JamesUS
    Senior Member
    • Aug 2000
    • 4622

    #2
    The best way is to remove them from these templates:
    -registeradult
    -registercoppa
    -getinfo
    -usercp_editprofile

    Comment

    • Wayne Luke
      vBulletin Technical Support Lead
      • Aug 2000
      • 74132

      #3
      Actually the best way is to make the individual fields hidden with empty values for strings, 0 (zero) values for yes/no options for no, 1 values for yes.

      This will make sure that you don't trip up on any database inserts or field requirements.
      Translations provided by Google.

      Wayne Luke
      The Rabid Badger - a vBulletin Cloud demonstration site.
      vBulletin 5 API

      Comment

      • Horizon22
        New Member
        • Apr 2001
        • 23

        #4
        Yes but I need to know where to change these fields from 1 to 0....I am not a huge programmer, this is my first time using PHP.

        Comment

        • Horizon22
          New Member
          • Apr 2001
          • 23

          #5
          bump

          Comment

          • Freddie Bingham
            Former vBulletin Developer
            • May 2000
            • 14057
            • 1.1.x

            #6
            Please don't bump your posts within 2 hours of each other. I am sure the people that were helping you will see you new reply in due time.

            Comment

            • Horizon22
              New Member
              • Apr 2001
              • 23

              #7
              They where exactly 2 hours apart....not within.

              Comment

              • Freddie Bingham
                Former vBulletin Developer
                • May 2000
                • 14057
                • 1.1.x

                #8
                Look there is no "2 hour" rule so please don't play semantics with me by taking my post literally.

                Why don't we say make a rule of 10 hours so you will have some order to follow.

                Comment

                • Horizon22
                  New Member
                  • Apr 2001
                  • 23

                  #9
                  bump again, cause i need to edit the registration process.

                  Comment

                  • JamesUS
                    Senior Member
                    • Aug 2000
                    • 4622

                    #10
                    As freddie said, please do not bump your post within a few hours. Someone will answer your post as soon as they can.

                    To answer your question, change the fields from:
                    <input type="text" name="whatever">
                    to
                    <input type="hidden" name="whatever" value="">

                    Comment

                    • Horizon22
                      New Member
                      • Apr 2001
                      • 23

                      #11
                      In which templates though

                      Comment

                      • Wayne Luke
                        vBulletin Technical Support Lead
                        • Aug 2000
                        • 74132

                        #12
                        The same ones mentioned in your original post.
                        Translations provided by Google.

                        Wayne Luke
                        The Rabid Badger - a vBulletin Cloud demonstration site.
                        vBulletin 5 API

                        Comment

                        • Horizon22
                          New Member
                          • Apr 2001
                          • 23

                          #13
                          Originally posted by JamesUS
                          The best way is to remove them from these templates:
                          -registeradult
                          -registercoppa
                          -getinfo
                          -usercp_editprofile
                          THESE??? I did not post this though

                          I was able to put in the hidden line, but AIM title is still there...any way to delete that?

                          Comment

                          • JamesUS
                            Senior Member
                            • Aug 2000
                            • 4622

                            #14
                            Try removing the whole row block:
                            <tr><td>...</tr>
                            etc
                            and then adding the hidden input tags in the row block's place.

                            Comment

                            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                            Working...