My site is
www.oxy-moron.net.
I created a military based rank structure. I used dozens and dozens of lines of code. It's a neat trick. "IS MEMBER OF" and "display image". This helps so that rank insignias appear while each rank has it's own permissions.
I used the profile fields to create private fields. All awards (ribbons and medals). Then in the templates I did "IF $post['fieldx'] & 1" etc. with images again. This system is really cool now that it's almost done.
I posted this for two reasons. ONE: to give you an idea of another clever way of having detailed rank structures and awards systems. TWO: to ask a question.
I have alot of code in the templates. This isn't exactly "neccessary" but would look neater. Can I recall a .php file inside a template? <?php inlcude> etc. I would rather have all my nice hand-written code in a PHP file instead of strewn about the template. It would also be easier to organize and share my hack.