Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,826 through 5,850 (of 68,948 total)
  • Author
    Search Results
  • #278287
    micheleestes
    Participant

    @prashantvatsh Thanks. Does the Restrict Content plugin integrate with BuddyPress registration or require a separate registration?

    #278286
    Prashant Singh
    Participant

    Hi,

    Can you please let me know what is the last action you did before this started Also if you can check once by disabling other plugins except BuddyPress to see if the issue remains. Please also try to switching to the default theme to check only if the issue is still same there.

    Thanks

    #278051

    In reply to: Groups – Content

    datg
    Participant

    Thank you for your reply Prashant. Would that be all my WP plugins or the two associated with BuddyPress only? The theme BuddyPress template pack, by the way, is Nouveau.

    #278050

    In reply to: Groups – Content

    Prashant Singh
    Participant

    Hi,

    Please check once with default theme and if it is still same try deactivating plugins except BuddyPress and check.

    Thanks

    #277642
    Prashant Singh
    Participant

    Hi,

    Have you contacted the theme vendors or not? Please ask them to check if the theme is compatible with the latest version of BuddyPress or not.

    Thanks

    #277641
    Prashant Singh
    Participant

    Ok, If I understood you then you have to open the mentioned files ‘src/bp-templates/bp-nouveau/includes/members/template-tags.php’ and ‘src/bp-templates/bp-nouveau/js/buddypress-messages.js’ and then have to remove all the lines that are marked red and have to add all lines that are in green at proper places.

    Thanks

    #277640
    usmansagri
    Participant

    error after activating buddypress

    please see this is what happens after activating buddypress

    #277639
    admin0478
    Participant

    I think I did not speak well. Sorry for my bad English. Infact, I have this problem there: https://buddypress.trac.wordpress.org/ticket/7908. And suddenly I would have liked to know how installed the patch proposed here: https://buddypress.trac.wordpress.org/ticket/7908. Still sorry for my bad English.

    #277632
    admin0478
    Participant

    Sorry, I just found the answer to my problem here: https://buddypress.trac.wordpress.org/ticket/7908#no1. Only question: how to add this patch? Thank you.

    #277616
    Prashant Singh
    Participant

    Glad to know that it worked for you 🙂

    Two ways to add content there:

    1. To edit ‘Create a group’ page we need to override the file create.php(buddyPress->bp-templates->bp-legacy/bp-nouveau->buddypress->groups) in the child theme and then add your content there.

    2. The easiest method will be to use this hook bp_nouveau_groups_create_hook( 'before', 'content_template' ); and print your text in it and it will add that text just before the form.

    Thanks

    Prashant Singh
    Participant

    Hi,

    For a new query please always post a new thread instead of writing in some other thread.

    Secondly, this plugin is for auto-posting blog posts so one can not share the BuddyPress activity with this. It may be possible but not without customization.

    If you want to use BuddyPress and want to share activity posts on social media or wants to let your members share activities you can use this plugin https://wordpress.org/plugins/bp-activity-social-share/ with BuddyPress.

    Thanks

    vegasslots
    Participant

    Hi Is Buddypress compatible with Blog2social? I’d like to use both on my Vegas Slots website.

    #277572
    jeffreyls
    Participant

    Big thanks. I’ll check out iFramely. BuddyPress Activity Plus won’t do it. i.e.
    https://wordpress.org/support/topic/facebook-videos-embed/ (see comments)

    Thanks again
    Jeff

    btccvagmailcom
    Participant

    I checked the script in xdebug in phpstorm, all the necessary scripts are registered, the variables have values, the only problem on the wp_footer hook is not the add_action function (‘wp_footer’, ‘gglcptch_add_scripts’); which connects scripts to the buddypress comment form page.
    Thanks.

    #277570
    Prashant Singh
    Participant

    Hi,

    BuddyPress already supports embed feature https://codex.buddypress.org/getting-started/embeds/ but if it is not working for facebook please check these plugins https://wordpress.org/plugins/iframely/

    BuddyPress Activity Plus

    Thanks

    btccvagmailcom
    Participant

    That’s right, at the moment captcha is not working.

    if ( gglcptch_is_recaptcha_required( ‘buddypress_comments’, $is_user_logged_in ) ) {
    add_action( ‘bp_activity_entry_comments’, ‘gglcptch_buddypress_comments_display’ );
    if ( ! $gglcptch_ip_in_whitelist ) {
    add_action( ‘bp_activity_before_save’, ‘gglcptch_buddypress_comments_check’ );
    }
    }

    I call this function

    /* display google captcha in BuddyPress comments form */
    if ( ! function_exists( ‘gglcptch_buddypress_comments_display’ ) ) {
    function gglcptch_buddypress_comments_display() {
    printf( ‘<div class=”ac-reply-content ac-reply-content-gglcptch”>%s</div>’, gglcptch_display() );
    gglcptch_add_buddypress_script();
    }
    }

    Further, in the gglcptch_display () function, the scripts are registered and connected.

    wp_register_script( ‘gglcptch_api’, $api_url, $deps, $gglcptch_plugin_info[‘Version’], true );
    add_action( ‘wp_footer’, ‘gglcptch_add_scripts’ );

    in this place add_action (‘wp_footer’, ‘gglcptch_add_scripts’); the wp_footer hook does not work, control reaches it, but the hook does not work, and the function itself gglcptch_add_scripts () is not called. On the old template pack legacy, everything works well, and on the template pack nouveau, this bug manifests.

    #277558
    Prashant Singh
    Participant

    Hi,

    You can make group private and then members belonging to that group can access only and others have to request to request to join that group and then you can easily deny that if they are from different company.

    Please check:

    Group Settings and Roles

    Thanks

    #277555
    clicken
    Participant

    I really appreciate your help Prashant,

    I am viewing the page in a different virtual machine using a subscriber account that I set up to test. There are two similar files, member-header.php and cover-image-header.php

    This source code matches the member-header.php

    <div id="item-header-avatar">

    Profile picture of Clicken<noscript>Profile picture of Clicken</noscript>

    </div><!-- #item-header-avatar -->

    <div id="item-header-content">

    <h2 class="user-nicename">@clicken</h2>

    <div class="item-meta">

    <span class="activity">active right now</span>
    </div><!-- #item-meta -->

    <div class="member-header-actions action"> Test</div></div><!-- #item-header-content -->

    member-header.php displays the #item-meta before the buttons, as did the test code you supplied.

    <div id="item-header-avatar">
    ">

    <?php bp_displayed_user_avatar( 'type=full' ); ?>


    </div><!-- #item-header-avatar -->

    <div id="item-header-content">

    <?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?>
    <h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>
    <?php endif; ?>

    <?php bp_nouveau_member_hook( 'before', 'header_meta' ); ?>

    <?php if ( bp_nouveau_member_has_meta() ) : ?>
    <div class="item-meta">

    <?php bp_nouveau_member_meta(); ?>

    </div><!-- #item-meta -->
    <?php endif; ?>

    <?php bp_nouveau_member_header_buttons( array( 'container_classes' => array( 'member-header-actions' ) ) ); ?>
    </div><!-- #item-header-content -->

    cover-image-header.php would display the buttons above the #item-meta

    <?php
    /**
    * BuddyPress - Users Cover Image Header
    *
    * @since 3.0.0
    * @version 3.0.0
    */
    ?>

    <div id="cover-image-container">
    <div id="header-cover-image"></div>

    <div id="item-header-cover-image">
    <div id="item-header-avatar">
    ">

    <?php bp_displayed_user_avatar( 'type=full' ); ?>


    </div><!-- #item-header-avatar -->

    <div id="item-header-content">

    <?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?>
    <h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>
    <?php endif; ?>

    <?php
    bp_nouveau_member_header_buttons(
    array(
    'container' => 'ul',
    'button_element' => 'button',
    'container_classes' => array( 'member-header-actions' ),
    )
    );
    ?>

    <?php bp_nouveau_member_hook( 'before', 'header_meta' ); ?>

    <?php if ( bp_nouveau_member_has_meta() ) : ?>
    <div class="item-meta">

    <?php bp_nouveau_member_meta(); ?>

    </div><!-- #item-meta -->
    <?php endif; ?>

    </div><!-- #item-header-content -->

    </div><!-- #item-header-cover-image -->
    </div><!-- #cover-image-container -->

    #277284

    In reply to: can’t make groupes

    Prashant Singh
    Participant

    Hi,

    Please send a screenshot of the page ‘your_site_url/wp-admin/admin.php?page=bp-settings’ and let us know what are the options checked there.

    Also please try once by disabling plugins except BuddyPress one by one to see if the issue remains or not.

    Thanks

    #277280
    Prashant Singh
    Participant

    Hi,

    Please check these plugins: https://wordpress.org/plugins/buddypress-registration-groups-1/

    BuddyPress Member Types Pro

    Hopefully, this will help you.

    Thanks

    btccvagmailcom
    Participant

    Could you tell me please why Javascript scripts are not connected on the page of the comment form buddypress with template pack Nouveau? Can you advise something to solve this problem? Thanks

    #277185
    Prashant Singh
    Participant
    add_action( 'bp_member_header_actions' ,'ps_test_action');
    
    function ps_test_action(){
    echo 'Test';
    }

    Please paste this code in your child theme’s functions.php file and check if it is printing ‘Test’ there or not. Also please check if you have enabled friendship and other options in BuddyPress settings.

    Thanks

    #277184
    casper99
    Participant
    #277182
    Prashant Singh
    Participant

    Hi,

    Please try this plugin https://wordpress.org/plugins/buddypress-admin-only-profile-fields/

    The UI is changed now so you will find the option in visibility drop-down.

    Thanks

    btccvagmailcom
    Participant

    Hi, Could you tell me which hooks can be used instead of bp_activity_entry_comments and bp_activity_before_save in the template pack: BuddyPress nouveau.
    Thank you so much.

Viewing 25 results - 5,826 through 5,850 (of 68,948 total)
Skip to toolbar