Page 1 of 2 1 2 LastLast
Results 1 to 15 of 20

How to Hide Disable What's Going On Box

This is a discussion on How to Hide Disable What's Going On Box within the General Discussion forums, part of the vBSEO SEO Plugin category; How do i hide or disable "what's going on" and box for members and guest? I want to remove Statistics ...

  1. #1
    Member
    Real Name
    Opportunist
    Join Date
    Feb 2010
    Posts
    72
    Liked
    0 times

    How to Hide Disable What's Going On Box

    How do i hide or disable "what's going on" and box for members and guest?

    I want to remove Statistics and what's going on completely from the bottom of forum. But I want to keep (' xx ' Viewing) next to each forum name.

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    What version of vBulletin are you running?
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Member
    Real Name
    Opportunist
    Join Date
    Feb 2010
    Posts
    72
    Liked
    0 times
    I'm running 3.8.x

    3.8.2

  4. #4
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    On the forumhome template abouve the whats going on table you would add:

    <if condition="$show['member']">

    and add the </if> below the table.
    The Forum Hosting - Forum Hosting from the Forum Experts

  5. #5
    Member
    Real Name
    Opportunist
    Join Date
    Feb 2010
    Posts
    72
    Liked
    0 times
    does this work even wirth Virtual HTML?

    <!--VBSEO_VIRTUAL_HTML-->
    <!-- what's going on box -->
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <thead>
    <tr>
    <td class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
    </tr>
    </thead>
    <if condition="$show['loggedinusers']">
    <!-- logged-in users -->
    <tbody>
    <tr>
    <td class="thead" colspan="2">
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
    <a href="online.php$session[sessionurl_q]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
    </td>
    </tr>
    </tbody>
    <tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
    <tr>
    <td class="alt2"><a href="online.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
    <td class="alt1" width="100%">
    <div class="smallfont">
    <div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
    <div>$activeusers</div>
    </div>
    </td>
    </tr>
    </tbody>
    <!-- end logged-in users -->
    </if>
    <tbody>
    <tr>
    <td class="thead" colspan="2">
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
    <phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
    </td>
    </tr>
    </tbody>
    <tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
    <tr>
    <td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
    <td class="alt1" width="100%">
    <div class="smallfont">
    <div>
    $vbphrase[threads]: $totalthreads,
    $vbphrase[posts]: $totalposts,
    $vbphrase[members]: $numbermembers<if condition="$show['activemembers']">,
    <span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
    </if>
    </div>
    <div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
    </div>
    </td>
    </tr>
    </tbody>
    <if condition="$show['birthdays']">
    <!-- today's birthdays -->
    <tbody>
    <tr>
    <td class="thead" colspan="2">
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
    $vbphrase[todays_birthdays]
    </td>
    </tr>
    </tbody>
    <tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
    <tr>
    <td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
    <td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
    </tr>
    </tbody>
    <!-- end today's birthdays -->
    </if>
    <if condition="$show['upcomingevents']">
    <tbody>
    <tr>
    <td class="thead" colspan="2">
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
    <if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
    </td>
    </tr>
    </tbody>
    <tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
    <tr>
    <td class="alt2"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td>
    <td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
    </tr>
    </tbody>
    </table>
    </if>
    <br />
    <!-- end what's going on box -->
    <!--/VBSEO_VIRTUAL_HTML-->
    Where is the correct placement for it... i tried <if condition="$show['member']"> <!-- what's going on box --> and then <!-- end what's going on box --></if> but it didn't work.

  6. #6
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    You should put the conditional outside the virtual html code.

    <if condition="$show['member']">
    <!--VBSEO_VIRTUAL_HTML-->
    <!-- what's going on box -->

    CODE

    <!-- end what's going on box -->
    <!--/VBSEO_VIRTUAL_HTML-->
    </if>

  7. #7
    Member
    Real Name
    Opportunist
    Join Date
    Feb 2010
    Posts
    72
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    You should put the conditional outside the virtual html code.

    <if condition="$show['member']">
    <!--VBSEO_VIRTUAL_HTML-->
    <!-- what's going on box -->

    CODE

    <!-- end what's going on box -->
    <!--/VBSEO_VIRTUAL_HTML-->
    </if>

    this code doesn't work for me still unfortunately....

  8. #8
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    When you say it doesn't work how doesn't it? Does it throw errors?
    The Forum Hosting - Forum Hosting from the Forum Experts

  9. #9
    Member
    Real Name
    Opportunist
    Join Date
    Feb 2010
    Posts
    72
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    When you say it doesn't work how doesn't it? Does it throw errors?
    I mean nothing happens. The "what's going on" box and Statistics box stays visible for members, supermods, and admin. As if i didn't put any code in.

  10. #10
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    That would work, it should only be removed from guests. Did you want to remove it all together?
    The Forum Hosting - Forum Hosting from the Forum Experts

  11. #11
    Member
    Real Name
    Opportunist
    Join Date
    Feb 2010
    Posts
    72
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    That would work, it should only be removed from guests. Did you want to remove it all together?
    yes, i would like to remove it altogether for now..

    I have the option in Admin Control Panel to hide it from guest and display members randomly turned on.

  12. #12
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    You would remove the entire table then. Note that this will only remove it from view, not from the processing.
    The Forum Hosting - Forum Hosting from the Forum Experts

  13. #13
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    You can also make a fake condition that will never match, like

    <if condition="$show['tonoone']">

  14. #14
    Member
    Real Name
    Opportunist
    Join Date
    Feb 2010
    Posts
    72
    Liked
    0 times
    thanks to both of you...

    this works for me
    <if condition="$show['tonoone']">

  15. #15
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    No problem.
    The Forum Hosting - Forum Hosting from the Forum Experts

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Hide Link Backs
    By toon in forum LinkBacks
    Replies: 12
    Last Post: 08-24-2011, 02:48 PM
  2. hide img tag from guests
    By tsak76 in forum General Discussion
    Replies: 1
    Last Post: 07-13-2009, 02:52 PM
  3. hide linkbacks?
    By Julio in forum LinkBacks
    Replies: 4
    Last Post: 01-06-2008, 01:48 PM
  4. Hide/disable social bookmarks in private forums
    By eJM in forum Template Modifications
    Replies: 3
    Last Post: 08-20-2007, 07:27 PM
  5. How hide linkback menu?
    By metoo55 in forum LinkBacks
    Replies: 5
    Last Post: 05-03-2007, 04:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •