Forum URL: Rather not mention.
Experienced By: Ermm me. xD
Browser: Doesn't matter
Operating System: Doesn't matter
Problem:
I got 1 quick question.
1)Is there a way to not have the points/whatever not have a decimal?
http://wimg.co.uk/1wNFZy.png
^ Like how it has it there.
Sorry, I'm a little confused. You want to only have it as a whole number "Money: 268" even if they get a decimal per-post "0.25"? Or have I got that wrong?![]()
Yep, even if the have a decimal could you just have not show?
OK, in your mini-profile template, replace the {additional_info} tag with this piece of code![]()
Code: JavaScript
- <script type="text/javascript">
- var additional_info = "{additional_info}";
- additional_info = additional_info.replace(/\.\d{1,2}/gi, '');
- document.write(additional_info);
- </script>
And that should work if the mini profile template has been remodelled?
Thanks, Ross. =)
And that should work if the mini profile template has been remodelled?
Yes it should!![]()