Better yet
Use this plugin in showthread_query
Code:
$hook_query_fields .= ",style.title";
$hook_query_joins .= " LEFT JOIN style AS style ON(user.styleid = style.styleid)";
Then in the postbit template just do
Code:
<if condition="$post['styleid'] != 0"><div class="smallfont">Style:
$post[title]
</div></if>
That's working for me now. Going to toy with it a bit more to clean it up and make it a clickable link that will change the style of the user and such, but that seems to be a good skeleton.
EDIT - okay, it needs a lil bit of tweaking LOL, in PMs it shows your style as the title of the pm hehehee.