-
Steven Word commented on the post, Welcoming Mathieu Viet to the BuddyPress core team, on the site BuddyPress.org 10 years, 9 months ago
Congrats Mathieu!
-
Steven Word posted an update 13 years, 1 month ago
After 1.5 my
bp_setup_nav
action has the follow hooks. Is this…[Read more] -
stevenkword posted an update in the group How-To and Troubleshooting 13 years, 1 month ago
Can someone help me understand how to remove submenu items from bp_setup_nav in BP 1.5? I have read @boonegorges article on the subnav and how it pertains to groups, but I was not able to remove items from the settings menu. I actually need to unhook the menu item from the setup and not just hide the menu item from the markup.
My old method was…[Read more]
-
Steven Word posted an update 13 years, 1 month ago
Can someone tell me if it is normal to see actions such as 0b2fb22c67c1a244b5e7f3fbd5f607adadd_rewrite_tags hooked to bp_add_rewrite_tags().
I am not sure if it was like this before the 1.5 update.
-
Steven Word posted an update 13 years, 1 month ago
I am having trouble understanding how to work with the new user settings model. Prior to 1.5, I had a call to
remove_action( 'bp_setup_nav', 'bp_core_add_settings_nav')
that is no longer working. I displayed the list of hooked functions, and bp_core_add_settings_nav is no longer found as a used hook. Help ? -
Steven Word posted an update 13 years, 2 months ago
@ARHistoryHub @ARHistoryHub Thank you very much, sir!
-
stevenkword started the forum topic Support for BuddyPress 1.5 in the group Welcome Pack 13 years, 2 months ago
Do you have plans to update for BuddyPress 1.5?
The current build is throwing a fatal error when trying to reference is_site_admin()
-
stevenkword joined the group Welcome Pack 13 years, 2 months ago
-
Steven Word posted an update 13 years, 2 months ago
-
stevenkword replied to the forum topic auto add friends in the group Requests & Feedback 13 years, 2 months ago
I’ve created a plugin to help add friends automatically upon new user registration.
-
stevenkword posted on the forum topic Disable member directory in the group How-To and Troubleshooting: 13 years, 6 months ago
Give this a try: Throw this code at the bottom of your functions.php. Make sure not to leave a trailing space.
//Disable members directory
function disable_directory_members() {
global $bp, $wp_query;
$bp->is_directory = false;
bp_core_redirect( $bp->root_domain );
}
add_action( 'bp_core_action_directory_members', 'disable_directory_members',… -
stevenkword posted on the forum topic Put "delete" button on single message page in the group How-To and Troubleshooting: 13 years, 6 months ago
I’m looking for this same information. Did you figure this out?
I noticed a call to
bp_message_thread_id()
also returns empty regardless of its placement inside or outside of the loop. -
stevenkword started the forum topic Pagination Frustration – Outside the Activity Loop in the group How-To and Troubleshooting: 13 years, 8 months ago
I am trying to add custom query pagination to the activity stream. http://www.domain.com/members/steven/page/2/ However, I get re-directed to the homepage. for example:
$query_string = "author=$user_id&post_status=publish"; $myResult = query_posts($query_string); while ( have_posts() ) : the_post(); echo "some code here"; endwhile; include…
[Read more] -
stevenkword posted on the forum topic bp_setup_nav not firing in the group Creating & Extending: 13 years, 11 months ago
@jeffsayre I believe this topic was started before the BP 1.0 release. I have still experiencing problems hooking into bp_setup_nav() and would like to know if altering the core files is the only way to solve the problem. I am currently testing using functions.php and have not been able to get the hook to fire. If […]
-
stevenkword joined the group Creating & Extending 13 years, 11 months ago
-
stevenkword posted on the forum topic Search Query and MySQL help in the group How-To and Troubleshooting: 14 years, 3 months ago
I came across this post today while researching using a similar method and I have found a work-around that is functional. It’s not uber-elegant, but it is functional. Here is how to do it. 1.) Create a function that will update the wp-user usermeta to be the same as that of the xprofile. 2.) Create […]
-
Steven Word posted an update 14 years, 4 months ago
@boonebgorges Boone,
Great work on the Email Buddypress Groups plugin. I have been having some trouble installing it with WP3.0 and end up getting runtime errors. Is this plugin 3.0 compatible. Am I doing something wrong?
-
stevenkword posted an update in the group How-To and Troubleshooting: 14 years, 6 months ago
I am running WP v2.9.2 w/ Buddypress v1.2.3. I am currently experiencing issues with Pages not ‘remembering’ the current users login session status.
Ie. If you visit the landing page and login using the sidebar login widget, login will work successfully. However, the sidebar does not change to the “Logged In As” widget but rather still shows…[Read more]
-
stevenkword joined the group How-To and Troubleshooting 14 years, 6 months ago
@stevenkword
Active 3 years, 4 months ago