Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,151 through 2,175 (of 68,969 total)
  • Author
    Search Results
  • #321309
    guidonietmann
    Participant

    I have a site where i have different user levels (i use Restrict User Acess for creating the levels). Is there a way to show something like the level the user is on each users Buddypress Profile Page?
    Like
    John Doe – Level 1
    Peter Tosh – Level 7?
    The Goal would be show this level everywhere where the user postesd someting, right after his name.
    Thanks in advance!

    #321295
    mrdroctor
    Participant

    I have been researching this topic for a few days and have come close but need to know if this plugin will work for my client. The client wants the ability to approve group requests and disallow all other group requests. If anyone knows of a tool that can do this or how to do this with buddypress then I would love to hear!

    ppteran
    Participant

    Buen día, he buscado información y no logro encontrar algún método para Suscribir a los alumnos (Suscriptor) automáticamente a sus foros grupales.

    Me explico.
    Cada Grupo académico de Learndash esta vinculado o relacionado a su foro grupal creado en BuddyPress.
    El caso es que los alumnos actuales y nuevos alumnos queden suscritos automáticamente a su correspondiente foro de grupo y evitar la acción manual de suscripción.
    No encuentro la forma 🙁

    Espero haberlo explicado bien, de verdad agradezco cualquier ayuda que puedan brindarme al respecto.
    Que tengan un gran día.

    #321262
    carl4141
    Participant

    For some reason the view count for BuddyPress profiles has frozen, I’m not sure if this is something to do with caching. Weird though, as video views are still tallying. I want rid of the headache, so how do I turn it off?

    fractalier
    Participant

    Hi:

    It appears I have over 20,000 spam entries in my website’s MySQL database. Because of this, my website became inoperable. I was helped discover this by other technical folks…he said,

    “It looks like these entries are coming from the BuddyPress plugin. Each of these entries is a BuddyPress group. You should be able to delete the groups within BuddyPress. It also looks like removing user 2321 would go a long way towards preventing the spam that you are seeing.”

    Being rather new to the WordPress environment, and BuddyPress in particular, I cannot see how to do that. Can someone help? Thanks in advance.

    I am using WP 5.8.1 running the “Type” theme and BuddyPress 9.1.1 and the site is worldtalkfree.com. My email address is fractalier@aol.com.

    #321256
    jkitty
    Participant

    Hello!

    I am using wordpress version Version 5.8.1
    Buddypress version Version 9.1.1
    My theme is Twenty Thirteen

    So I don’t know how to code php or anything like that but I am pretty good at editing things with the right guidance.

    So this is how my layout looks

    View post on imgur.com

    Which is fine for the rest of the site but for the user profiles themselves is there a way to change it to not show the background for I think that’s sitemain (the black on each side with the orange gradient in the middle)

    So basically you would just have the header area as it is, the nav as it is and then from there on it would just be the profile’s content without all that extra stuff so you can fully see the background and all of that.

    I hope I am clear enough as I am terrible at explaining things but any guidance so that I can learn is appreciated~

    (I did learn how to add a custom buddypress.php in themes directory after reading around here a bit, to remove the side bar from just the user profiles but that’s as far as I got with figuring it out on my own )

    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

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