Mmybb Forum Script Mod
I am looking for a programmer familiar with the MyBB forum script to make a minor modification to the reputation system.
I want to associate reputations with the pid instead of using the rid, as the script does now. The pid is in the posts table, while the rid is generated sequentially by the script and posted to the reputation table.
This should be a quick and easy modification. I have made several other mods to the script, but I’m not an experienced programmer and this ones a little beyond my capabilities.
I am including an attached copy of the php file that needs to be modified, as well two admin template files that may need to be modified.
I have already created a pid column in the reputation table of the database, and manually inserted a pid value, then successfully echoed it into the reputation details page, which is called from the reputation template, but will need to be changed to echo back the subject field in the posts table.


