Installed and works great, for English language that is....
In Dutch we separate thousands with a dot instead of a comma, ie 1.000 instead of 1,000.
That was no problem, I changed the str_replace from comma to dot.
But we also have some users that browse in the English language. For them the postpercentage and posts per day don't give the right results now.
Is there anyway to replace the str_replace to an other php command that replaces the . AND the , with a space? I can't get it to work, but i'm a total php n00b...
Thanks in advance for your suggestions.
|