@chris-r,
Thank you.
1. The P should be capitalized like it is in the wpForo myCRED addon.
Please navigate to the Dashboard > Comments > Settings > Styling admin page, put the following CSS code in the "Custom CSS code" textarea:
#wpcomm .wpdiscuz-mycred-points-wrap {
text-transform: none !important;
}
2. There should be a space right after the colon and before the first digit. It's also like it is in wpForo myCRED addon.
The issue will be fixed in the next version update.
In case if you want to solve it as soon as possible please follow the steps below:
1. Find this line:
$afterLabelHtml .= '<div class="wpdiscuz-mycred-points-wrap">' . $pointsLable . ':' . $balance . '</div>';
2. Replace with the following one:
$afterLabelHtml .= '<div class="wpdiscuz-mycred-points-wrap">' . $pointsLable . ':' . ' ' . $balance . '</div>';
Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
3. There should be a use of a comma when thousandths are used. This is also an issue is the wpFORO addon and should be fixed there as well.
We'll take it into consideration.
However the Points value comes from MyCred plugin, so it will be better if you contact MyCred plugin support and asked them this question.