-
msullens88 posted a new activity comment 13 years, 5 months ago
test
-
msullens88 posted an update 13 years, 5 months ago
test
-
msullens88 posted on the forum topic Where do visitors go to register? in the group How-To and Troubleshooting: 13 years, 6 months 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
-
msullens88 posted on the forum topic Modifying @mention link output and adding @mention to post-form.php's $content before $_post in the group How-To and Troubleshooting: 13 years, 6 months 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 . ” ) “; […]
-
msullens88 started the forum topic Need avatar upload for each "Profile Field Group" in the group BP Jobs Board: 13 years, 6 months 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 […]
-
msullens88 joined the group BP Jobs Board 13 years, 6 months ago
-
msullens88 posted on the forum topic Show pending friend requests in the group How-To and Troubleshooting: 13 years, 7 months ago
@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="/members/user_login; ?>/friends">Friends </a> <a href="/members/user_login; ?>/friends"> <span>() </span> Friends</a>
and you can do the same thing with Messages ` <a…[Read more] -
msullens88 posted on the forum topic Redirecting to profile page after login in the group How-To and Troubleshooting: 13 years, 7 months 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 […]
-
msullens88 started the forum topic Modifying @mention link output and adding @mention to post-form.php's $content before $_post in the group How-To and Troubleshooting: 13 years, 7 months 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: […]
-
msullens88 joined the group How-To and Troubleshooting 13 years, 7 months ago
-
msullens88 posted a new activity comment 13 years, 7 months ago
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 I…[Read more]
-
msullens88 started the forum topic Need a Activity Feed / Wire Merger – Willing to pay for time if you can deliver a solution. in the group Creating & Extending: 13 years, 8 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 […]
-
msullens88 joined the group Creating & Extending 13 years, 8 months ago
-
msullens88 posted an update 13 years, 8 months ago
@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. 🙁
-
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 I…[Read more]
-
@msullens88
Not recently active