PDA

View Full Version : Remove Time Played?


vern17
02-09-2007, 12:01 AM
I was wondering if there is a way to remove the 'Time Played' section from the games. I appreciate the help.

stangger5
02-09-2007, 12:34 AM
I was wondering if there is a way to remove the 'Time Played' section from the games. I appreciate the help.

To remove Time Played and Times Played..

For the ibparcade skin..
Look in arcade/skins/skin_Arcade.php

Find and Delete this :


<fieldset>
<legend><b>{$ibforums->lang['gamebox_stats']}</b></legend>
<center><span class="smallfont">
{$ibforums->lang['times_played']}<b>{$entry['gcount']}</b>
<br />
{$ibforums->lang['time_played']}<b>{$entry['gtime']}</b>
<br />
</span></center>
</fieldset>

vern17
02-09-2007, 03:16 AM
Thanks. It's much appreciated.