I was thinking about a reputation bar lately and i was about to hire someone to create a plugin for it when i realized i can do it with JavaScript.
The main idea is to keep the current reputation template ( reputation: X ) intact and use jquery to replace it with a progress bar. The reputaion value being the width of the dark green part (in %)
This will ensure that the reputation is shown with javscript disabled (or if jquery is not loaded)
But it won't look good for users with reputation over 100. Any ideas to overcome that?
http://i.imgur.com/2rb9A.png
What are your thoughts about it?
The main idea is to keep the current reputation template ( reputation: X ) intact and use jquery to replace it with a progress bar. The reputaion value being the width of the dark green part (in %)
This will ensure that the reputation is shown with javscript disabled (or if jquery is not loaded)
But it won't look good for users with reputation over 100. Any ideas to overcome that?
http://i.imgur.com/2rb9A.png
What are your thoughts about it?