thanks simon - my basic challange is that on certain forums I need to display one graphic at the top - on all other forums I need to include from google code that display s a banner ad from google.
so I'm having a little trouble with the structure of the code to test for multiple forum id and display a unique graphic for each of the 'special' forum id's ELSE display the google ad.
--------------- Added [DATE]1338390824[/DATE] at [TIME]1338390824[/TIME] ---------------
My guess is that I am face with this code.
<if condition="$foruminfo['forumid'] == 55">
display image1
else <if condition="$foruminfo['forumid'] == 155">
display image2
else <if condition="$foruminfo['forumid'] == 159">
display image3
else
insert my google ad code here.