Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 6,176 through 6,200 (of 68,969 total)
  • Author
    Search Results
  • #275477
    balebond
    Participant

    Anyone know of an up-to-date plugin that handles hashtags in buddypress? Or a tutorial on setting up some support manually?

    Thanks in advance.

    #275476
    NFXpert
    Participant

    Hi

    I am experiencing the same with the Boss theme from Buddyboss. I hope an update of buddypress will solve this annoying issue.

    Best regards

    website001
    Participant

    Hello friends

    Got this code from buddydev website

    for theme functions php

    works, but newer versions of buddypress have
    5 group options. This code covers 4.

    ——————————————————————————————————
    add_action( ‘bp_core_activated_user’,

    ‘bpdev_set_email_notifications_preference’);

    function bpdev_set_email_notifications_preference( $user_id ) {

    //I am putting all the notifications to no by default
    //you can set the value to ‘yes’ if you want that notification to be enabled.
    $settings_keys = array(
    ‘notification_activity_new_mention’ => ‘no’,
    ‘notification_activity_new_reply’ => ‘no’,
    ‘notification_friends_friendship_request’ => ‘no’,
    ‘notification_friends_friendship_accepted’ => ‘no’,
    ‘notification_groups_invite’ => ‘no’,
    ‘notification_groups_group_updated’ => ‘no’,
    ‘notification_groups_admin_promotion’ => ‘no’,
    ‘notification_groups_membership_request’ => ‘no’,
    ‘notification_messages_new_message’ => ‘no’,
    );

    foreach( $settings_keys as $setting => $preference ) {

    bp_update_user_meta( $user_id, $setting, $preference );
    }

    //that’s it. have fun!

    }

    ———————————————————————————————————

    This is the option it doesn’t cover—–

    #5
    “Your request to join a group has been approved or denied”

    Can anyone update this ? That would be awsome.

    Thanks alot

    buddypress 2.8.2
    WordPress 4.7.5

    Venutius
    Moderator

    the line esc_html__( ‘%1$s started the topic %2$s in the forum %3$s’, ‘bbpress’ ) presents the phrse “started the topic in the forum” to WP translation as part of the bbpress translation component. This means that you can create you own translation (alternative text) for the bbpress string using poedit and maybe WPT Custom MO File in order to get your system to use your translation for your site.

    See https://codex.buddypress.org/translations/ and https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/ obviously these pages are for BuddyPress, not bbPress but it’s the same principle.

    #275461
    r-a-y
    Keymaster

    BuddyPress cannot handle a different members slug for single profile pages.

    It might be possible via custom code, but is probably hard to implement. The easiest thing to do is remove the user slug entirely for user profiles, while keeping the Members Directory at users.

    You can remove the user portion of the member profile URL with the following code snippet in your theme’s functions.php or via a custom plugin:

    add_filter( 'bp_core_enable_root_profiles', '__return_true' );

    #275460
    r-a-y
    Keymaster

    BuddyPress does not do anything to the login page.

    You are using a 3rd-party plugin to manipulate the login page. Please use the support forum for that plugin for help.

    #275450
    Venutius
    Moderator

    Could you do this using BP Follow?

    If it does not give notifications for new posts you can add a quick function for that.

    #275443

    In reply to: Invalid activation key

    r-a-y
    Keymaster

    Thanks for the thorough report, @jakdaniel5.

    I’ve filed a ticket here – https://buddypress.trac.wordpress.org/ticket/7938

    We’ll try to verify the issue internally. Once we can duplicate the problem, we’ll look to fix this up.

    #275431
    Dinesh Kesharwani
    Participant

    I applied the patch and tested with all default themes (twenty-*) and two custom themes and it works fine.

    #275429
    ds123
    Participant

    just to update i tried the tools > buddypress > repair > member count didn’t do anything

    as a possible workaround …. nobody on a live site that i know of wants to see a lower member count …my partner is actually very obsessed with this number and will freak when he sees it go down by 1000% …. is there a wordpress query that will display the total number of registered users?

    subtract
    Participant

    Thank you for the answer.

    What do you mean by that? This is not dangerous?
    If it is the case, only those of buddypress are false positive?

    r-a-y
    Keymaster

    The BuddyPress ones are false positives.

    #275420
    r-a-y
    Keymaster

    Please read the 3rd point in the sticky thread:

    BuddyPress 3.1.0 is now available!

    If you have replies to make, make them at the linked thread mentioned in the sticky.

    Closing to avoid forking the discussion.

    #275415
    r-a-y
    Keymaster

    Got the answer for you.

    In v3.0.0, we conditionally load code depending on the page you are on.

    Since you are manipulating the default nav item, the screen code needs to be available before the call to bp_core_new_nav_default() is made.

    You can use the following code snippet in conjunction with the code snippet you are currently using until v3.2.0 is released to address this issue:

    add_action( 'bp_late_include', function() {
    	// Include Email screen code on Settings component and for default nav action (which is empty).
    	if ( is_user_logged_in() && bp_is_settings_component() && ! bp_current_action() ) {
    		require_once buddypress()->settings->path . 'bp-settings/screens/notifications.php';
    	}
    }, 11 );

    I’ve created a ticket here – https://buddypress.trac.wordpress.org/ticket/7935

    #275412

    In reply to: Can’t deactivate BP

    r-a-y
    Keymaster

    If you have access to your server, you can rename the wp-content/plugins/buddypress folder to something else like wp-content/plugins/buddypress-bak, then reload the Plugins page or a frontend page and BuddyPress should deactivate.

    #275411
    r-a-y
    Keymaster

    I’ve created a ticket here – https://buddypress.trac.wordpress.org/ticket/7934

    Hopefully, some other contributors can duplicate the problem.

    offworld21
    Participant

    Hi,

    Is it possible to change the text of the Register Button from ‘Register’ to ‘Join us’? I’d also like to have the destination when the button is clicked to be a page with an AgileCRM form form, instead of either the BuddyPress or PMPro form (both of which I’m using). The reason for this is that I initially need new sign-ups to go straight into AgileCRM for manual approval, after which their user account will be manually created on WordPress by an admin, and the new user details emailed.

    Ideally I’d like new users to complete sign-up and be manually approved, whilst at the same time their details being sent to AgileCRM and a new contact created. I’ve tried this but even though I’ve set new sign-ups for manual approval, a new account is created (albeit with limited access), and they are immediately logged into the site. I cannot see a way to change this.

    I also tried using Zapier to pull new users into AgileCRM from WordPress but that too didn’t seem to work, event though when going through the testing stage it created a record in AgileCRM.

    I’m using PMPro because the client is looking to take online payments for sign-ups in the future, and want to retain the functionality and option to use the PMPro register page in the future.

    Current set-up:
    WordPress – 4.9.7
    Theme: Boss Child Theme
    Plugins:
    Agile CRM – v1.1
    All-in-One WP Migration – v6.72
    bbPress – v2.5.14
    BuddyBoss One Click Installer – v1.0.6
    BuddyBoss Products Updater – v1.0.2
    BuddyPress – v3.1.0
    BuddyPress Docs – v2.1.0
    BuddyPress Follow – v1.2.2
    BuddyPress Global Search – v1.1.9
    Hide Admin Bar From Non-admins – v1.0
    Import Users from CSV – v1.0.0
    Page Builder by SiteOrigin – v2.7.3
    Paid Memberships Pro – v1.9.5.3
    Paid Memberships Pro – Add Member Admin – v.4
    Paid Memberships Pro – Advanced Levels Page Shortcode Add On – v.2.4
    Paid Memberships Pro – Approvals Add On – v1.0.4
    Paid Memberships Pro – bbPress Add On – v1.5.5
    Paid Memberships Pro – BuddyPress Add On – v1.1.1
    Paid Memberships Pro – Email Templates Add On – v0.7.1
    Paid Memberships Pro – Membership Manager Role Add On – v.3.1
    Regenerate Thumbnails – v3.0.2
    SiteOrigin Widgets Bundle – 1.12.1
    The Events Calendar – v4.6.20.1

    Please let me know if you need any further information.

    Thanks in advance.

    #275400
    Dinesh Kesharwani
    Participant

    Hello @r-a-y
    I am also using fresh WordPress setup, but still facing the issue. Here are the setup environment details:
    WordPress: 4.9.7
    BuddyPress: 3.1.0
    Twenty Seventeen: 1.6

    I enabled script debugging by adding following code to wp-config.php:
    define( 'SCRIPT_DEBUG', true );

    View post on imgur.com

    The issue is arriving when I am opening customizer from any page, either I am in Appearance section or Pages.

    I tried one setting in BuddyPress and issue gone. I changed Template Pack from BuddyPress Nouveau to BuddyPress Legacy in Admin Panel > Settings > BuddyPress > Options tab > Main Settings > Template Pack.

    When changed “Template Pack” to “BuddyPress Legacy” it’s not loading any js containing wp.customize.control, so it’s not generating any error.

    #275353
    Tushar
    Participant

    Hello @r-a-y

    This error is occurring with all themes, either it’s on wordpress.org theme repository or any other source. Here I am attaching screenshots of WordPress’ default themes, from Twenty Ten to Twenty Seventeen.

    1. Twenty Ten: https://i.imgur.com/kZUxTUD.png
    2. Twenty Eleven: https://i.imgur.com/wMYZtfv.png
    3. Twenty Twelve: https://i.imgur.com/rEng3N8.png
    4. Twenty Thirteen: https://i.imgur.com/8tHqZ1D.png
    5. Twenty Fourteen: https://i.imgur.com/rY2nZwM.png
    6. Twenty Fifteen: https://i.imgur.com/3wrlQ0s.png
    7. Twenty Sixteen: https://i.imgur.com/1PZB9Ka.png
    8. Twenty Seventeen: https://i.imgur.com/suQPI1E.png

    This error is occurring due to buddypress/bp-templates/bp-nouveau/js/customizer.min.js.

    #275376
    Venutius
    Moderator

    this might be closer to what you are looking for: https://wordpress.org/plugins/buddypress-verified/

    #275367
    r-a-y
    Keymaster

    Sorry, I cannot duplicate this on a fresh install of WordPress 4.9.7 and BuddyPress 3.1.0, using Twenty Seventeen and launching the Customizer.

    Any steps to duplicate from a fresh install? What page are you attempting to launch the customizer from?

    If you want to help debug the uncompressed javascript, add the following to wp-config.php:

    define( 'SCRIPT_DEBUG', true );

    And note down the JS console message.

    #275366
    shanebp
    Moderator

    Please use the code button when sharing code.

    Thank you for this report and suggested fix.
    Typically, bug reports are submitted in the support forum for a specific plugin.

    BuddyPress Simple Events


    The plugin has been updated.

    #275349
    r-a-y
    Keymaster

    What I’m asking is, is a user suppose to get a separate email with the activation code that they copy paste into?

    When a user completes registration, the user should get an activation email which looks like this:

    Thanks for registering!
    
    To complete the activation of your account, go to the following link: example.com/activate/XXX/

    XXX is the activation key. When the user clicks on this link, the activation page should show a form with the activation key already populated. The user has to submit the form to activate their account.

    For those with custom themes, that activation key might not be automatically populated into the form. This has caused a few support forum threads like this one to pop up.

    The fix for custom themes is noted here:

    BuddyPress 3.1.0 is now available!

    If you are not using a custom BuddyPress theme, then you can also try changing your theme to a WordPress default one to see if your problem still exists.

    r-a-y
    Keymaster

    We already have a ticket about this:
    https://buddypress.trac.wordpress.org/ticket/7894

    Henry Wright
    Moderator

    Trac is the best place to report bugs. See https://buddypress.trac.wordpress.org/

    You can use the same username and password you use here in the forum.

Viewing 25 results - 6,176 through 6,200 (of 68,969 total)
Skip to toolbar