Comma/Decimal point
Comma/Decimal point
================
Last edited by TheMathematics on 09 Aug 2015, 08:24, edited 1 time in total.
-
- Site Admin
- Posts: 3573
- Joined: 12 May 2008, 21:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
Comma/Decimal point
Sounds like the latest version is doing.
Which version are you using?
Which version are you using?
The greatest achievement in life is to inspire others
Board rules! No PM support
Board rules! No PM support
-
- BBCoder III
- Posts: 104
- Joined: 08 Mar 2010, 11:17
- Favourite MOD: mChat
Comma/Decimal point
within the includes functions file you want to change all that are like this
to like this
Code: Select all
round($forum_goals_posts_percent)
Code: Select all
round($forum_goals_posts_percent, 2)
-
- BBCoder III
- Posts: 104
- Joined: 08 Mar 2010, 11:17
- Favourite MOD: mChat
Comma/Decimal point
Try instead
Code: Select all
number_format($forum_goals_posts_percent, 2, '.', '');
-
- Site Admin
- Posts: 3573
- Joined: 12 May 2008, 21:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
Comma/Decimal point
Try:
Thats what Im using.
number_format($forum_goals_posts_percent, 2),
Thats what Im using.
The greatest achievement in life is to inspire others
Board rules! No PM support
Board rules! No PM support