keeping one forum category off the index timeline?
Using Jamroom
Strumelia:....Would I look for this code in my active skin templates, in one of its 'index' templates?
(thinking it would be in my active skin's index_activity.tpl ?)....
It would be in index.tpl of your active skin.
/skins/(your skin)/index.tpl
controlls the entire page found at:
your-site.com/
So its the starting point for what is shown on the very first page. It will probably have a link in there somewhere to the index_activity.tpl file judging by the name of the file. There will also be other things in there.
The index.tpl file for the skin will look something like this structure:
(bring in the header file)
(some <div>'s wrapping stuff)
(some {jrCore_list}'s listing stuff)
(bring in the footer file)
Somewhere in there you're going to see a line like:
{jrCore_list module="jrActivity" ............... }