i'm not kirk, but it is in "threadbit" or "postbit", i think....
threadbit:
Quote:
FIND: <td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
REPLACE WITH: <td class="alt1" <if condition="$mcpcolor['forumdisplay']">style="background-color:$vboptions[mc_bgcolor_fd];" </if>id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
|
or
postbit:
Quote:
FIND: <td class="alt1" id="td_post_$post[postid]">
REPLACE WITH: <td class="alt1" id="td_post_$post[postid]"<if condition="($mcpcolor['showthread'] OR $show['mcsrecent']) AND $inmodmode"> style="background-color:$mcscolor;"</if>>
|
sometimes custom themes do have custom id's in it, so replace doesn't work. just go and do a search for "alt1", it's pretty easy to find and self-explanatory i think