So is there not anywhat to do this? Are there any templates that appear everywhere except the hompage? Or a way to have some sort of conditional display that doesn't display if it's the homepage?
This almost worked....as in, it didn't work. But I think I'm on the right track. This still also displays on the homepage in addition to the inner pages - any thoughts on how I can correct this code to turn off display on the homepage?
<if condition="$forumid != 1">
$banners
</if>
|