One component that I think is missing from CB is an accomplishments/awards component. I have seen the JAwards component, It works great, but doesn't have a whole lot of options.
It would be great to be able to seperate the awards into columns based on award group. And if the awards have not been earned yet, then an image can be shown to show that it hasn't been awarded.
The Tables would include something like this
AwardID AutoInc
Awarded YES/NO
YesPic (select Img)
NoPic (select Img)
Description TEXT
AwardGroup TEXT
Any suggestions on how to get this done? I am somewhat new to PHP and MySQL. I haven't done much more than hack previous code but I would be willing to help out any way I can.