you did a small mistake in the plugin:
Plug-in: parse_templates
Code:
yb_cs.'\"></td></tr>';; break;
note the ;;
##############
For people who wants to have a natural Topic Row for the option "Blank table row between" should change the following:
Seach for the Plugin -> Cyb - Thread Listing Make-Up -> parse_templates
Change case 1 to :
Code:
case 1: $cyb_ssant = '$threadbits_sticky<tr><td class=\"thead\" colspan=\"'.$cyb_cs.'\"> </td></tr>'; break;
now this has the same behavior like the good known "Sticky and Normal Threads" Mod.
Maybe Cyber you will change it for your plugin, it really looks better
regards