Quote:
Originally Posted by Bojangles
Installed and worked just great. However Firefox users had a problem with viewing the banner correctly. I checked out the previous version of this you made and saw this fix for them. Can you update your hack with it?
https://vborg.vbsupport.ru/showpost....3&postcount=72
|
You should only need to alter the template code
Code:
<if condition="$forum['fhbanner']">
<table align="right" border="0"><tr><td align="center" valign="top">
<if condition="$forum['fh_banner']"><font size="1">$forum[fh_text]</font><br><a href="http://$forum[fh_url]" target="_blank"><img src="images/fhbanner/$forum[fh_banner]" alt="$forum[fh_url]" border="0" /></a>
</td></tr></table>
</if>