What's Going On? Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bob_R
    Senior Member
    • Jun 2009
    • 522
    • 3.8.x

    [Forum] What's Going On? Question

    How do I get (screenshot provided) the part of the What's Going On? box which shows here at this site while you're logged in

    as opposed to this (screenshot provided) that shows on my site.

    Thank you.
    Attached Files

  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    You mean the list of users who have been active in the last 24 hours? AdminCP > Settings > Options > Forum Home: visiting members

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools <- awesome site for html/css help

    Comment

    • Bob_R
      Senior Member
      • Jun 2009
      • 522
      • 3.8.x

      #3
      Thanks.

      But, this is listed underneath (see screenshot in this post) The list of members has been disabled by the forum administrators.

      It does not say that at this site. See screenshot from post #1 as a visual.
      Attached Files

      Comment

      • TheLastSuperman
        Senior Member
        • Sep 2008
        • 1799

        #4
        Originally posted by Bob_R
        Thanks.

        But, this is listed underneath (see screenshot in this post) The list of members has been disabled by the forum administrators.

        It does not say that at this site. See screenshot from post #1 as a visual.
        Same area in admincp as Lynne noted above and look for:

        Display Member Names
        Set to 'yes' to list the visiting member names in the display.
        Therefor based on the above setting, if we select "no" it will show the message you mentioned .


        Former vBulletin Support Staff
        Hacked recently? See my blog post "Recovering a Hacked vBulletin Site".
        Thinking outside the box? Need modification support? Visit www.vBulletin.org and have at it!

        Comment

        • Bob_R
          Senior Member
          • Jun 2009
          • 522
          • 3.8.x

          #5
          Originally posted by TheLastSuperman
          Therefor based on the above setting, if we select "no" it will show the message you mentioned .
          It is set to 'no'

          But, underneath the Total members that have visited the forum today

          is


          The list of members has been disabled by the forum administrators.

          I wish for this not to appear as it doesn't appear here at this site.

          Comment

          • TheLastSuperman
            Senior Member
            • Sep 2008
            • 1799

            #6
            Ohh well then simply trick it .

            Edit Phrases and find the phrase "member_list_disabled" and then edit that phrase, in the bottom box enter in:

            Code:
            <!-- Member List Disabled -->
            ^ As you can't save w/ a empty value for it to overwrite correctly therefor we simply use hidden comments and it saves the phrase. After you save that change to the member_list_disabled phrase refresh your forum and the message should now be removed .

            EDIT: Actually do this instead! Edit additional.css and add this code:

            Code:
            #wgo_members_list {
            display:none !important;
            }
            That's a simple CSS edit, no need to edit phrases .


            Former vBulletin Support Staff
            Hacked recently? See my blog post "Recovering a Hacked vBulletin Site".
            Thinking outside the box? Need modification support? Visit www.vBulletin.org and have at it!

            Comment

            • Bob_R
              Senior Member
              • Jun 2009
              • 522
              • 3.8.x

              #7
              OK, thank you.

              One final question I would only like it to be viewable by logged in members. Just like here at this site.

              Thank you.

              EDIT: Forget that last question. It is indeed not showing to non-members, not logged in members.
              Last edited by Bob_R; Mon 6 Aug '12, 7:03am.

              Comment

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