first of all, thank you for this plug... this is really cool !
i have vb 3.5.4 and aria skin.
the plug is working great !
i have a question, i would like the banner to be on every category of a forum, and even in the threads ? how can i do ?
for exemple :
forum 1 : pict1.jpg
- category 1
- category 2
forum 2 : pict 2.jpg
- category 1
- category 2
- category 3 ...etc
should i modify this ? :
<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>
thanks for your help !
|