If you have a Gold board, and want to put this sidebar on the main page only (and have no sidebar in forums) then you can simply put this code in the first box on the custom html page:
Ensure that you edit the url (in yellow) to be your board main page url.
<style>#sidebar, #header, .forumtitle {display:none}</style><script language="JavaScript">if ( self.location == "http://pubXX.ezboard.com/bBoardName" ) {document.write(' <style>');document.write(' #sidebar, #header, .forumtitle {display:block}');document.write(' </style>');}</script>Ensure that you edit the url (in yellow) to be your board main page url.
