Quote:
Originally Posted by Spinball
That's a nice, bit of code, but no, I want to include an HTML file at the top of one specific forum.
|
OK, then instead of FORUMHOME, go to FORUMDISPLAY and right below the navbar enter the following code:
[html]
<if condition="$forumid=XYZ">
$HTML
</if>
Remember to change XYZ with the forum id of the forum you want the external HTML file to show. Let me know if it works.
Rgds