This is a small hack that will show each users current selected style in showthread. For a demo just follow one of my links in my forum (chins & quills) and find your way to a thread.
Open showthread.php and find:
add this after it on the same line
find this in showthread.php
add this after it on the next line
open up the postbit template and place this where you like
Link it to whatever you want.
Open showthread.php and find:
Code:
attachment.attachmentid,attachment.filename,attachment.visible AS attachmentvisible,attachment.counter
Code:
,style.title as styletitle
Code:
LEFT JOIN user ON user.userid=post.userid
Code:
LEFT JOIN style on (user.styleid = style.styleid)
Code:
Style: <a href='index.php?styleid=$post[styleid]'>$post[styletitle]</a></smallfont>
Comment