Hi there,
I noticed the following problem while developing my own stylesheets for the new Nouveau theme. The div which is supposed to have the classes “activity-meta action” actually has the classes “-meta action”. Apparently this is the case because bp_nouveau_activity_entry_buttons() uses bp_nouveau_wrapper() where the following code is found:
$current_component_class = bp_current_component() . '-meta';
So it seems like bp_current_component() is empty/undefined in the activity stream.
Has anyone here had that problem? Is this a general problem or could it be specific to my site?