I have a custom theme. The developer for it is pretty unresponsive so I'm not counting on any help there, though I may just be missing something general.
When I download the theme from the site it was originally done on and install it on a new site, the thread row class on forumdisplay is not getting set.
Specifically, the old (working) site looks like...
HTML Code:
<td id="td_threadtitle_78" class="alt1" title="blah blah">
The new, non-working site looks like..
HTML Code:
<td id="td_threadtitle_78" class="" title="blah blah">
In the threadbit template, class is set as..
HTML Code:
<td class="$bgclass" id="td_threadtitle_$thread[realthreadid]">
Where is $bgclass pulling from? Any idea what step I might have missed to get it to alternate between alt1 and alt2 properly when simply downloading/re-installing the style?