I'm not really sure how to do that, but as a first try i did the following.
- set up an empty post icon image as default post icon.
- changed threadbit template:
before
PHP Code:
<vb:if condition="!$show['detailedtime']">
I have placed
PHP Code:
<img src="images/icons/iconempty.png" alt="" border="0" />
This did the trick but is maybe not the best way to achieve this.
Con: Because in showthread also the post icon is used, i now have an empty space there if there is no real post icon set. So i'll need to change showthread to not show the post icon.
Maybe someone can enlighten me on how to do this better!
thanks,
Matthias