Online Users Module

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • FoundationalOne
    New Member
    • Dec 2013
    • 24
    • 5.0.X

    Online Users Module

    At this point it is broken and there is no work around.
    Would there be a straightforward way to remove the: "Most users ever online..." part?

    That way it just becomes a who is on now and shows avatars....

    Could VB supply a modified file of some kind that we could upload?
    Is there a single file we could potentially edit?

  • Captain Atkin
    Member
    • Nov 2013
    • 47
    • 5.0.X

    #2
    This is getting ridiculous. The numbers are never right. One day it will say "most users ever online: 58", and the next it will ssay "most users ever online:12". As well, it never gives an honest answer as to how many people are actually online when you are logged in. It will usually only show me and no one elkse logged in, even though other people are logged in. Is there a fix for this broken module?

    Comment

    • TLMD
      Senior Member
      • Sep 2012
      • 1766
      • 5.6.X

      #3
      There are JIRAs that cover issues with the Who's Online module, e.g. the following. Vote for them, if you want to get them fixed.


      Comment

      • FoundationalOne
        New Member
        • Dec 2013
        • 24
        • 5.0.X

        #4
        Originally posted by TLMD
        There are JIRAs that cover issues with the Who's Online module, e.g. the following. Vote for them, if you want to get them fixed.


        http://tracker.vbulletin.com/browse/VBV-9341

        Originally posted by Captain Atkin
        Is there a fix for this broken module?
        Heck, I am not even looking for a fix....I would be happy with a "workaround."

        Take out the broken part and leave the rest. Sounds easy....is this a coding nightmare or something?
        Why can't VB just remove the broken line from the module?

        Comment

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

          #5
          As far as I can see, the only real way to remove this is a template edit.

          Edit the template widget_onlineusers

          Remove 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>
          Last edited by Mark.B; Thu 16 Jan '14, 11:54pm.
          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

          • McLarenDan
            New Member
            • Jan 2013
            • 27
            • 4.2.X

            #6
            Originally posted by FoundationalOne




            Heck, I am not even looking for a fix....I would be happy with a "workaround."

            Take out the broken part and leave the rest. Sounds easy....is this a coding nightmare or something?
            Why can't VB just remove the broken line from the module?
            Well said,

            Thanks to Mark B for the workaround - I will test this now

            Comment

            • McLarenDan
              New Member
              • Jan 2013
              • 27
              • 4.2.X

              #7
              Mark:

              There was a small typo in the code you provided although I did manage to locate the correct code and remove it - this has been successful! Thanks again

              Comment

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

                #8
                Originally posted by McLarenDan
                Mark:

                There was a small typo in the code you provided although I did manage to locate the correct code and remove it - this has been successful! Thanks again
                So there was....that's weird. I have corrected it, thanks.
                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

                • FoundationalOne
                  New Member
                  • Dec 2013
                  • 24
                  • 5.0.X

                  #9
                  Originally posted by Mark.B
                  As far as I can see, the only real way to remove this is a template edit.

                  Edit the template widget_onlineusers

                  Remove 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>
                  Originally posted by McLarenDan
                  Mark:

                  There was a small typo in the code you provided although I did manage to locate the correct code and remove it - this has been successful! Thanks again
                  Thank you for the code...and the field test gentlemen!
                  Much appreciated.

                  Comment

                  Related Topics

                  Collapse

                  Working...