Force secondary title override?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Apoco
    Member
    • Mar 2003
    • 72
    • 3.0.0 Beta 7

    Force secondary title override?

    aight, I searched for this, but alass all I found was a closed thread from 2004 with a 2006 post from Steve saying "make a new thread" so I am.

    I want to force a secondary usergroups title to override the primary group.

    I have all registered users primary usergroup set to Registered Users., and all other groups set as secondary groups.

    I want the secondary groups titles to override "Registered Users" title by default.

    ie:
    Usergroup 1 has a title of: "Title 1"
    Usergroup 2 has a title of: "Title 2"

    User A has a Primary Usergroup of 1
    and a secondary usergroup of 2
    By default, his title is "Title 1"
    I want by default his title to be "Title 2"
    ..
    Any ideas?
    Come chat with vBulletin fans, enthusiasts, official staff, and team members @ irc chat
    Server: irc.vBulletin.nl
    port: 6667

    #vBfans, #vBorg,

    1. vBulletin.nl -Nov '03- Competion Winner
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    That is normally a user preference:

    User CP -> Group Memberships

    You can also manually edit a user's profile in your Admin CP to change their display group, after which you must rebuild your titles:

    Admin CP -> Maintenance -> Update Counters

    There is no option to change the default title group. This is always the primary group.

    Comment

    • Apoco
      Member
      • Mar 2003
      • 72
      • 3.0.0 Beta 7

      #3
      so either I manually go in and change all 500+ users in the group's profiles, or I am stuck with the default titles/username labels?
      Come chat with vBulletin fans, enthusiasts, official staff, and team members @ irc chat
      Server: irc.vBulletin.nl
      port: 6667

      #vBfans, #vBorg,

      1. vBulletin.nl -Nov '03- Competion Winner

      Comment

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

        #4
        Another option is to use a query to mass update the display groups of all users. For example, this query will set the display group to usergroupid X for all users who are secondary members of that group:

        Code:
        UPDATE user
        SET displaygroupid = [color=red]X[/color]
        WHERE FIND_IN_SET([color=red]X[/color], membergroupids)
        You will need to update counters after.

        Comment

        • Apoco
          Member
          • Mar 2003
          • 72
          • 3.0.0 Beta 7

          #5
          Thanks~
          Come chat with vBulletin fans, enthusiasts, official staff, and team members @ irc chat
          Server: irc.vBulletin.nl
          port: 6667

          #vBfans, #vBorg,

          1. vBulletin.nl -Nov '03- Competion Winner

          Comment

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