this is a buddypress thing with jquery applying the alt class to the tr automatically. (i don’t have anything coded in the subplugin to display a css class on that tr)
and i just noticed with pre-1.2.5 if you are not logged in that alt is being applied to each tr too
http://buddypress.org/community/groups/requests-feedback/forum/topic/buddypress-1-2-5-tickets-are-cleared-out/?topic_page=2&num=15#post-60377
Thanks for getting it added to the trac.
ok with all the zebra fun that JJJ was having and bp1.2.5 – i just updated the plugin to include a proper alt class within the table tr’s – all should be ok if above/below the forum component’s recent topic list now.
upgraded to 0.3.0 and 1.2.5 and now it applies the alt to all the lines of the index if below and and applies it to all topics if placed above.
did you update the theme too? (as most of the fixes from JJJ was a new class zebra on the tables and changes to global.js)
What needs to be updated in the theme?
Thanks
Is there some sort of readme for custom themes after a BP update?
Now I get 404 errors on all my pages.
OK I just just changed everything back and installed only the js files. It seems others are having the same 404 issues so I’ll wait till that gets sorted and try again with the rest.
The new js fixed the wild zebra, but i encountered another issue with the Forum Index plugin. The first forum in the index was getting the “table.forum tr:first-child” class applied to it.
On line 53 of the bp-forum-extras-index.php you have the header items (Forum, Topics, Posts, etc.) wrapped in a thead tag. So I changed line 53 to tbody and removed /thead from line 61 and removed the tbody tag from line 62 and everything works fine. 