Comma/Decimal point
Comma/Decimal point
================
Last edited by TheMathematics on 09 Aug 2015, 10:24, edited 1 time in total.
- Stoker
- Site Admin
- Posts: 3560
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Comma/Decimal point
Sounds like the latest version is doing.
Which version are you using?
Which version are you using?
Board rules! No PM support
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)
Comma/Decimal point
Try instead
Code: Select all
number_format($forum_goals_posts_percent, 2, '.', '');
- Stoker
- Site Admin
- Posts: 3560
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Comma/Decimal point
Try:
Thats what Im using.
number_format($forum_goals_posts_percent, 2),
Thats what Im using.
Board rules! No PM support