Quote:
Originally Posted by Bubble #5
|
- Did you install the XML as a Product?
- Did you turn on the plug-in system in your forums?
I also see in your source:
HTML Code:
<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>
<else />
<if condition="$foruminfo['banner']"><center><img src="$foruminfo[banner]" alt="$foruminfo[banneralt]" border="0" /></center>
<else />
<if condition="$foruminfo['bannercode']"><center>$foruminfo[bannercode]</center>
</if>
</if>
</if>
this hack:
https://vborg.vbsupport.ru/showthread.php?t=94119
not the current one your in.