-
Michael Gentry replied to the topic I've been searching high and low…Still confused about BP in the forum Installing BuddyPress 8 years, 4 months ago
Thanks in advance to anyone willing to help me!
-
Michael Gentry started the topic I've been searching high and low…Still confused about BP in the forum Installing BuddyPress 8 years, 4 months ago
Helloooooo everybody(I’m glad you’re taking the time to help me, and hey, we all start somewhere),
So I’ve been looking into BuddyPress for about a month now, and I still can’t decide if its what I need. I love it and I respect all its glory, So let me explain what I need.
1) The overview of my site
– I want users to come to my site,…[Read more] -
Willard Conlan's profile was updated 8 years, 4 months ago
-
Roger Ferdrer's profile was updated 8 years, 4 months ago
-
My Home Blinds and Curtains's profile was updated 8 years, 4 months ago
-
Henry Wright replied to the topic Function create_function() is deprecated in the forum Requests & Feedback 8 years, 4 months ago
The latest version of BuddyPress doesn’t use
create_function(). Try upgrading to version 2.9.2. -
kma_onchy.com's profile was updated 8 years, 4 months ago
-
David Woken's profile was updated 8 years, 4 months ago
-
matthew konan's profile was updated 8 years, 4 months ago
-
pitter gonald's profile was updated 8 years, 4 months ago
-
Best Hair Transplant Los Angeles's profile was updated 8 years, 4 months ago
-
trinhcongphap's profile was updated 8 years, 4 months ago
-
NewYorkAcupuncturist's profile was updated 8 years, 4 months ago
-
David Cavins replied to the topic Admin and other usergourp color in online widget in the forum Creating & Extending 8 years, 5 months ago
Here’s an example of how to add the user’s roles to their avatar (profile image).
https://gist.github.com/dcavins/31c2f264d0e56cd2832cb3c63a994b97Then you can use css to change the appearance based on roles.
-
Peter Hardy-vanDoorn replied to the topic Group. Custom page in the forum How-to & Troubleshooting 8 years, 5 months ago
Here’s the bare basic code to add a page to all groups:
class my_group_page extends BP_Group_Extension {[Read more]
function __construct() {
$args = array( 'slug' => 'page_slug', 'name' => 'Page Name', 'nav_item_position' => 12 );
parent::init( $args );
}
function display( $group_id = NULL ) {
// page code goes… -
David Cavins replied to the topic creating group type pages in the forum How-to & Troubleshooting 8 years, 5 months ago
Hi, the groups directory can handle that using some built-in arguments: https://codex.buddypress.org/developer/group-types/
mysite.com/groups/type/ninja could be use to show only groups of type “ninja”.
-
Schweizer Solutions GmbH started the topic Move subnav to other tab in the forum How-to & Troubleshooting 8 years, 5 months ago
Hello!
I moved the “Change avatar” and “Change cover” subnavs from the tab “Profile” to “Setting”. It works good, but no content is displayed … I don’t know why, because the function “xprofile_screen_change_avatar” is triggered.
Does anybody has an idea?
Here is my code from the functions.php:
[Read more]
function custom_bp_menu_tabs() {
global… -
David Cavins replied to the topic How to create a dynamic link to "my friends" in the forum How-to & Troubleshooting 8 years, 5 months ago
@commando1 As long as you have BP 2.6 or newer, the redirection will happen automatically. If it isn’t, you might try turning off other plugins to see if any of them have hijacked some URLs.
-
David Cavins replied to the topic Creating custom registration page, moving elements in the forum Creating & Extending 8 years, 5 months ago
Hi there,
Here’s an example of adding a custom section to the registration form. All you have to do if it’s static is add it and handle the input:
https://gist.github.com/dcavins/e3e6a702e35d4f9ec8948c920d8b6c03You could similarly add other profile fields/field groups on any of the hooks available on the registration page, though I’d use a…[Read more]
-
David Cavins replied to the topic Broken links in the forum Installing BuddyPress 8 years, 5 months ago
The links themselves look OK to me (BuddyPress is generating the correct links), but they are redirecting away at the server level. I’d check your htaccess files and other server-level routing code to find where the malicious code’s been added.
Also, change your hosting setup passwords (like control panel, FTP access, DB access) as soon as you can.
- Load More