Forum Replies Created
-
In reply to: Is bp dying a slow death?
@luccame that’s the spirit!
In reply to: Is bp dying a slow death?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.
In reply to: php code for output username in activity streamThanks 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
In reply to: Wrong time on sent messagesSame thing her! Wrong time on sent messages … approximately 8h difference from the actual time.