small patch required when you do have ads displayed in the search, like new posts and today posts(not official, search some page ago to know how):
in
threadbit_advertisement
FIND
PHP Code:
<if condition="$show['inlinemod']">
<td class="alt1Active">
</td>
</if>
ADD
BEFORE
PHP Code:
<if condition="$show['forumlink']">
<td class="alt1"></td>
</if>
this fixes the <td> taking the background color of tborder instead of alt1 on the advertisement <tr> row