MyBB Community Forums

Full Version: [Developed] Reputation Bars
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have recently been working on a new plugin which is reputation bars, but with a twist, progression. I have started development on this plugin which is fully operational and could go live but I have too many ideas to make it much more efficient.

What are these?
Well as we all know MyBB's default reputation system uses a point layout, I have put this to good use and altered it to use bars in place of numbers. The numbers are still there and contribute to the progression system that is also in place.

Screenshots (initial build)
[attachment=39764][attachment=39763][attachment=39765][attachment=39766][attachment=39767][attachment=39768][attachment=39769]

Screenshots (final build)
Click to view the new version; https://imgur.com/a/kXo0y

What's included?
The general plugin will include a progression system as shown above which will increase based on the user's reputation count. There is a separate page which explains to users how to get more bars and when they will get them. Here is what the statistics actually look like.
[attachment=39770]

Planned Features
  • Works with MyAwards, Admin can automatically grant awards based on reputation count.
  • Users who are Champions have a special looking username and or banner on posts.
  • Planning to change the images shown for reputation.
Suggestions & Feedback?
I would appreciate if you could give me some ideas or feedback below.

Frequently Asked Questions.
Question: When will this be live?
Answer: At the moment there is no exact date.

Question: Will this be on the Extend website?
Answer: I initially planned for it to be there yes.

Question: Can this be bought and kept private?
Answer: I suppose so, send me a private message.
Was done by me a decade ago.

http://www.mybbcentral.com/thread-558.html

You could probably take the code and update it for 1.8x compatibility. I doubt much has to change but you could enhance it for your needs.
I was planning on getting pretty much this made for myself as a custom plugin, if you're interested in selling it privately to one person please PM me your price.

Looks nice btw.
(2017-12-11, 08:54 PM)labrocca Wrote: [ -> ]Was done by me a decade ago.

http://www.mybbcentral.com/thread-558.html

You could probably take the code and update it for 1.8x compatibility. I doubt much has to change but you could enhance it for your needs.

I might have a look at the code and compare some code. Also see how your is in terms of functionality compared to the one I've made currently. Thanks for sharing the link.

(2017-12-12, 12:22 AM)Kioshi Wrote: [ -> ]I was planning on getting pretty much this made for myself as a custom plugin, if you're interested in selling it privately to one person please PM me your price.

Looks nice btw.

I'll send you a private message just now.
@Nasyr - seems to be a nice addition. Anyway we need this to be working with your plugin to make it really usable.

https://github.com/xemix/MyBB-XEM-Fast-Reputation - unfortunately it is bugged and some features are missing.
Reminds me of this: https://mods.mybb.com/view/reputation-bars
Nice work though.
Yeah I remember I used this on a forum of mine back in 2013. Prefer the look of bars over numbers. Should make it easy in acp to set how much rep equals a bar.
(2017-12-15, 03:24 AM)TaylorCTU Wrote: [ -> ]Yeah I remember I used this on a forum of mine back in 2013. Prefer the look of bars over numbers. Should make it easy in acp to set how much rep equals a bar.

At the moment I have set the guidelines in the plugin code, I could make it have options in the ACP but I feel like that would end in endless lines of code based on the volume of reputation ranks I have in place. Certainly noted though for experimentation.
(2017-12-15, 11:16 AM)Nasyr Wrote: [ -> ]
(2017-12-15, 03:24 AM)TaylorCTU Wrote: [ -> ]Yeah I remember I used this on a forum of mine back in 2013. Prefer the look of bars over numbers. Should make it easy in acp to set how much rep equals a bar.

At the moment I have set the guidelines in the plugin code, I could make it have options in the ACP but I feel like that would end in endless lines of code based on the volume of reputation ranks I have in place. Certainly noted though for experimentation.

If you could use if statements it would be fairly easy.  Confused
Now fully developed and tested.
Click to view the new version; https://imgur.com/a/kXo0y
Pages: 1 2