I have two things that I need some assitence with. Specifically with code.
This is my awards page:
http://www.6thad.com/forum/awards.php
First thing I want to do is make the "Name / Description" column much larger and decrease the size of the "Users Who Have Already Received Awards" column by a lot. This will get rid of the space between medals as the description text will have more room to level out.
Traditionally, I thought the code to alter the boarders would have been in awards.php but all it seems to be is calling variables. Maybe I overlooked something there, I don't know...
Not sure where to go to alter the table but If I can find the place I can make the proper modifications. Preferably in html but I can play around with variables. I bet it's in the adminCP template editor to make those changes but I couldn't find any familiar code under the templates that I had installed.
Second thing I want to alter is the display case for the forum members posting.
Right now it only shows the four latest awards that were awarded. Pretty simple.
I want to be able to show all the awards and arrange them so that they're categorized in different columns. IE: Pins, Medals, and ribbons. Each new award would be added respectfully in their columns.
The ribbons would be displayed how they would traditionally be on a military uniform.
I should be able to do all that organizing in html, and code tweaking so that the awards keep instead of being removed. All I need is a place to start because I can't find it.
I set up a visual example for anyone to see:
This is the current setup with this awards mod:
http://www.6thad.com/forum/awards/awards_old_setup.png
This is what I hope to accomplish:
http://www.6thad.com/forum/awards/awards_new_setup.png
Any help would be appreciated.