Skip to:
Content
Pages
Categories
Search
Top
Bottom

New Members not Showing in Search


  • whedlund
    Participant

    @whedlund

    I’m experimenting with a new members site. I’ll eventually import in all my members – around 900. They won’t all login – but they need to be able to login and search the members listing so they can get in touch with one another. They are all part of a ministerial fellowship of leaders/pastors.

    My problem is that it seems that if I create a new user or import new users, they don’t show up on the search members section. I suspect this has to do with the fact that they haven’t logged in yet, but I could be wrong.

    Any ideas on why this is happening and what I can do?

    Thanks in advance.

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

  • shanebp
    Moderator

    @shanebp

    You could:

    1. filter the bp_ajax_querystring

    2. filter BP_User_Query

    3. For each member that you import, add an entry to the {$wpdb->prefix}bp_activity table. The entry ‘type’ = ‘last_activity’ and requires a timestamp. That will make them ‘active’.

    I suggest that #3 is your best approach.
    How you create the entry is mainly based on how you’re importing.


    whedlund
    Participant

    @whedlund

    OK. I’m hearing you say I was right in my prediction and that there are three solutions.

    Unfortunately, your solutions are way over my head. How hard would it be for someone to create some sort of button that I can push or code I can run to do #3 for me that would be reliable?

    If it’s not a big job, i can probably pay someone to do that.


    shanebp
    Moderator

    @shanebp

    You can post a job here:

    BP Jobs Board


    whedlund
    Participant

    @whedlund

    Great thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘New Members not Showing in Search’ is closed to new replies.
Skip to toolbar