Re: .alt classes not recognised
Try this; replace the line with this version:
jq(‘body#bp-default table.zebra tbody tr:odd, ul#topic-post-list > li:odd’).addClass(‘alt’);
However that does just target the members list you may need to change / remove or add #members-list
Foor that specific page you would want #topic-post-list – I’ve edited above.