Re: Trying to alter layout of bp_activity_action()
Thanks for the idea 3sixty, looks like what i’m doing may not even be possible, look at this var dump:
["action"]=>
string(345) "<a href="http://domain.com/members/admin/" title="Admin">Admin</a> posted on the forum topic <a href="http://domain.com/groups/introduce-yourself-232181584/forum/topic/hi-everyone-im-bill/">Hi Everyone, I'm Bill</a> in the group <a href="http://domain.com/groups/introduce-yourself-232181584/">Introduce Yourself</a>"
["content"]=>
string(27) "More testing of Signatures."
Maybe some extremely tricky CSS can pull it off, i’m not sure. I wonder how I could alter that “action” variable. It would be nice to have alot more control over it.