Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,526 through 2,550 (of 73,691 total)
  • Author
    Search Results
  • #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.

    #321103
    jbertrand3000
    Participant

    Why is this STILL the same?

    Comment Notifications

    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.

    #321011
    movingathletes
    Participant

    I am making a subscription-based platform like OnlyFans and Patreon. I want content creators to be able to make profiles and upload exclusive content on those profiles such as videos, pictures, updates, and newsletters.

    I want the supporters to subscribe to the content creators for a monthly fee and from that fee let’s say 90% goes to the content creator and 10% to me as platform costs.

    Is this possible with Buddypress/third party plugins, and is there a lot of customization possible?

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

    #320967

    Topic: traduccion

    in group forum Requests & Feedback
    felipeolivozn
    Participant

    Hola, estoy usando buddypress y wpforo. En la sección de actividad necesito traducir al español lo siguiente user + posted a new topic = en español + tema

    como lo hago? o en que archivo lo encuentro?

    #320965
    lollypopuk
    Participant

    Hi there,

    We’ve just migrated our Members site from WP to Kajabi so they access all their programs there.

    However, we have a forum hosted with Buddypress which has a lot of activity. Is there any way of us migrating the content somewhere our users can access it?

    Thanks

    phy9pas
    Participant

    I’ve set up a fresh install of the latest wordpress, bbpress and buddypress:
    WordPress 5.8.1
    bbpress 2.6.6
    BuddyPress 9.1.1

    If I view my own user profile, the pagination of the topics, replies, engagements etc works as expected e.g.
    /members/peter-smith/forums/engagements/page/2/

    However if I view another user’s profile
    e.g.
    /members/peter2/forums/engagements/
    When I click on page 2 of the pagination in any of these sections it take me to the wrong url:
    /members/peter2/page/2/

    You can see it’s missing out the “/forums/engagements/” part of the url.

    I have tried flushing permalinks. This is using the deafult twentytwentyone theme with no other plugins installed.

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

Viewing 25 results - 2,526 through 2,550 (of 73,691 total)
Skip to toolbar