working on me, 3.8.4
but the only thing is threads do not change color like this
EDIT:
everything works when i apply to the default style, but in my other style won't work with the forumdisplay coloring...
EDIT:
it works everything now, this is what i do
In the original instructions (ThreadBit) :
Find:
PHP Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
Replace With:
PHP Code:
<td class="alt1" <if condition="$mcpcolor['forumdisplay']">style="background-color:$vboptions[mc_bgcolor_fd];" </if>id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
i changed to
PHP Code:
<td <if condition="$mcpcolor['forumdisplay']"> style="background-color:$vboptions[mc_bgcolor_fd];" <else />class="alt1"</if>id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">