How do I display the sidebar only on the main page of the board? I was looking around at other topics, and one answer was to create a copy of the skin
without the sidebar in the HTML and apply that to forums, but the script for our sidebar is in the Global HTML, so that would not work, correct? Someone else,
I believe, mentioned a bit of code that accomplished the job
#forum_view .sidebarholder, #forum_viewtopic .sidebarholder {
display: none;
}
but I'm not sure exactly where I would put that. Any help would be appreciated. Thank you!



Thank you very much. I'll probably try it in a couple
days when I have more time.


