Quote:
Upload the "plug-in" and edit 2 template, It's a snap.
|
So, in FORUMDISPLAY and SHOWTHRED, I just replace everything below "$navbar", with the code below right?
Quote:
2) Edit and add / replace(old code).
*** Edit 2 Template(s) : FORUMDISPLAY, SHOWTHREAD
Find:
$navbar
below add / replace:
<if condition="$foruminfo['banner'] AND $foruminfo['bannerlink']"><center><a href="$foruminfo[bannerlink]" target="_blank"><img src="$foruminfo[banner]" alt="$foruminfo[banneralt]" border="0" /></a></center><br />
<else />
<if condition="$foruminfo['banner']"><center><img src="$foruminfo[banner]" alt="$foruminfo[banneralt]" border="0" /></center><br />
<else />
<if condition="$foruminfo['bannercode']"><center>$foruminfo[bannercode]</center><br />
</if>
</if>
</if>
|