Quote:
Originally Posted by sweetpotato
I use Postbit Tabs, so how to search OS/Browser Display template to put in the Tab?
Thanks,
|
If you're using DBTech's postbit tabs, create a new view with this code...
Code:
<img class="{vb:raw $post.osb_sysicon}" src="clear.gif" alt="{vb:raw $post.osb_system}" /> <img class="{vb:raw $post.osb_icon}" src="clear.gif" alt="{vb:raw $post.osb_browser}" />
And then disable the 'Put OS/Browser in Postbit' plugin.
You will be limited to using the 'Sprite' system doing this. So make sure that is enabled (it is by default) if you disabled it.