![]() |
How Do I...
I have over 10,000 games in my arcade and I noticed that it doesn't have a comma rather it says:
10000 How would I go about adding a comma? I know it may be rather picky of me, but I just feel it would look more professional for some reason. Thanks. |
Open your skin_Arcade.php and look for:
Code:
$totalstext = $ibforums->lang['infobox_title1'].$tot_games.$ibforums->lang['infobox_title2']; Code:
$totalstext = $ibforums->lang['infobox_title1'].number_format($tot_games).$ibforums->lang['infobox_title2']; Open mod_report.php and search for: Code:
$ibforums->lang['total_games'] => $totalgames, Code:
$ibforums->lang['total_games'] => number_format($totalgames), |
Thank you, Gemma.
Greatly appreciated! |
All times are GMT. The time now is 08:23 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|