Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,151 through 2,175 (of 69,016 total)
  • Author
    Search Results
  • lizaliza01
    Participant

    Hi,
    I can’t restrict access to the “groupe page” at the connected people with Paid Member Subscriptions. To the other page without BuddyPress it’s works.

    The URL is : https://secretdesfils.com/test-groupe-2/

    Can you help me please?

    Liza

    #321245
    Naomi
    Participant

    Thank you. I tried that plugin and it worked except for my Members and Group page links in the menu still showed as well as the members avatars on the sidebar on pages. It seems like every which way I go some functionality is missing. I finally got it to where I wanted it on my other site which is why I’m trying to figure that out. I’ve spent more hours than I’d like to admit working on this. I really wish BuddyPress would make it a standard feature to privatize a site and monitor registration. I’ve been wishing for that since I had a paid ning site years ago.

    #321018
    xrelmate1
    Participant

    WordPress version: 5.8.1
    BuddyPress version: 9.1.1
    link to your site: https://e-seeker.com/
    Hi,
    E-Seeker, allows users to register accounts and create their website, as part of a multisite environment.
    The problem occurs after registration, where the user is added on the main site as well, as seen in the print screen:
    https://prntscr.com/1s5dubh

    I also added this code to manage to prevent the user to have access to the main site:
    https://prntscr.com/1s5anwd

    When I disable BuddyPress, and sign up a new user on https://e-seeker.com/wp-signup.php, I have a smooth registration, without the user added to my main site;
    https://prntscr.com/1s5e8tw

    I would appreciate any helpon this matter, so that a user could register an account or a website without be added and have access to my main site.

    #319748
    danielmark
    Participant

    I am tried to remove/replace the gravatar text from bp-nouveau/buddypress/members/single/profile/change-avatar,
    tried it by overriding file, first I created directory in my theme like this : themes=name/buddypress/members/single/profile/change-avatar.php then copying all theme and comment all gravatar function to test, but the final look my members/member-name/profile/change-avatar/ just empty and header broken,
    then try to override the page with same code like original one but it still empty page.

    here what I need to replace or remove, that link of gravatar made it annoying to replace text via plugin

    
    <?php
    /**
     * BuddyPress - Members Profile Change Avatar
     *
     * @since 3.0.0
     * @version 3.2.0
     */
    ?>
    <?php bp_nouveau_member_hook( 'before', 'avatar_upload_content' ); ?>
    
    <?php if ( ! (int) bp_get_option( 'bp-disable-avatar-uploads' ) ) : ?>
    
    	<p class="bp-feedback info">
    		<span class="bp-icon" aria-hidden="true"></span>
    		<span class="bp-help-text">
    			<?php
    			/* Translators: %s is used to output the link to the Gravatar site */
    			printf( esc_html__( 'Your profile photo will be used on your profile and throughout the site. If there is a %s associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress' ),
    				/* Translators: Url to the Gravatar site, you can use the one for your country eg: https://fr.gravatar.com for French translation */
    				'<a href="' . esc_url( __( 'https://gravatar.com', 'buddypress' ) ) . '">Gravatar</a>'
    			); ?>
    		</span>
    	</p>
    
    

    and

    
    	<p class="bp-help-text">
    		<?php
    		/* Translators: %s is used to output the link to the Gravatar site */
    		printf( esc_html__( 'Your profile photo will be used on your profile and throughout the site. To change your profile photo, create an account with %s using the same email address as you used to register with this site.', 'buddypress' ),
    			/* Translators: Url to the Gravatar site, you can use the one for your country eg: https://fr.gravatar.com for French translation */
    			'<a href="' . esc_url( __( 'https://gravatar.com', 'buddypress' ) ) . '">Gravatar</a>'
    		); ?>
    	</p>
    
    <?php endif; ?>
    
    <?php
    bp_nouveau_member_hook( 'after', 'avatar_upload_content' );

    Wordpress version : 5.7.2
    buddypress version : 8.0.0

    #321139
    Naomi
    Participant

    I’m running WordPress 5.8.1 running Astra theme.
    Buddypress 9.11

    This is an odd question, but I did something that I now can’t figure out for the life of me on my http://www.charlottemasoneducation.org website to require admin approval for registration. In other words, when someone tries to register, I have to approve them before they can engage with the site. I looked through all my plugins listed below and one of them is giving this functionality, but I can’t figure out which one and how. I want to replicate it on another site I’m working on but I’m not able to figure it out. Any help would be appreciated.

    I thought maybe BP Simple Private, but that only makes the site private, it doesn’t provide the approval process functionality.

    Akismet Anti-Spam
    bbp style pack
    bbPress
    Better Notifications for WP
    BP Simple Private
    BuddyPress
    Code Snippets
    Easy Digital Downloads
    Elementor
    Essential Addons for Elementor
    Events Manager
    Events Manager – OpenStreetMaps
    InfiniteWP – Client
    MC4WP: Mailchimp for WordPress
    Ultimate Addons for Gutenberg
    UpdraftPlus – Backup/Restore
    WooBuddy -> WooCommerce BuddyPress Integration
    WooCommerce
    Wordfence Security
    WP Mail SMTP
    WP RSS Aggregator
    WP-Optimize – Clean, Compress, Cache
    Yoast SEO

    #321131
    deaf25
    Participant

    Hi, I would like to modify buddypress Profile layout so that the sidebar width can be modified so that the shortcode looks better? For example, I want to increase the width of right sidebar while the width of main body can be decrease, making sidebar bit bigger. Can you tell me how to do it?

    Thanks

    #321121
    wbcomdesigns
    Participant

    disable group component from Setting >> BuddyPress and bbpress plugin for forums.

    Varun Dubey
    Participant

    @mandro multisite use the same user base, users can be enrolled to site-specific
    if you have the BuddyPress network activated, it will sync users to all subsite along with the primary site for any registration via BP registration form.

    mandro
    Participant

    Good Day,

    On the default WordPress Multisite environment, if the user signup through the Default WordPress form, the account is created on the Sub Site only.

    But with activated BuddyPress and a user register via BuddyPress Registration form, the account will be created double. On the Main Site and the Sub Site. Is this normal behavior from BuddyPress or a bug?

    Best Regards.

    #321056
    deaf25
    Participant

    Is there a way to make video profile with BuddyPress. When a member upload video, it should give member the option to make video as profile avatar like the photo. If BuddyPress does not have it, is it possible to do it with developer?

    #321051
    victrixmlg
    Participant

    Does anyone know how to hide the member count in the member directory?
    Where it says “viewing members 1-18” on the member directory list.

    I use Youzer and BuddyPress

    webcarabao
    Participant

    Hi All,

    Is there a way to override the rendered image for the avatar photo on the What’s New form in the Activity page?
    I have applied the necessary custom values mentioned here – https://codex.buddypress.org/themes/guides/customizing-buddypress-avatars/
    But that does not seem to apply to the What’s New avatar.

    I am using the “Nouveau” template and I look as its files and I cannot see anything to directly override the whats-new-avatar size.

    I have set in my bp-custom.php the sizes to be 150, but the whats-new-avatar image being used still sticks to 50 and thus it becomes blurry.

    I hope somebody can help me on this.

    Thank you!

    #321021
    Tom
    Participant

    I dont see why it shouldn’t be server side, Ive tried both V3 and V2 Captcha using the plugin “Advanced noCaptcha & invisible Captcha Settings” as I can actually see the Captcha be added to the buddypress register page, but Im still getting 10-20 fake registrations a day!

    what one do you recommend?

    #321014
    shanebp
    Moderator

    Take a look at buddypress\bp-core\bp-core-avatars.php
    Starting ~Line 920, * Handle avatar uploading.
    The ajax function shows how to apply user_id.

    #321009
    wackao
    Participant

    This is not an issue at all. I have worked on over 20k buddypress sites and I can confirm this works.

    Try resending the email to confirm.
    To resend open WP admin – users – manage signups and locate the user and click on “send activation email again”

    #321006
    wackao
    Participant

    The user needs to upload their photos. Make sure it is enabled in WP admin – Settings – BuddyPress – options.

    #321003
    chrisp333
    Participant

    Buddypress is cool but i missing user and groups photo widget, that showing last public images of current user profile and Groups.

    #320998
    wackao
    Participant

    There is no backdoor, but yes there is a lot of spam which will enter. The groups are indexed by google and users use it to spam.
    You can add the Google captcha easily, I am unable to locate a plugin at the moment.
    You can check this link : https://buddypress.org/support/topic/simple-recaptcha-for-buddypress-register-page/

    p.s : Seems like a missed opportunity. I can upload on wp.org and share with you later this week. Let me know if you need it.

    #320992
    Tom
    Participant

    I have had thousands and thousands of bot signups every day with thousands of spam groups being made, I have a captcha on my signup page and I have custom required field, yet somehow thosuands of automated bots are signing up and spamming my website! Its out of control, Ive tried a few plugins and nothing seems to stop them!

    is there a back-door in buddypress? or a vulnerability that is being exploited?

    website: https://piratemc.com

    Natalie
    Participant

    Hey there. I am wondering what kind of host is recommended for an ideally growing/large concurrent user website using BP & bbpress?

    I think the choices are really between Cloud hosting, VPS, or Dedicated Server.

    From what I’ve read about BP, scalability concerns seem to be the most mentioned, which is why Cloud hosting is often recommended.

    Since I’m unfamiliar in server hardware, I asked a few hosting companies and they said that even on a traditional VPS/dedicated server, scaling to a newer server isn’t an issue and only takes few minutes and a reboot (although I am not sure how true this is in practice, and buddypress is a lot more complicated than a standard blog?)

    I do notice that I can find traditional VPS’ and dedicated servers significantly cheaper than cloud hosting for the resources offered.

    With that said, should I specifically be looking for Cloud services over traditional? Or are traditional VPS’ and dedicated servers fine?

    Also, are there specific configurations one should look out for when choosing a server for Buddypress? For e.g. Apache vs Litespeed or 1gbps vs 10gbps port speed seem to be common options.

    #320970
    VibeThemes
    Participant

    Not inbuilt in BuddyPress, maybe you can install the Follow plugin.

    #320944
    Rox-1
    Participant

    Hello,

    Sorry if this is a silly newbie question, I’m making my own site at the moment, and I want to create a profile page where there are seperate fields which can be searched and saved. Each entry would be saved with date and time, a little like a diary or journal. Hopefully, this information can be made available to all other registered members, kept private, or emailed to a third party if required.

    It’s a bit like a journal to keep track of things. The sharing option is there if people want to share with their community, or if they need to email or make their notes visible to someone else.

    I did install BuddyPress yesterday (9.1.1), but didn’t really have a clue where to start – I may be diving into the deep end with this one! WordPress version is 5.8 and my site is http://www.inspireyourdog.com – it’s a work in progress. šŸ™‚

    How would I go about this? Where would I start?

    I suspect it may be simpler than I think it is!

    Thanks,

    Paul.

    shanebp
    Moderator

    The arguments are listed in function bp_member_type_list
    in buddypress\bp-members\bp-members-template.php

    There is a $label argument that you could set to an empty string.

    pressermannen
    Participant

    Notice: Undefined property: stdClass::$table_name_groups in C:\xampp\htdocs\project\wp-content\plugins\buddypress\bp-xprofile\classes\class-bp-xprofile-group.php on line 498

    WordPress database error: [Table 'project_2021.g' doesn't exist]
    SELECT DISTINCT g.id FROM g ORDER BY g.group_order ASC

    Getting those two. Have tried fixing the tables from wp-admin but no luck. Updating to 9.1.1 didn’t change anything. Changing to Twenty Twenty theme has the same error.

    Any ideas?

    homelesshenry
    Participant

    I’ve noticed an issue where the Activity Comments “Read More” links and Activity Comments “Reply” buttons seem to not work properly for some comments.

    In both cases, the accordion/expand effect isn’t occurring properly to expand out the rest of the content or the comment reply form.

    I can’t find a pattern (some threads work), although it tends to appear on comments nested 2 levels deep or greater (settings are set so comments can nest 5 levels deep).

    I’ve disabled every plugin except Buddypress and ran it with a default WP theme, and the problem still remains.

    I’ve downgraded wordpress and BP to see, but the problem still remains.

    Does anyone have any experience with this happening to them?

    I’m wondering if Buddypress can accrue errors over time as more comments and posts are being made, because that’s one of the only differences to the site that’s been made since this functionality seemingly stopped working.

    Otherwise, I’m going to look at the host.

Viewing 25 results - 2,151 through 2,175 (of 69,016 total)
Skip to toolbar