Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 876 through 900 (of 32,678 total)
  • Author
    Search Results
  • #326060
    Anonymous User 18187419
    Inactive

    Try a slightly earlier version of Buddypress.
    Go to WordPress plugins repository, find Buddypress page, select Advanced View for earlier versions.

    #326050
    shanebp
    Moderator

    I’ve never seen this.
    Perhaps your site has a theme or plugin or extra code that includes an option to cc the site admin on every email.
    Does the site admin also get emails re every comment made on a WordPress post?

    NOTE:
    If you using localhost and an email interface like MailHog, you will see all the emails.

    #326044
    tim458
    Participant

    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.php

    Which 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!

    Anonymous User 18187419
    Inactive

    When you see that message …

    “The following active BuddyPress components have no associated WordPress pages: Activate, Register. Repair”

    …then click the Pages option.

    You will see Members, Activity Streams, Register, Activate.
    Make sure each of those is associated with correct option in drop-down menu alongside.

    Members >> Members
    Activity Streams >> Activity
    Register >> Register
    Activate >> Activate

    Then Save Settings

    #326033
    Anonymous User 18187419
    Inactive

    If issue appeared after update to latest version of Buddypress then try installing an older version which didn’t cause problems.

    Available here:

    BuddyPress

    #326030
    #325958
    Jordan Smith
    Participant

    I downloaded the Buddypress plugin to use with my Buddyboss plugin but ended up not needing it. After trying to delete I kept getting a deletion failure message. I’m not sure what to do. I should also note that my site isn’t broken from this but I got an email that there was a critical error so I wanted to fix it. I’m on wordpress 5.2 and my site link is: https://your-introverted-space.com
    Thanks

    #325957

    In reply to: HTTP error

    shanebp
    Moderator

    You need to provide more info.
    Turn on WP DEBUG and then check the error log.
    Open your browser’s console and check for javascript errors.

    formlos
    Participant

    According to https://codex.buddypress.org/translations/ we should store the bbpress-de_DE.mo and bbpress-de_DE.po under /wp-content/languages/buddypress/, which we did. But these language files are being ignored.

    We are using buddypress in de_DE and made some tweaks to the wording (we replaced the string “group” with “cluster” in German).

    Buddypress uses the files stored under /wp-content/languages/plugins/ and ignores the aforementioned folder.

    What we already tried:

    • deleting the buddypress-de_DE files in /wp-content/languages/plugins/: this partially works. Buddypress then uses our files stored in /wp-content/languages/buddypress/. But somehow wordpress (or buddypress?) regenerates the files in /wp-content/languages/plugins/ after some hours. And then these “new” translations are used again of course. (Our own translations in /wp-content/languages/buddypress/ stay untouched by wordpress/buddypress)
    • Created a folder /wp-content/languages/plugins/buddypress and copied our files over to this folder. But to no avail – these files are being ignored completely (even if we delete the buddypress files in /wp-content/languages/plugins/).
    • Copied our files directly to /wp-content/languages/plugins/: this works until these files get overwritten after a couple of hours

    Specs:

    • WordPress 6.0.1
    • Buddypress 10.4.0
    • Custom template, which we’ve written on our own
      Multisite

    Questions:

    • What are we missing?
    • Is there a way to stop wordpress/buddypress regenerating the files living directly in /wp-content/languages/plugins/?
    • What is the right place to store our translations?
    #325916

    I like the security features of UM and considered using bbPress as UM has an extenion for it. But I don’t want to pay $45 a year just for a logon front end.

    I want to use UM for front end Recatcha, etc., but want to be able to use BuddyPress.

    BP version 10.4.0 WordPress 6.0.1 PHP 7.4.28

    If I can’t use the twp together, how can I migrate users from UM? And can I add recatcha?

    jesric1029
    Participant

    Hello there,

    A while ago I installed BuddyBuilder and attempted to create my own profile page. Something broke and since then I am unable to access any profile page. I have tried creating a brand new page and selecting it in the Buddypress settings. I have tried uninstalling buddybuilder. I’ve tried removing all of the xprofile fields and even uninstalling it. Absolutely nothing will work and I geta critical error every time. Hoping someone can help me. Here is the stack trace:

    WordPress version 6.0.1
    Active theme: Twenty Twenty-One (version 1.5)
    Current plugin: BuddyBuilder Pro (version 1.6.7)
    PHP version 7.4.26
    
    Error Details
    =============
    An error of type E_ERROR was caused in line 81 of the file /mnt/customers-man/customers-el-2731002-14723-clubhx-wordpress-pvc-61003d1e6074e8003173bf8a/wp-content/wp-content/plugins/stax-buddy-builder-pro/core/dynamic-tags/MemberXProfileTag.php. Error message: Uncaught Error: Call to undefined function Buddy_Builder_Pro\bp_get_profile_field_data() in /mnt/customers-man/customers-el-2731002-14723-clubhx-wordpress-pvc-61003d1e6074e8003173bf8a/wp-content/wp-content/plugins/stax-buddy-builder-pro/core/dynamic-tags/MemberXProfileTag.php:81
    Stack trace:
    #0 /mnt/customers-man/customers-el-2731002-14723-clubhx-wordpress-pvc-61003d1e6074e8003173bf8a/wp-content/wp-content/plugins/elementor/core/dynamic-tags/tag.php(35): Buddy_Builder_Pro\MemberXProfileTag->render()
    #1 /mnt/customers-man/customers-el-2731002-14723-clubhx-wordpress-pvc-61003d1e6074e8003173bf8a/wp-content/wp-content/plugins/elementor/core/dynamic-tags/manager.php(216): Elementor\Core\DynamicTags\Tag->get_content()
    #2 [internal function]: Elementor\Core\DynamicTags\Manager->get_tag_data_content()
    #3 /mnt/customers-man/customers-el-2731002-14723-clubhx-wordpress-pvc-61003d1e6074e8003173bf8a/wp-content/wp-content/plugins/elementor/core/dynamic-tags/manager.php(109): call_user_func_array()
    #4 /mnt/customers-man/cus
    #325865
    MickFrench
    Participant

    Thank you Michael, it works using Code Snippets with this code:
    /**
    * Exclude Users from BuddyPress Members List by WordPress role.
    *
    * @param array $args args.
    *
    * @return array
    */
    function buddydev_exclude_users_by_role( $args ) {
    // do not exclude in admin.
    if ( is_admin() && ! defined( ‘DOING_AJAX’ ) ) {
    return $args;
    }

    $excluded = isset( $args[‘exclude’] ) ? $args[‘exclude’] : array();

    if ( ! is_array( $excluded ) ) {
    $excluded = explode( ‘,’, $excluded );
    }

    $role = ‘administrator’;// change to the role to be excluded.
    $user_ids = get_users( array( ‘role’ => $role, ‘fields’ => ‘ID’ ) );

    $excluded = array_merge( $excluded, $user_ids );

    $args[‘exclude’] = $excluded;

    return $args;
    }

    add_filter( ‘bp_after_has_members_parse_args’, ‘buddydev_exclude_users_by_role’ );

    #325861
    David Cavins
    Keymaster

    Thank you for reporting this issue. The fix is in this commit: https://buddypress.trac.wordpress.org/changeset/13320

    We’ll release a maintenance release to address it, but if you need it fixed now, add the conditional in the commit is the solution.

    This issue only affects admin users using the Pending Memberships screen, so the problem shouldn’t cause any problems for your members. It also appears that it doesn’t break the membership requests workflow, as it occurs after the appropriate emails are sent.

    Thanks again for the reports!

    #325860
    heliocorrei
    Participant

    Hello guys.

    I need to create a social network on BuddyPress and I have some questions.
    I hope you can help me.

    1 – In BuddyPress do we configure a database when we start in WordPress?
    If so, do I do this directly with the platform where I host my site or with WordPress?

    2 – In BuddyPress can I put that ‘social access’, that is, the person uses a Facebook or Google login that they already have?

    3 – I came to see that we were able to customize the person’s registration on BuddyPress. This information goes straight to the database, right?

    4 – I saw that it is possible to create groups, my question is if there is a possibility of being private groups.

    5 – With the registration information, is it possible to do email marketing and invite others by email and by cell phone?

    Thank you all for your cooperation and I look forward to your responses.

    Helio Correia

    #325856
    gunlake
    Participant

    I am getting this error:
    Unable to locate WordPress content directory (wp-content).

    I assume I can point my ftp log in to the wp-content directory but not really sure how.

    Thanks.

    #325854
    christianlautier
    Participant

    Hello,
    I just installed Buddypress and I can’t find the “page” tab in its setting.

    wordpress version : 6.0.1
    buddypress version : 10.4.0
    theme : OceanWP Version 3.3.4 children
    site : wp.ladralha.fr

    #325837
    Anonymous User
    Inactive

    Hi thanks for the report, it looks like a bug with the site membership request feature @dcavins could you look at it?

    I wonder if it’s relative to https://buddypress.trac.wordpress.org/ticket/8693

    #325819
    MickFrench
    Participant

    Hello, I got the same error at same line 249 when I want to activate a pending account manually.
    This happen with
    WordPress version 6.0.1
    Active theme: Sydney
    Current plugin: BuddyPress (version 10.3.0)
    PHP version 7.4.30
    I tried with no plugin only the Sydney Theme. It happens also with precedent WP version.
    I see nothing bad except this error on an alert page.
    I have to go back and continue as admin.

    I’ve seen a topic where Mathieu Viet & David Cavins are working on it last 8 month.
    /bp-members/bp-members-membership-requests.php:249
    May be they can take a look ?
    Thank you

    JKDuck
    Participant

    Hi,
    since I am a lost and have no idea were to start: how do I create WordPress pages for BuddyPress to use for Registration and Activation? I know how to crate WordPress pages – but …
    Did not find anyting here ..
    Message shown: “Die folgenden aktiven BuddyPress Komponenten haben keine damit verbundenen WordPress Seiten: Aktivieren, Registrieren. Reparieren”
    “The following active BuddyPress components have no associated WordPress pages: Activate, Register. Repair”
    WordPress 6.0.1
    BuddyPress Version 10.3.0

    #325813
    pencilforchange20
    Participant

    I purchased the new hosting in hostinger platform and migrate my (purikhaja.com) website using all in one wp migration plugin. When I create a backup of my purikhaja.com website and upload in the hostinger buddy press is not working. everything is fine, all the files related to the plugin available in backend too. but when I try to access page which belongs with buddy press it’s displaying sample page of WordPress.

    WordPress version- 5.8.4
    BuddyPress version- 2.1.0
    Website Link- https://purikhaja.com/

    #325811

    In reply to: registration error

    supriyatakale
    Participant

    When we try to update or republish a registered page in the WordPress editor, it shows an error and also the page changes are not updating.

    The displaying error is:
    “Error thrown
    Call to a member function profile_groups() on null”

    #325810
    wpsupglpk1
    Participant

    Our web site is at https://www.gleanr.com.au/. Its a member site and we use Ultimate member plugin into Buddypress member area and its a WordPress site. We are having issues with people registering into the site with what appear to be bogus email addresses. We have an email activation process that follows new member registration. We use the google recaptcha tool which sometimes has the choice from images in boxes come up and at other times is only a tick box (I am not a robot). Its very random and seems out of our control.
    It seems that some people registering with bogus email addresses can activate their account (which is weird) and they have been creating spam groups in our member area. So in summary, my questions are:

    1. Are there any plugins or obvious processes we are missing to stop the bogus registrations
    2. Are there plugins or processes that can prevent bogus groups being created and at the very least provide an easy pathway for the site administrator to be involved in group approval process and/or be alerted whenever a new group is created.

    Thanks

    rtahina
    Participant

    Hello all,

    I am having trouble using the Tatsu Builder (https://tatsubuilder.com/) on Buddypress pages (ex the member directory page). Each time I want to use the media uploader (or media library) it tells me that https://xxx.test/wp-admin/admin-ajax.php is not found and the popup freezes on the loading part. The json response that is received tells me there is no error though (success is true with the appropriate data element)

    When I edit the same page with the classic WP editor, the media uploader shows up perfectly. Has anyone run into the same issue or what could be the problem here. I asked the Tatsu builder support but they said it’s a Buddypress issue.

    Thank you for your help.

    Wordpress v6.0
    Buddypress v10.3.0
    Tatsu v3.4.0

    webmark487
    Participant

    Hi!

    I get the following error message on https://greenfilmnet.org (only when logged in!):

    Warning: Creating default object from empty value in /home/.sites/838/site2533937/web/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-group.php on line 771

    Any idea what the problem could be?

    Best regards and thank you in advance
    Markus

    WordPress 6.0.1
    Buddypress 10.3.0

    #325691
    David Cavins
    Keymaster
Viewing 25 results - 876 through 900 (of 32,678 total)
Skip to toolbar