First I want to say what a nice product this is that helps us show appreciation to many well-deserving members on our forum.
We run vB 4.2.2 PL2, with PHP 5.4.35 and MySQL 5.1.73-cll.
We hold end of the year voting for our awards in roughly 17 categories. I would like for our users to be able to retain their past awards in their profiles, but only have the awards from the most recent voting year be displayed in their postbits.
I have found a way to do this using a CSS attribute selector to hide any awards with "2013" in their title attributes, and then a short script in the postbit_legacy template to then hide any resulting empty "Awards" elements (as it may be possible that someone who won awards last year may not win any this year).
This is inefficient though, and I was just wondering if there is a way to do this by modifying the options for this product in the AdminCP. I did not see any way to do it this way, and so I am prepared with the "bandaid" I described above until I can find a better and permanent way to accomplish my goal.
If not, then I suppose my only option would be to hack the plugin(s).