Does anyone know if it would be easy to get this to also display a text link near each forum description on the forumhome?
Something like following code in the forumhome forumbit template.....
Code:
<if condition="$foruminfo['sponsorenabled'] == 1">
<div align="left"><strong>Forum Sponsor: <a href="$foruminfo[sponsorlink]">$foruminfo[sponsorname]</a></strong></div>
<br>
</if>