Online Users Module not displaying properly

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • osras1
    Senior Member
    • Feb 2014
    • 335
    • 5.0.X

    #31
    i was informed yesterday that the bug will be fixed in 5.1.4 ...which isnt out yet.

    Comment

    • cdisde
      New Member
      • Jul 2014
      • 3
      • 5.0.X

      #32
      I have the situation, that I am not shown the most users ever logged in at the same time, but the most users logged in at the current day.
      Where do I change this setting?

      thanks in advance for your help

      Comment

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

        #33
        Most users ever online is currently broken, there is no setting to change for this, sorry.
        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

        • Tibald
          New Member
          • Sep 2009
          • 27

          #34
          Guys maybe somebody have hack for fix it untill it fixed on standarts vb version?
          Last edited by Tibald; Fri 17 Oct '14, 1:32am. Reason: grammatic
          http://f5.s.qip.ru/1...mt2nuH.gi - this is signature image added manually by IMG tag

          Comment

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

            #35
            Originally posted by Tibald
            Guys maybe somebody have hack for fix it untill it fixed on standarts vb version?
            No, there isn't, sorry. If it really bothers you, you can edit the template and remove the code that displays it.

            In template widget_onlineusers, find this code:
            Code:
            <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw onlineUserCounts.recordusers}, {vb:raw onlineUserCounts.recorddate}, {vb:raw onlineUserCounts.recordtime}}</p>
            Replace with:
            Code:
            <p style="display:none;">{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw onlineUserCounts.recordusers}, {vb:raw onlineUserCounts.recorddate}, {vb:raw onlineUserCounts.recordtime}}</p>
            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

            • glennrocksvb
              Former vBulletin Developer
              • Mar 2011
              • 4011
              • 5.7.X

              #36
              Originally posted by Mark.B

              No, there isn't, sorry. If it really bothers you, you can edit the template and remove the code that displays it.

              In template widget_onlineusers, find this code:
              Code:
              <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw onlineUserCounts.recordusers}, {vb:raw onlineUserCounts.recorddate}, {vb:raw onlineUserCounts.recordtime}}</p>
              Replace with:
              Code:
              <p style="display:none;">{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw onlineUserCounts.recordusers}, {vb:raw onlineUserCounts.recorddate}, {vb:raw onlineUserCounts.recordtime}}</p>
              Why edit the online users widget template when you can hide that text via css_additional.css?

              Code:
              .wol-widget .widget-content > p + p { display: none; }

              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

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

                #37
                Originally posted by Glenn Vergara
                Why edit the online users widget template when you can hide that text via css_additional.css?

                Code:
                .wol-widget .widget-content > p + p { display: none; }
                Thanks Glenn, I'd never worked out a successful piece of css to do it, I'll keep a note of that.
                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

                • Aquarist
                  New Member
                  • Oct 2014
                  • 21
                  • 5.1.x

                  #38
                  Any news on this issue? it really hurts new forums that just started to get members to join in, there is many guests but no new members since it shows most users ever online was 1 on such date.

                  Comment

                  Related Topics

                  Collapse

                  Working...