This looks like the code I need, however when using this in my postbits, both skins list on each member... im on vB 3.6
Quote:
Originally Posted by ZombieAndy
you guys do know you could just modify the postbit template and add
Code:
<if condition="$post['styleid']= 0"><div class="smallfont">Style:
Your Style 1</div></if>
<if condition="$post['styleid']= 0"><div class="smallfont">Style:
Your Style 2</div></if>
<if condition="$post['styleid']= 0"><div class="smallfont">Style:
Your Style 3</div></if>
without any plugins, and it would do exactly the same thing. its really not healthy to use unnesscary plugins on a forum as it adds extra strain to your server and database, especially on larger forums or forums with alot of plugins where it can slow down page loading to a very annoying pace
you should always be avoiding using plug-ins where you can 
|