Quote:
Originally Posted by Hawk7173
I tried this code, but for some reason it does not work
Code:
<vb:if condition="$forum[forumid] == 42">
<center><a href="WEB LINK"><img src="IMAGE LINK" alt="Our Secure Shopping Cart" />
</a></center>
</vb:if>
|
What template did you put it in?
Depending on the template there are different variables besides $forum[forumid], such as:
Code:
$foruminfo['forumid']
$GLOBALS['forumid']
$threadinfo['forumid']
$thread['forumid']