Forum Sponsor
This modification is in the archives.
Forum Sponsor
Made by Adrian at Dreamit.co.uk Tested on 3.6.1 Hey, I seen a few people wanting a modification like this, this adds some fields in the Edit Forum Options, and allows you add a forum sponsor. It's a pritty basic mod'. I didn't want to spend alot of time on it, it does the functions people wanted. See the screenshots to get a better understanding. Installation Import product-sponsor.xml Done. Template Edit Open Forum Display templates > FORUMDISPLAY Find: HTML Code:
$navbar HTML Code:
<if condition="$foruminfo['sponsorenabled'] == 1"> <table width="100%" class="tborder" border="0" align="center"> <tr> <td class="alt1"><table width="100%" border="0" cellspacing="5"> <tr> <td width="10" rowspan="2" valign="middle"><div align="center"><a href="$foruminfo[sponsorlink]"><img src="$foruminfo[sponsorimage]" alt="$foruminfo[sponsorname] Image" border="0"></a></div></td> <td valign="top"><div align="left"><strong><a href="$foruminfo[sponsorlink]">$foruminfo[sponsorname]</a></strong></div></td> </tr> <tr> <td valign="top"><div align="left">$foruminfo[sponsordescription]</div></td> </tr> </table></td> </tr> </table> <br> </if> A quick install. If you use this, please click . Thanks. Adrian Download
This modification is archived, downloads are still allowed. Screenshots |