Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

  • blacktattoo
    Participant

    @blacktattoo

    @luccame that’s the spirit! ;)


    blacktattoo
    Participant

    @blacktattoo

    I think you are… but it is totally OK to be concerned when our websites and communities rely on wp and bp working together. Everyone who’s involved in similar projects, like this one is, know that it can be quite tricky to dedicate all of his time to development and that there are ups and downs when it comes to enthusiasm. So no worries, I don’t think that bp is slowly dying. ;)


    blacktattoo
    Participant

    @blacktattoo

    Thanks guys, both of you have been a real help … I managed to figure it out
    My solution was following…
    In my template I used a function bp_activity_user_id() which echoed user ID , but instead of ID I needed username or displayname . So in bp-activity-templatetags.php I edited the line 380
    from this:
    return apply_filters( ‘bp_get_activity_user_id’, $activities_template->activity->user_id );
    to this:
    return apply_filters( ‘bp_get_activity_user_id’, $activities_template->activity->display_name );

    You can see it in action here: http://www.fotografija.ba/slike/?afilter=album

    thanks again ;)


    blacktattoo
    Participant

    @blacktattoo

    Same thing her! Wrong time on sent messages … approximately 8h difference from the actual time.

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar