Profile picture of msullens88 active 11 months, 4 weeks ago

msullens88

@msullens88
  • msullens88 posted a new activity comment:

    test

    In reply to - msullens88 posted an update: test · View
    11 months, 4 weeks ago
  • msullens88 posted an update:

    test

    11 months, 4 weeks ago
  • Make sure that you have member registration turned on in your wordpress installation, it will be located at in your wordpress backend dashboard under Settings > General > Membership.

    Hope this helps

    1 year, 1 month ago
  • @embergermedia This is how I got the mentions in the profile activity feed. Edit the file bp-activity-classes.php in the buddypress plugin folder. `function get_filter_sql( $filter_array ) { global $wpdb; if ( !empty( $filter_array ) ) { $user_filter = explode( ‘,’, $filter_array ); $user_sql = ” ( a.user_id IN ( ” . $filter_array . ” ) “; [...]

    1 year, 1 month ago
  • msullens88 joined the group BP Jobs Board
    1 year, 1 month ago
  • Need a avatar upload field in the profile fields, each group needs its own avatar with a total of 5 groups per user. Also need to be able to pull avatar in custom template based on which group is showing as well as display all five avatars on the profile page. please message me on [...]

    View Topic 1 year, 1 month ago
  • msullens88 posted on the forum topic Show pending friend requests in the group How-To and Troubleshooting:

    @murasaki – this is the code I used to show either “(3) Friends” or just “Friends” based on how many requests that users has on there profile page. <a href=&quot;/members/user_login; ?>/friends">Friends </a> <a href=&quot;/members/user_login; ?>/friends"> <span>() </span>&nbsp;&nbsp;Friends</a> and you can do the same thing with Messages ` <a…[Read more]

    1 year, 1 month ago
  • UPDATE! I know this hasn’t been updated in 7 months, but I needed this feature and none of the plugins and mods here worked, but I figured out a way and wanted to share it. Add this before HTML tag in your theme’s header.php file. (Note: Be sure to replace YOUR_DOMAIN_NAME with the domain of [...]

    1 year, 1 month ago
  • Ok, so this has turned into a two part question. 1. In my users activity feed (modified to show both @mentions, status updates, photos from bp-gallery etc) it shows guest posts as follows ” @marty hey hows it going” — My Goal is to elinimate the @username and I’ve successfully done this with css by adding “Display: [...]

    View Topic 1 year, 1 month ago
  • 1 year, 1 month ago
  • msullens88 posted a new activity comment:

    Hey, let me explain better — I have the activity feeds working properly. — but I want users to be able to leave a post on each others “Wall” — Its not a AJAX issue.

    I see here on buddypress.org you can leave a “Post” on someones wall and its a modified @mention post and the activity feeds show these @mentions which is what I want.

    I mean…[Read more]

    In reply to - msullens88 posted an update: @nexia I need this! I’ve been trying to get the ”Activity” feed to act like a facebook wall for hours, the forms are posting but they are not showing up on walls of the users and I’m […] · View
    1 year, 2 months ago
  • I’m currently working on a social networking site and I’ve got almost everything working except for the profile activity feeds that display mentions / comments. The activity feeds are working and are showing status updates, group posts, etc. but I need there “Friends” to be able to come to a profile and Submit a comment [...]

    View Topic 1 year, 2 months ago
  • msullens88 joined the group Creating & Extending
    1 year, 2 months ago
  • msullens88 posted an update:

    @nexia I need this!

    I’ve been trying to get the ”Activity” feed to act like a facebook wall for hours, the forms are posting but they are not showing up on walls of the users and I’m using a custom theme so I’m pretty sure they are showing up in the @mentions — Which is not what I want. :(

    1 year, 2 months ago
    • hum, understood… problem is the ajax interface playing with your theme i suppose, because if you have the forms posting properly, the activity feed is supposed to update itself… it’s just not fluid as in facebook, which can be fixed by playing with delays… and server intensive cares…

    • Hey, let me explain better — I have the activity feeds working properly. — but I want users to be able to leave a post on each others “Wall” — Its not a AJAX issue.

      I see here on buddypress.org you can leave a “Post” on someones wall and its a modified @mention post and the activity feeds show these @mentions which is what I want.

      I mean…[Read more]