Thanks a lot for taking time to convert this mod, mmoore5553! PM me your paypal address
I played around with the code and figured out how to show if people are using default style as well.
Code:
<vb:if condition="$post['styleid'] != 0"><div class="eti_postbit">Layout: <a href="{$GLOBALS[vbulletin]->scriptpath}&styleid=$post[styleid]">{vb:raw post.styletitle}</a></div>
<vb:else />
<div class="eti_postbit">Layout: <a href="{$GLOBALS[vbulletin]->scriptpath}&styleid=$post[styleid]">Light Blue</a></div></vb:if>
Only one more hurdle to overcome then.. How to make this work with quick style chooser?
As it is now it will show default style in postbit even though the user have changed using the qsc. Any advice on how to fix that?
I have added style buttons to the top of the forums, like the ones vb.org use and this little mod would be the icing on the cake