Need to eliminate portion of users online display

Started by scorp, March 10, 2006, 07:39:13 AM

Previous topic - Next topic

scorp

Which file and what code do I need to modify to eliminate the
QuoteUsers active in past 15 minutes:
display at the bottom of 1.1RC2? I still wan t to display the members online. I only want to eliminate the display of the time period.

RyanJones

Should to be too hard :)

Open: Themes/theme_name_here/BoardIndex.template.php

Find:

	
	
echo 
'
	
	
	
	
	
	
	
'
$txt[140], ':<br />'implode(', '$context['list_users_online']);



Replace With:

	
	
echo 
implode(', '$context['list_users_online']);



Cheers,

Ryan Jones
RyanJ (Ryan Jones)

Support Web Standards!

Currently working On: Additions to the Karma system.

scorp


RyanJones

RyanJ (Ryan Jones)

Support Web Standards!

Currently working On: Additions to the Karma system.

Advertisement: