Save As Site Default In Profile

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jack.D
    New Member
    • Dec 2010
    • 17
    • 4.1.x

    [Forum] Save As Site Default In Profile

    Hello Guys

    Please help me basically whats happened is i have customized my profile and clicked set as site default and now i cant revert is there any way possible i can
  • Jack.D
    New Member
    • Dec 2010
    • 17
    • 4.1.x

    #2
    is there a query i can run

    Comment

    • Jack.D
      New Member
      • Dec 2010
      • 17
      • 4.1.x

      #3
      Bump

      Comment

      • Jack.D
        New Member
        • Dec 2010
        • 17
        • 4.1.x

        #4
        Anyone

        Comment

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

          #5
          Delete your profile customization or the default?

          In the future please wait 24 hours to bump your posts. Bumping your posts "answers" them and can remove them from various filters that we use to find new help requests.
          Translations provided by Google.

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

          Comment

          • Jack.D
            New Member
            • Dec 2010
            • 17
            • 4.1.x

            #6
            Bassically everyone who registers on my site has my profile because i clicked save as site default is there any way i can revert site default

            Comment

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

              #7
              Delete the row in the customprofile table with the customprofileid of -1.
              Translations provided by Google.

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

              Comment

              • Jack.D
                New Member
                • Dec 2010
                • 17
                • 4.1.x

                #8
                Thanks Wayne

                You have solved my problem

                Comment

                • Baja
                  New Member
                  • Aug 2009
                  • 11

                  #9
                  Originally posted by Wayne Luke
                  Delete the row in the customprofile table with the customprofileid of -1.
                  For those that stumble across this thread like I did, it appears the settings have changed.

                  Delete the row containing a userid of -1.

                  Comment

                  • jumbo-mumbo
                    Senior Member
                    • Dec 2007
                    • 443
                    • 4.0.0

                    #10
                    Originally posted by Wayne Luke
                    Delete the row in the customprofile table with the customprofileid of -1.
                    I have a same situation and I cannot find any row with customprofileid == -1 under customprofile
                    ------
                    Code:
                    MySQL returned an empty result set (i.e. zero rows). ( Query took 0.0004 sec )
                    ========
                    SELECT  * 
                    FROM  `vb_customprofile` 
                    WHERE customprofileid =  '-1'
                    LIMIT 0 , 30
                    I tried Phpmyadmin as well. no luck

                    Please guide.

                    Comment

                    • Lynne
                      Former vBulletin Support
                      • Oct 2004
                      • 26255

                      #11
                      As stated in post 9, it is the userid that is -1

                      Code:
                      SELECT  * FROM  `vb_customprofile`
                      WHERE userid =  `-1`

                      Please don't PM or VM me for support - I only help out in the threads.
                      vBulletin Manual & vBulletin 4.0 Code Documentation (API)
                      Want help modifying your vbulletin forum? Head on over to vbulletin.org
                      If I post CSS and you don't know where it goes, throw it into the additional.css template.

                      W3Schools <- awesome site for html/css help

                      Comment

                      • jumbo-mumbo
                        Senior Member
                        • Dec 2007
                        • 443
                        • 4.0.0

                        #12
                        that worked !!
                        Thanks Lynne

                        Comment

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