Search Results for 'buddypress'
-
Search Results
-
WP 4.6.1
BP 2.6.2
BP Multi Network 0.1.1Does anyone know how to force all BP pages to a secondary site/subdomain within each BP network?? like in:
Supposedly, I have to define the desired BP $site_id for each network_id within a mu-plugin.
So far, I got this from https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/
But, I know its incomplete, so what is missing here?:<?php /* Set which site ID BuddyPress will run on in each network: * https://make.wordpress.org/core/tag/4-6+dev-notes/page/2/ */ function pl_bp_network_site_filter global $wpdb; if ( $wpdb->siteid = 1 || define ( 'BP_ROOT_BLOG', $site_id ) ); // Define this function for sharing BP throughout/across the sites of this network //define ( ‘BP_ENABLE_MULTIBLOG’, true ); if ( $wpdb->siteid = 2 || define ( 'BP_ROOT_BLOG', $site_id ); // Define this function for sharing BP throughout/across the sites of this network //define ( ‘BP_ENABLE_MULTIBLOG’, true ); if ( $wpdb->siteid = 3 || define ( 'BP_ROOT_BLOG', $site_id ); // Define this function for sharing BP throughout/across the sites of this network //define ( ‘BP_ENABLE_MULTIBLOG’, true ); add_filter( 'bp_get_root_site_id', 'filter_root_site_id' ); // return site ID integer } } /** * Call when the plugin is activated */ register_activation_hook(__FILE__, 'define-BP-root');Anyone else looking for the same solution?
Dear all
I am running a buddypress community within a wordpress multisite network since about a year. The activity stream is for the users to get an overview about new blog posts or events. Besides one plugin (WPML) everything is currently up-to-date.
Everything worked fine until recently: The “featured image” of blog posts of other blogs then the one buddypress is connected to is no longer appearing in the activity stream but there is the image of a broken image:

In the past, when a user clicked on the image, he was forwarded to the related article. Now, one gets this message:
“Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at newsletter@polis180.org to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.”
Was there an update or change I missed?
Hello there,
I’m creating a dating website for a client:
I’m having troubles with members.
I’ve noticed that members are deleted 3 or 4 days after their registration, and i don’t know why ?
Do you know if there is a function in buddypress which does that ?
I’m using buddypress force photo plugin to make sure people upload an avatar on their profile.Thanks a lot
Topic: Activity BuddyPress
I have a doubt, I would ask your help! My first project with Buddy.
I’m developing a project with BuddyPress, to do something like this https://goo.gl/tIMafr.
Business rule.
The site will have 5 types of products, each product with 6 activities (eg link – Item: Book – Activities: want to read, I read, I interest, change, re-reading)
Each user can choose one of these activities and it should be saved to your profile and is available for other users enxerguem in your profile, and also doing a self post on social networks such as Facebook and twitter …
Has anyone done something similar or have any idea of how to do it?When I first installed Buddypress a couple of years ago, the Buddypress pages inherited the features from the top level page.
In otherwords, if the theme default was one sidebar, and you set the members page to be two sidebars, then the members profile pages would also have two sidebars.
Somewhere along the line that has changed, you set the members page to be two sidebars but the profile page reverts to the theme default.
Is this change deliberate? How can I revert back to the profile page inheriting the members page attributes?
Topic: bp-template-notice failure
Hello,
After upgrading to the latest version of WordPress (4.6.1) and BuddyPress (2.6.2), the bp-template-notice functionality stopped working.
BuddyPress’s “bp-template-notice” that is supposed to show success (green bar) and error (red bar) notifications (such as “Message successfully sent” with a green background) in the header are no longer showing up when a message is sent.
This issue is happening regardless of which theme is activated. Please, how can this be fixed?
Wordpress version: 4.6.1
BuddyPress Version: 2.6.2Topic: BuddyPress Favorites in
Hi,
is there any way we can add the existing buddypress favorites to the blog posts?
Thanks
Regards
MikeTopic: “Adding Friend” Button
Hi,
I’ve developed a web portal (http://www.scoutingsport.eu).
When I try to establish friendships relations by clicking on the button “Adding Friend” (“Aggiungi Amico”) nothing happens.
I would expect that the selected member will appear under the menu item “Friends” in the “Profile” section of buddypress menu.
Could you help me in solving this issue ?
Thanks in advance,
Camillo BoscoHi,
I’ve developed a web portal named “Scouting Sport”.
I’m trying to install the plugin named “Invite Anyone” which is related to Buddypress.
I don’t succeed and I get the error “HTTP 500 Internal Server Error”.
Could you please help me in solving the problem ?
Thank you,
Camillo BoscoI like the layout of the homepage. What theme is buddypress.org using? Thanks.
Hi, I’m using Buddypress on my website gaming-universe.de
I’ve activated the toolbar bubble in the settings but it’s a very small red number in a blue circle, so it’s difficult to see what it says.Where can I change the style of the toolbar bubble? I did not find any CSS variables to do so.