Search Results for 'buddypress'
-
Search Results
-
If Buddypress is active on any of my sites with Disable Gutenberg or Classic Editor plugins — then it will not allow a featured image upload/attach to a post or page. The image can upload to the site, but it will not attach and display for the post or page.
I have run a lot of test over the last week to figure out the issue or a workaround — but this happens on every single site I’ve tried it on.
It’s not theme dependent. Or caused by a different plugin. It’s BuddyPress in conjunction with either of those two.
When scrolling down the activity stream. I’m running into an issue with the activity stream reloading unexpectedly. The load more button appears and adds the older post to the feed like it should normally. After the older post are added/loaded to the activity stream. I continue scrolling and the activity stream goes blank briefly then reloads the activity stream unexpectedly. The issue occurs after I scroll down approximately 9 or 10 times. Sometimes after the 3rd try. I’ve tried troubleshooting the issue. Nothing seems to work. Turned plug-ins off and on. Reinstalled buddypress current version, etc. Scratching my head on this one. I’ve also noticed that the load more button is not working like it should automatically on the profile page. Where the photo and video gallery is located. The load more button on the profile page did load automatically at one point. Now it loads when the load more button is pressed. Any suggestions to remedy this issue?
Thanks
BMWhen I have Buddypress activated, then I cannot publish featured images to my blog posts. They upload to my site, but it will not save with the post. It’s done this for months – so I had just deactivated. But I need Buddypress back again.
Also, this isn’t unique to one theme. I’ve tried it on two separate sites with different themes. I’ve deactivated all other plugins, etc…
Buddypress is the issue.
I have WordPress 6.0.2
I received a message for BuddyPress that the plug in was not installed. But when I went to install it, the message was that BuddyPress cannot be installed because it already exists.
I deletedthe folder,for BuddyPress in the wp-contet/plugins folder on my server.
I reinstalled BuddyPress.
This is the error that I get when clicking on Activate for BuddyPress in thge Plugins pagePHP Warning: require(C:\visionroot\wwwroot\wp_inspiration\wp-content\plugins\buddypress/class-buddypress.php): failed to open stream: No such file or directory in C:\visionroot\wwwroot\wp_inspiration\wp-content\plugins\buddypress\bp-loader.php on line 76
PHP Fatal error: require(): Failed opening required ‘C:\visionroot\wwwroot\wp_inspiration\wp-content\plugins\buddypress/class-buddypress.php’ (include_path=’.;C:\php\pear’) in C:\visionroot\wwwroot\wp_inspiration\wp-content\plugins\buddypress\bp-loader.php on line 76Topic: Buddypress Groups
Hi,
I set up my site, by an accident, I have deleted my Groups page,
now I added a new page Groups, but the groups details have not been published on the web page,
all the groups details have still here:
https://si3.photorapide.com/invites/photos/2022/09/058d1d.jpg
I would like to know how I can make display these groups details on my web page ( Groups) ?
thank you for your help !
WP version:6.0.2
Buddypress version: 10.4.0
Theme: HestiaTopic: Errors on Website dashboard
I’m using Buddypress version 10.4.0 on my website https://addictedtopolitics.com. Originally, I was hosting a website using the same theme (Bimber) with no issues. My current site is hosted on ionos.com. So I know it isn’t theme related. (I also tried the themes you recommended and errors are still there.) My site needs a community plugin to function properly, so I really hope to get this fixed. I also purchased the Youzify plugin which I used previously, but haven’t activated on this site yet due to this issue. Here are the error messages I get above the installed plugins page whenever I have Buddypress activated (and if I post something I get a screen with nothing but errors.
: Undefined array key “buddypress” in /homepages/27/d920217962/htdocs/clickandbuilds/AddictedToPolitics/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-tools.php on line 676
Warning: foreach() argument must be of type array|object, null given in /homepages/27/d920217962/htdocs/clickandbuilds/AddictedToPolitics/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-tools.php on line 676
Warning: Cannot modify header information – headers already sent by (output started at /homepages/27/d920217962/htdocs/clickandbuilds/AddictedToPolitics/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-tools.php:676) in /homepages/27/d920217962/htdocs/clickandbuilds/AddictedToPolitics/wp-includes/pluggable.php on line 1421
Warning: Cannot modify header information – headers already sent by (output started at /homepages/27/d920217962/htdocs/clickandbuilds/AddictedToPolitics/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-tools.php:676) in /homepages/27/d920217962/htdocs/clickandbuilds/AddictedToPolitics/wp-includes/pluggable.php on line 1424
Warning: Cannot modify header information – headers already sent by (output started at /homepages/27/d920217962/htdocs/clickandbuilds/AddictedToPolitics/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-tools.php:676) in /homepages/27/d920217962/htdocs/clickandbuilds/AddictedToPolitics/wp-admin/includes/misc.php on line 1381
Warning: Cannot modify header information – headers already sent by (output started at /homepages/27/d920217962/htdocs/clickandbuilds/AddictedToPolitics/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-tools.php:676) in /homepages/27/d920217962/htdocs/clickandbuilds/AddictedToPolitics/wp-includes/functions.php on line 6878
Warning: Cannot modify header information – headers already sent by (output started at /homepages/27/d920217962/htdocs/clickandbuilds/AddictedToPolitics/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-tools.php:676) in /homepages/27/d920217962/htdocs/clickandbuilds/AddictedToPolitics/wp-admin/admin-header.php on line 9
Skip to main contentSkip to toolbarI’m hoping someone can help! I’ve already deactivated all plugins but Buddypress and had the same issue.
Thank you!
Hi,
I want to make the Activity Post Form accessible to WordPress pages using short codes.
The reference to the post form can be found here: html/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/buddypress/activity/index.phpWhich contains this…
<?php /** * The template for BuddyBoss Activity templates * * This template can be overridden by copying it to yourtheme/buddypress/activity/index.php. * * @since BuddyPress 2.3.0 * @version 1.0.0 */ ?> <?php bp_nouveau_before_activity_directory_content(); ?> <?php if ( is_user_logged_in() ) : ?> <?php bp_get_template_part( 'activity/post-form' ); ?> <?php endif; ?> <?php bp_nouveau_template_notices(); ?> <?php if ( ! bp_nouveau_is_object_nav_in_sidebar() ) : ?> <?php bp_get_template_part( 'common/nav/directory-nav' ); ?> <?php endif; ?> <div class="screen-content"> <?php bp_get_template_part( 'common/search-and-filters-bar' ); ?> <?php bp_nouveau_activity_hook( 'before_directory', 'list' ); ?> <div id="activity-stream" class="activity" data-bp-list="activity"> <div id="bp-ajax-loader"><?php bp_nouveau_user_feedback( 'directory-activity-loading' ); ?></div> </div><!-- .activity --> <?php bp_nouveau_after_activity_directory_content(); ?> </div><!-- // .screen-content -->I want to reuse the following code which can also be found in the file above:
<?php if ( is_user_logged_in() ) : ?> <?php bp_get_template_part( 'activity/post-form' ); ?> <?php endif; ?>So I created a short code in functions.php in the child theme, which I use to place in WordPress pages as a shortcode…
function InsertPostForm() { if ( is_user_logged_in() ) : php bp_get_template_part( 'activity/post-form' ); endif; } add_shortcode('InsPostForm', 'InsertPostForm');However, my solution does not work. I am very desperately in need of a solution. Please note my knowledge of PHP is very limited.
Thank you!
Apologies for the repeat. I was told that the first topic was marked as spam, that’s the reason for this one, incase the first one is not seen.
I am running the current versions of WordPress and buddypress. I all of a sudden cannot see my admin tool bar or login to my WordPress backend. Activated the debug feature and found out its an issue with buddypress plugin. Please how Do I resolve this? I had to disable the entire plugins, to be able to login of give access to my backend. The web url is http://www.wokshop.com
https://mywokshop.com/wp-content/uploads/2022/09/Screenshot-2022-09-01-at-00.15.15.png
Topic: advices
hello
i’m wondering if using buddypress on my site https://ustours-rugby.fr/ would be a good idea
Hi,
I’m using BuddyPress with the extendes profiles.
When a visitor tries to register, it may fail from time to time. After the submit, however, there is no error, but he lands directly back on the registration form – without error or anything else. But then the email address is already taken.The question is what can be the reason that he lands again on the form after the submit and where is the email stored in the database if the registration is not completed/successful?
in wp_users I do not see anything about it
Thanks a lot!
Can we upload images to BuddyPress Topics or Replies For a Post.