Usergroup Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • HaYLaZ
    Member
    • Apr 2005
    • 67
    • 3.8.x

    Usergroup Problem

    Hi;

    I have created new usergroup and gived all permissions abuot profile styling.
    But users in this group cant see stylized profiles.They see stylized profiles normal. They can edit their profiles, colors brders ect but they cant see others stylized profiles.

    I have deleted and re created the group controlled all permissions but not.

    I have checked suspected file versions they are ok.

    Repaired and optimized the tables but not.

    NOTE: I have created group registered users permission based.

    Using Vbulletin 3.7.3
    by
    HaYLaZ
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    When viewing a person's profile there is a link to show or hide customizations. Make sure it's set to show. Of you can run this query to enable that preference for all current users (backup first):

    UPDATE user
    SET options = options + 1048576
    WHERE NOT(options & 1048576)

    Comment

    • HaYLaZ
      Member
      • Apr 2005
      • 67
      • 3.8.x

      #3
      Thanks for your reply.

      But I cant see the hide or show the customizations link. Where is it?
      by
      HaYLaZ

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        It is in the bar directly below the person's avatar, in the place where Customize Profile shows when you view your own profile.

        Comment

        • HaYLaZ
          Member
          • Apr 2005
          • 67
          • 3.8.x

          #5
          Thanks.Solved
          by
          HaYLaZ

          Comment

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