Thansk
So just replaced this code :
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>
With this one ?
Code:
<vb:if condition="$threadinfo['banner_forum_link'] AND $threadinfo['banner_forum_txt'] AND $threadinfo['banner_forum_goto']">
<p align="center">
<a target="_blank" href="{vb:raw threadinfo.banner_forum_goto}"><img alt="{vb:raw threadinfo.banner_forum_txt}" src="{vb:raw threadinfo.banner_forum_link}" border="0"></a>
</p>
</vb:if>
I did that and nothing happend !!