Quote:
Originally Posted by vern17
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 :
Code:
<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>