Quote:
Originally Posted by sontran
I have a small issue here: when a thread do not have status icon, it still try to display an images in front of the thread and the result is the "x" icon for blank images.
|
Ok, I found a way to fix this. If Cybernetec can, please update in your code so it can help others
For those who installed the code to fix the bug that display "x" icon when there is no icon for a thread (appear in IE): just go to
Style Manager, open
cyb_lastpostinfo_bit find the code
HTML Code:
<if condition="$show['icon']"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if>
And replace it with
HTML Code:
<if condition="$show['icon']"><if condition="$icon[iconpath]"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if></if>
Cheers