Online status is not showing true Value

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rfi
    Senior Member
    • Jul 2010
    • 117
    • 4.2.X

    Online status is not showing true Value

    Hi


    I was trying demo version of vb5 noticed that although i am online yet the status icon in the post shows that i am offline? why is that?


    attaching an image as wellClick image for larger version

Name:	001.png
Views:	1
Size:	437.7 KB
ID:	3724753

    Best Regards,
    RFI
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    That is a known bug, I would check the tracker for a pending solution.

    Comment

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

      #3
      This will be fixed in an upcoming release.
      Translations provided by Google.

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

      Comment

      • GamesItalia
        Member
        • Nov 2013
        • 38
        • 5.7.0

        #4
        Hi guys, how change the online status position?
        Thanks
        https://invisiongame.net

        Comment

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

          #5
          Originally posted by GamesItalia
          Hi guys, how change the online status position?
          Thanks
          Use CSS to change position. Where do you want it moved?

          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

          • GamesItalia
            Member
            • Nov 2013
            • 38
            • 5.7.0

            #6
            Before the avatar.
            https://invisiongame.net

            Comment

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

              #7
              Add this custom css in css_additional template or via Sitebuilder > Style > CSS Editor.

              Code:
              body:not(.l-small) .b-post > .l-row { position: relative; }
              body:not(.l-small) .b-post .b-userinfo__icons { position: static; }
              body:not(.l-small) .b-post .b-userinfo__icon {
                  position: absolute;
                  bottom: 10px;
                  left: 10px;
                  top: auto;
              }
              body:not(.l-small) .b-post .b-userinfo__icon.online,
              body:not(.l-small) .b-post .b-userinfo__icon.OLD__online-status,
              body:not(.l-small) .b-post .b-userinfo__icon.online-status {
                  top: 10px;
                  bottom: auto;
              }
              This should move the online icon to the upper left corner of the postbit area.

              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

              • GamesItalia
                Member
                • Nov 2013
                • 38
                • 5.7.0

                #8
                Perfect...thanks so much
                https://invisiongame.net

                Comment

                • arshadeomran
                  Member
                  • Dec 2013
                  • 82
                  • 4.2.X

                  #9
                  Originally posted by Glenn Vergara
                  Add this custom css in css_additional template or via Sitebuilder > Style > CSS Editor.

                  Code:
                  body:not(.l-small) .b-post > .l-row { position: relative; }
                  body:not(.l-small) .b-post .b-userinfo__icons { position: static; }
                  body:not(.l-small) .b-post .b-userinfo__icon {
                  position: absolute;
                  bottom: 10px;
                  left: 10px;
                  top: auto;
                  }
                  body:not(.l-small) .b-post .b-userinfo__icon.online,
                  body:not(.l-small) .b-post .b-userinfo__icon.OLD__online-status,
                  body:not(.l-small) .b-post .b-userinfo__icon.online-status {
                  top: 10px;
                  bottom: auto;
                  }
                  This should move the online icon to the upper left corner of the postbit area.
                  Hi Glenn,
                  I want to change "online situation" from present location to the upper right corner of the postbit area.
                  When I am using your code, the "situation onlie" is not showing!
                  Please help me.
                  Thanks.
                  مرجع آزمونهای مهندسی عمران
                  www.arshadeomran.ir

                  Comment

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

                    #10
                    Add the one in red:

                    Code:
                    body:not(.l-small) .b-post > .l-row { position: relative; }
                    body:not(.l-small) .b-post .b-userinfo__icons { position: static; }
                    body:not(.l-small) .b-post .b-userinfo__icon {
                        position: absolute;
                        bottom: 10px;
                        left: 10px;
                        top: auto;
                    }
                    body:not(.l-small) .b-post .b-userinfo__icon.online,
                    body:not(.l-small) .b-post .b-userinfo__icon.OLD__online-status,
                    body:not(.l-small) .b-post .b-userinfo__icon.online-status {
                        top: 10px;
                        bottom: auto;
                        [COLOR=#FF0000]left: 135px; /* adjust as necessary */[/COLOR]
                    }

                    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

                    • arshadeomran
                      Member
                      • Dec 2013
                      • 82
                      • 4.2.X

                      #11
                      Originally posted by Zachery
                      That is a known bug, I would check the tracker for a pending solution.
                      Originally posted by Wayne Luke
                      This will be fixed in an upcoming release.
                      Hi,
                      I have problem with online status in postbit. It shows online for offline users. My vb is 5.1.7.
                      How can I fix it?
                      Thanks.
                      مرجع آزمونهای مهندسی عمران
                      www.arshadeomran.ir

                      Comment

                      • arshadeomran
                        Member
                        • Dec 2013
                        • 82
                        • 4.2.X

                        #12
                        Help me please!
                        مرجع آزمونهای مهندسی عمران
                        www.arshadeomran.ir

                        Comment

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

                          #13
                          Originally posted by arshadeomran
                          I have problem with online status in postbit. It shows online for offline users. My vb is 5.1.7.
                          How can I fix it?
                          This is a known bug, which will be fixed in an upcoming version (VBV-11948).

                          Comment

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

                            #14
                            Originally posted by arshadeomran
                            Help me please!

                            You'll need to wait until an official fix is released. Currently it is targeted towards 5.1.9.
                            Translations provided by Google.

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

                            Comment

                            Related Topics

                            Collapse

                            Working...