Showing usernames only on Whose online page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • error404
    Senior Member
    • Mar 2004
    • 117
    • 5.7.X

    Showing usernames only on Whose online page

    Hi Dear

    Finally upgraded our forum to latest version of VB looks good so far we were on 4.2 before


    On the whose online screen it now shows avatar only instead of username like the old version? any way of changing it so it shows username only?

    MPADC
  • glennrocksvb
    Former vBulletin Developer
    • Mar 2011
    • 4021
    • 5.7.X

    #2
    It shows both avatars and usernames. To hide the avatars, add this CSS in css_additional template:

    Code:
    .memberAvatar {
        display: none;
    }
    
    .l-small .b-memberlist__member-details.h-hide-on-large {
        margin-left: 0;
    }

    Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

    Comment

    • Mrs.T
      Senior Member
      • Nov 2007
      • 1216
      • 6.0.X

      #3
      I like this idea as when people don't have an avatar you just get lots of grey heads! However, just added the CSS but the avatars are still there, both in 'who's online' and 'what's going on'. Did a hard refresh and cleared the cache but they are still there.

      Click image for larger version

Name:	avatars whos online.png
Views:	197
Size:	15.4 KB
ID:	4382600Click image for larger version

Name:	avatars whats going on.png
Views:	198
Size:	28.3 KB
ID:	4382601

      Comment

      • Mrs.T
        Senior Member
        • Nov 2007
        • 1216
        • 6.0.X

        #4
        Any ideas on this Glenn Vergara I still can't hide the avatars using your code.

        Comment

        • Mark.B
          vBulletin Support
          • Feb 2004
          • 24287
          • 6.0.X

          #5
          Edit the module, it's an option in there.

          Display Avatars > No
          MARK.B
          vBulletin Support
          ------------
          My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
          My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

          Comment

          • Mrs.T
            Senior Member
            • Nov 2007
            • 1216
            • 6.0.X

            #6
            Originally posted by Mark.B
            Edit the module, it's an option in there.

            Display Avatars > No
            Thanks Mark

            Comment

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

              #7
              Originally posted by MrsTiggywinkle
              I like this idea as when people don't have an avatar you just get lots of grey heads! However, just added the CSS but the avatars are still there, both in 'who's online' and 'what's going on'.
              I always thought we should integrate with the Gravatar (Globally recognized avatar) service instead of having a default avatar. http://tracker.vbulletin.com/browse/VBV-16073

              Translations provided by Google.

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

              Comment

              • Stigur
                Member
                • May 2015
                • 41
                • 5.5.x

                #8
                Originally posted by Wayne Luke

                I always thought we should integrate with the Gravatar (Globally recognized avatar) service instead of having a default avatar. http://tracker.vbulletin.com/browse/VBV-16073
                That sounds like a really good idea. But if it's done, I hope it is an option you can switch to instead of being the only way of displaying avatars.
                FlameofUdûn.net

                Comment


                • Mrs.T
                  Mrs.T commented
                  Editing a comment
                  I agree, not everyone on our site would want that, they often have a photo of their motorhome.

                • Wayne Luke
                  Wayne Luke commented
                  Editing a comment
                  The actual JIRA says to use it to replace the default avatar only and to make it optional for users to upload it as their Avatar. If the user uploads their own avatar, the system would display it just like it does now.

              Related Topics

              Collapse

              Working...