Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Template tag for activity_username

@rogercoathup

Participant

It’s not working because you are not passing an integer parameter for the user_id to bp_core_get_username()

bp_activity_user_id() is a template tag for echoing a value to the screen, not for fetching a value to pass to a function.

Instead use:

Skip to toolbar