Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • @udarmo

    Participant

    @udarmo

    Participant

    Hey @henrywright

    Sure I can, but I don’t sure it is common, maybe it’s only mine?

    @udarmo

    Participant

    theme? it is not theme’s problem.

    @udarmo

    Participant

    I have found the problem:

    // If activity author does not match displayed user, block access.
    if ( true === $has_access && bp_displayed_user_id() !== $activity->user_id ) {
    	$has_access = false;
    }

    bp_displayed_user_id() in activity stream is always 0 and that’s breaking the access. I have read the explanation about this function but still don’t get why do I need to check this in activity stream. So I disabled it and now it works.

    @udarmo

    Participant

    Do you know if in DB all these fields are one long string?
    I’m looking for same thing, but I want to search by several fields (BP profile search) and I don’t see how it works with it.

    @udarmo

    Participant

    @livingflame I have found the problem, just can’t delete this topic.
    Thank you)

    @udarmo

    Participant

    Somebody help me please) I’m tired with this issue.

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