Remove graphics and column in 'What's going on'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vNovice
    Senior Member
    • Oct 2002
    • 148

    Remove graphics and column in 'What's going on'

    I'd like to remove the icons on the left side and the column they sit in. The graphics are called whos_online.gif and stats.gif.

    I know this will be in the Forum Home templates but I don't see where.

    Thanks
    Last edited by vNovice; Wed 10 Jan '07, 9:23pm.
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> FORUMHOME

    Remove the red code, add the blue code. Make the same change for the other sections below this block of code:

    Code:
    <!-- 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]" rel="nofollow">$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>
    		[color=red]<td class="alt2"><a href="online.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>[/color]
    		<td [color=blue]colspan="2"[/color] 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>

    Comment

    • vNovice
      Senior Member
      • Oct 2002
      • 148

      #3
      And again.

      Thank you sir!

      Comment

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