PyroMarkus
08-23-2008, 09:43 AM
Hi Brian,
again and again one should start any massage here with "Thank you so much for CMPS, Brian"!
So, here is the reason for this massage, probably well known already:
if one does not have a default thread icon, in IE all the rows for threads without such an icon are "invalid" html and IE will render them ugly "empty".
To avoid this those 2 templates have to be modified:
adv_portal_recthreads_exp: <else />
<td class="alt2"><if condition="$show['threadicon']"><img alt="" border="0" src="$thread[threadiconpath]" title="$thread[threadicontitle]" /><else /> </if></td>
adv_portal_archivebits_exp
<td class="alt2">
<if condition="$show['threadicon']">
<img alt="" border="0" src="$news[threadiconpath]" title="$news[threadicontitle]" />
</if> </td>
Then everything is fine without even without icons.
again and again one should start any massage here with "Thank you so much for CMPS, Brian"!
So, here is the reason for this massage, probably well known already:
if one does not have a default thread icon, in IE all the rows for threads without such an icon are "invalid" html and IE will render them ugly "empty".
To avoid this those 2 templates have to be modified:
adv_portal_recthreads_exp: <else />
<td class="alt2"><if condition="$show['threadicon']"><img alt="" border="0" src="$thread[threadiconpath]" title="$thread[threadicontitle]" /><else /> </if></td>
adv_portal_archivebits_exp
<td class="alt2">
<if condition="$show['threadicon']">
<img alt="" border="0" src="$news[threadiconpath]" title="$news[threadicontitle]" />
</if> </td>
Then everything is fine without even without icons.