Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

@mentions – Where can I find the file? (6 posts)

Started 2 years, 3 months ago by: sawyerh

  • I’m trying to add the @mentions section of a member’s page to the bottom of the profile page, however I can’t find where the @mentions file/ code snippet is located. Any ideas?

    Thanks

  • Profile picture of rich! @ etiviti rich! @ etiviti said 2 years, 3 months ago:

    members/single/member-header.php

  • Hm, I didn’t see anything in that file. What I am looking for is the code snippet that will display the member’s public messages which they’ve received (@mentions).

  • Profile picture of rich! @ etiviti rich! @ etiviti said 2 years, 3 months ago:

    i believe that is in the activity-loop but if you look at the feed code


    bp_has_activities( 'max=50&display_comments=stream&search_terms=@' . bp_core_get_username( $bp->displayed_user->id, $bp->displayed_user->userdata->user_nicename, $bp->displayed_user->userdata->user_login ) ) )

    i guess you could access it directly as well

  • Hm, I think we’re getting closer. I’m not sure how I would implement the above code?

    Thanks for your help so far, I really appreciate it.

  • Still looking for an answer, any help is appreciated. Thanks