BadGuy
06-21-2011, 09:13 AM
I have this problem with this code :
<vb:if condition="$foruminfo['banner_forum_link'] AND $foruminfo['banner_forum_txt'] AND $foruminfo['banner_forum_goto']">
<p align="center">
<a target="_blank" href="{vb:raw foruminfo.banner_forum_goto}"><img alt="{vb:raw foruminfo.banner_forum_txt}" src="{vb:raw foruminfo.banner_forum_link}" border="0"></a>
</p>
</vb:if>
Its working with with forumdisplay template but its not with showthread template
I added this code to both of them but its only show with forumdisplay .
This code is old hack from vb3 its for banner and its working fine with vb4 but only not showing the banners inside the threads .
and I added the banner from control panel but only show the banners in forumdisplay pages .
Any Idea ?
<vb:if condition="$foruminfo['banner_forum_link'] AND $foruminfo['banner_forum_txt'] AND $foruminfo['banner_forum_goto']">
<p align="center">
<a target="_blank" href="{vb:raw foruminfo.banner_forum_goto}"><img alt="{vb:raw foruminfo.banner_forum_txt}" src="{vb:raw foruminfo.banner_forum_link}" border="0"></a>
</p>
</vb:if>
Its working with with forumdisplay template but its not with showthread template
I added this code to both of them but its only show with forumdisplay .
This code is old hack from vb3 its for banner and its working fine with vb4 but only not showing the banners inside the threads .
and I added the banner from control panel but only show the banners in forumdisplay pages .
Any Idea ?