Quote:
Originally Posted by Zachariah
NR Fatal,
At the current stage of this hack it still needs 2 template edits to operate. Did you make them ?
|
Yes I did.
PHP Code:
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>