Page 2 of 2 FirstFirst 1 2
Results 16 to 20 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; Would this work the same for vbulletin 4.0 series or would there be a different code to hide the whats ...

  1. #16
    Member joeman's Avatar
    Real Name
    Joe
    Join Date
    Sep 2010
    Location
    California
    Posts
    76
    Liked
    0 times
    Would this work the same for vbulletin 4.0 series or would there be a different code to hide the whats going on box ?

  2. #17
    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
    The concept is the same, but the actual markup has changed a bit. If you can read html, you should be able to find this section fairly easily and get the virtual or template conditionals wrapped around it in vb4 style.

  3. #18
    Member joeman's Avatar
    Real Name
    Joe
    Join Date
    Sep 2010
    Location
    California
    Posts
    76
    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>
    Quote Originally Posted by Brian Cummiskey View Post
    The concept is the same, but the actual markup has changed a bit. If you can read html, you should be able to find this section fairly easily and get the virtual or template conditionals wrapped around it in vb4 style.
    I found the code in the forumhome area and I input the code the same way you posted previously

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

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

    I got this error message after trying to save changes:

    Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 3339

    The following error occurred when attempting to evaluate this template:
    %1$s
    This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

  4. #19
    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 need to change the <if to <vb:if
    and /if> to /vb:if>
    to match vb4's template class

  5. #20
    Member joeman's Avatar
    Real Name
    Joe
    Join Date
    Sep 2010
    Location
    California
    Posts
    76
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    you need to change the <if to <vb:if
    and /if> to /vb:if>
    to match vb4's template class
    Awesome it worked great now. Thanks Brian!

Page 2 of 2 FirstFirst 1 2

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
  •