+ Reply to Thread
Results 1 to 3 of 3

Thread: Remove Who's Online & Site stats

  1. #1
    dai-kun is offline vBTubePRO-User BF
    Join Date
    Mar 2009
    Posts
    15

    Default Remove Who's Online & Site stats

    How do I do it? I think it's unnecessary for the home page for me at least.

    Thanks

  2. #2
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    7,665

    Default

    Template: vbtube_topview and vbtube_catview

    Delete

    PHP Code:
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <
    thead>
        <
    tr>
        <
    td class="$vbtube_table" colspan="2">$vbphrase[whats_going_on]</td>
        </
    tr>
        </
    thead>

        <if 
    condition="$show['loggedinusers']">
    .
    .
    .
    .
    .
        <
    td class="alt2"><a href="calendar.php$session[sessionurl_q]$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>
        </if>
    </
    table
    Kind Regards
    Murat K. aka - s7v7n

    Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.

  3. #3
    dai-kun is offline vBTubePRO-User BF
    Join Date
    Mar 2009
    Posts
    15

    Default

    Thanks, that works perfectly.

+ Reply to Thread

Bookmarks

Posting Permissions

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