custom profile issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Robbed
    Member
    • Oct 2005
    • 98
    • 4.2.X

    [Forum] custom profile issue

    After upgrading to 4.08 all my user profiles are messed up, the colors don't match some of the stuff you can't even see.

    I edited my profile to match the the style, i ran this quey



    but all the other profiles are still messed up. How do i fix this, good thing this is only on a test server and not live.
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24376
    • 5.7.X

    #2
    What exactly is messed up? Would be helpful if you could be more precise and give a screenshot or link
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • outlaw
      New Member
      • Feb 2010
      • 2
      • 4.0.0

      #3
      Not sure if this the same problem but sounds like it...Here's a link http://www.outlawdragbike.com/member.php?2-Lycan if you want to check it out for yourself. I Know it's a third party skin and waiting for an updated version (last was 4.0.7) and worked good. Will it solve this... who knows, it's always something. Never thought when I bought this software I was buying into a development. Sorry to the original poster for the high jack... but figured this might help you out.

      Click image for larger version

Name:	Picture1.jpg
Views:	1
Size:	34.8 KB
ID:	3680583

      Disabled add ons
      Click image for larger version

Name:	Picture2.jpg
Views:	1
Size:	36.5 KB
ID:	3680584
      Click image for larger version

Name:	Picture3.jpg
Views:	1
Size:	37.2 KB
ID:	3680585

      Comment

      • Sean James
        Senior Member
        • Apr 2004
        • 478

        #4
        Hey Outlaw for the profiles, check out this post: http://www.vbulletin.com/forum/conte...-Profile-Style.
        Bluepearl Skins - vBulletin 4 & 5 Skins

        Comment

        • outlaw
          New Member
          • Feb 2010
          • 2
          • 4.0.0

          #5
          Hey Griffin,

          Thanks! I think now that the problem is clear for me, I'll wait until 4.0.9 is fully released... looks like it's in the near future. Hopefully the problems will be resolved. Keep up the great work at Blue Pearl!

          Best regards,
          Gary

          Comment

          • Robbed
            Member
            • Oct 2005
            • 98
            • 4.2.X

            #6
            Click image for larger version

Name:	profile.jpg
Views:	1
Size:	20.8 KB
ID:	3680588I was asking how do i change the colors for the default skin. I designed mine to match everything now i want that one be set for every profile.


            Here's what it looked like after the upgrade. It looks like this for every profile. I want to change the default so every profile is the same until they change it.

            Comment

            • Trevor Hannant
              vBulletin Support
              • Aug 2002
              • 24376
              • 5.7.X

              #7
              Did you customise your own style so that the links are viewable? What's your userid on your site?

              If so, exactly what query did you run (please paste it in here)?
              Vote for:

              - Admin Settable Paid Subscription Reminder Timeframe (vB6)
              - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

              Comment

              • Robbed
                Member
                • Oct 2005
                • 98
                • 4.2.X

                #8
                UPDATE customprofile SET userid = -1 WHERE userid = 1;
                My userid is 1 . I sent you a pm with the site info since it's not live yet. It's based off the default style, the only thing we changed is colors, gradients, added a header.
                Last edited by Robbed; Fri 29 Oct '10, 7:04am.

                Comment

                • Robbed
                  Member
                  • Oct 2005
                  • 98
                  • 4.2.X

                  #9
                  Is there a query that can set all the color codes that i'm using on every user account?

                  Comment

                  • Robbed
                    Member
                    • Oct 2005
                    • 98
                    • 4.2.X

                    #10
                    I played around with it some more.

                    It looks like for that command to work all the usergroup settings have to be set to yes.

                    Can Edit Font Family
                    Yes No

                    Can Edit Font Size
                    Yes No

                    Can Edit Colors Covers font and background colors
                    Yes No

                    Can Edit Background Images Users must have user album permissions as well
                    Yes No

                    Can Edit Borders Covers border style, color, and width
                    Yes No

                    Can Edit Profile PrivacyWhether the user can hide blocks on their profile page from other users
                    Yes No

                    Can Customize Profile
                    Yes No

                    As soon as you choose NO to one of them it takes that option and pulls it from stylevar. If i select no to background it won't set the right background color.

                    This has to be fixed because i dont want all my usergroups set to yes for everything.

                    Comment

                    • Robbed
                      Member
                      • Oct 2005
                      • 98
                      • 4.2.X

                      #11
                      Nevermind, found the fix

                      Looks like their has been a fix since oct 22nd.

                      Fix that appears to work

                      In /vb/profilecustomize.php, about line 195, just after

                      public static function getSiteDefaultTheme()
                      {

                      add

                      //try pulling a site customization
                      $theme_data = vB_dB_Assertor::getInstance()->assertQuery('customprofile',
                      array('type' => 's', 'userid' => -1) );
                      if ($theme_data->valid())
                      {
                      $theme = $theme_data->current();
                      if ($theme_data->valid())
                      { return $theme; }
                      }

                      Comment

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