MyBB Community Forums

Full Version: Show rep given in postbit and memberprofile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to show total rep given in memberprofile and postbit for every user

There is a plugin for MyBB 1.6 but it is not working - fatal error. Is there anybody who can share his idea or edited version?
https://mods.mybb.com/view/repgiven

Thank you very much!
^ in that plugin file you can replace all occurrences of rebuildsettings(); with rebuild_settings();
and function RepGiven($post) needs to be replaced with function RepGiven(&$post)
Thank you!

OK, more more thing - I need to add my var into post_author_user - there is hook available, how to solve it?