Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,326 through 2,350 (of 69,061 total)
  • Author
    Search Results
  • danielmark
    Participant

    Ok I thought loco is not well documented for buddypress, but after try, it actually pretty simple, althought I prefer non plugin way if possible

    danielmark
    Participant

    So I have created custom po and mo, its format is buddypress-custom_OS.mo and buddypress-custom_OS.po need advise please @vapvarun and anyone, WPT Custom Mo File way is outdated and I already uploaded it in wp-content/languages/ but didnt see any change

    doctrpnyc
    Participant

    Yes the xProfile component is active.
    Buddypress version is 8.0.0 and I can see the sign up fields tab as well.

    If I deactivate the extended profile in buddypress settings the registration page is opening. But if I activate the extended profile, the registration page gets stuck at preloader loading infinitely. Please help.

    danielmark
    Participant

    Thank you @vapvarun, I forgot the “Gravatar” contain hard coded link, does altering language possible with link?

    
    	<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>
    #319766
    veshop
    Participant

    Hello,

    does anybody know if such a tutoral exists also for buddypress?: https://www.champ.ninja/2020/05/show-passwords-feature-in-ultimate-member-forms/

    Maybe I was searching for the wrong terms. I have hide/show password with wp-admin.php of course but not for regular members when registering or loggin in, so I would like to add this.

    Varun Dubey
    Participant

    @danielmark you can change it with help of language files

    Customizing Labels, Messages, and URLs


    Logo Translate plugin will allows you to change string within WordPress Dashboard, use system path when creating language file

    danielmark
    Participant

    My site is multisite and currently on localhost, I am using wordpress v5.7 and buddypress 8, I am currently trying to remove or replace this gravatar text message because I use plugin to disable access of gravatar, so I dont need this,

    The text is
    “Your profile photo will be used on your profile and throughout the site. If there is a Gravatar associated with your account email we will use that, or you can upload an image from your computer.”

    It located in wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/single/profile/change=avatar.php as I know, direct change is bad for production wordpress and I need to alter it someway, I tried to make overload theme in my child-theme but the page just show blank, help please for up to date way to solve this?

    #319760
    Varun Dubey
    Participant

    @doctrpnyc as quick solution you can roll back BuddyPress to previous version untill beehive fix at their end. I have also faced same issue while working on a client site.

    #319759
    Mathieu Viet
    Moderator

    Hi,

    Have you tried contacting the beehive buddypress theme support team ? It looks like it’s specific to their theme.

    Mathieu Viet
    Moderator

    Hi @doctrpnyc

    Do you know if the BP xProfile Component is active in WP-Admin > Settings > BuddyPress?
    If so what is the version of BuddyPress you are using ?
    If it’s 8.0.0, if you go to WP Admin / Users / Profile fields, do you have a Signup Fields tab ?

    doctrpnyc
    Participant

    hello i am getting this error when trying to load the registration page on my website. any suugestions how to rectify it?

    [03-Jul-2021 05:41:00 UTC] PHP Fatal error: Uncaught Error: Call to a member function profile_groups() on null in C:\wamp64\www\kkk\wp-content\plugins\buddypress\bp-xprofile\bp-xprofile-template.php:101

    Stack trace:
    #0 C:\wamp64\www\kkk\wp-content\themes\beehive\buddypress\members\register.php(60): bp_profile_groups()
    #1 C:\wamp64\www\kkk\wp-includes\template.php(732): require(‘C:\\wamp64\\www\\k…’)
    #2 C:\wamp64\www\kkk\wp-content\plugins\buddypress\bp-core\bp-core-template-loader.php(165): load_template(‘C:\\wamp64\\www\\k…’, false, Array)
    #3 C:\wamp64\www\kkk\wp-content\plugins\buddypress\bp-core\bp-core-template-loader.php(67): bp_locate_template(Array, true, false, Array)
    #4 C:\wamp64\www\kkk\wp-content\plugins\buddypress\bp-core\bp-core-template-loader.php(350): bp_get_template_part(‘members/registe…’, NULL, Array)
    #5 C:\wamp64\www\kkk\wp-content\plugins\buddypress\bp-members\classes\class-bp-registration-theme-compat.php(135): bp_buffer_template_part(‘members/registe…’, NULL, false)
    #6 C:\wamp64\www\kkk\wp-includes\class-wp-hook.php(292): in C:\wamp64\www\kkk\wp-content\plugins\buddypress\bp-xprofile\bp-xprofile-template.php on line 101

    doctrpnyc
    Participant

    hello i am getting this error when trying to load the registration page on my website. any suugestions how to rectify it?

    [03-Jul-2021 05:41:00 UTC] PHP Fatal error: Uncaught Error: Call to a member function profile_groups() on null in C:\wamp64\www\kkk\wp-content\plugins\buddypress\bp-xprofile\bp-xprofile-template.php:101

    #319740
    doctrpnyc
    Participant

    hello i am using beehive buddypress theme. after i updated to buddypress 8.0.0, my registration page does not load, the preloader will be displayed indefinitely. i tried deactivating all the plugins, but the issue persists. But if i disable the theme and activate twenty twelve theme, the registration page load up. How can i resolve this issue. Please help. ITS AN EMERGENCY

    #319733

    In reply to: Hide own profile

    Nifty
    Participant

    Hi @veshop,

    You’re in luck. The Gwangi theme actually has the option to do exactly this in their latest version, so this should be a simple fix for you. Go to Appearance > Customise > BuddyPress > Members Directory > check the “Hide myself” box and Publish the change and you should be all done!

    Best of luck.

    #319715
    veshop
    Participant

    I don’t see where I can close this topic, but I solved it. When somebody has the same question, here’s the answer: Go to Settings->BuddyPress and in ‘Components’ remove the tick in the box ‘Notifications’.

    #319714
    shanebp
    Moderator
    #319711
    Nifty
    Participant

    Hi,

    For anyone following this issue, see this link for more details.

    #319709

    In reply to: BuddyPress 8.0.0

    Mathieu Viet
    Moderator

    Hi @tamarazambrana & @niftythree

    The signup fields order issue will be fixed in next BuddyPress version. Thanks a lot for your feedback.

    For more details about the issue: https://buddypress.trac.wordpress.org/ticket/8500

    #319706
    rapidasia
    Participant

    define( ‘BP_ENABLE_MULTIBLOG’, true ); in wp-config.php this enables buddypress stuff on the subsite

    by default it is false

    #319705
    veshop
    Participant

    WordPress version 5.7.2
    BuddyPress version 8.0.0 (Legacy)

    My website is not yet pulic, so no link. I just would like to know how I can hide the notification bell from top navigation bar- I tried every CSS I could come up with but unfortunately I couldn’t find the right one, so would appreciate some help here. I mean this: https://gofile.io/d/VWTqV4

    veshop
    Participant

    WordPress version 5.7.2
    BuddyPress version 8.0.0 (Legacy)

    My website is not yet pulic, but here I describe what I am aiming for: https://gofile.io/d/zYGthw

    Is there a plugin which can achieve this? It would have to be a dynamic solution, as I would want to have the placement rather every 3 to 4 rows and when the number of members grows, it would have to display automatically with new members, so I wouldn’t have to insert it manually.

    I don’t use an ad plugin as these get detected by ad blockers and thus are useless. I create ads myself with sliders. Currently I use widgets where I can choose user role based who sees the ad sliders and who doesn’t. So same would be needed for the above. I would want to display the ad sliders to basic members and not to premium members.

    #319702
    veshop
    Participant

    WordPress version 5.7.2
    BuddyPress version 8.0.0 (Legacy)

    My website is still not public, that’s why I don’t send a link, but you can view a sceenshot regarding the issue: https://gofile.io/d/bBBHNU

    When a user makes a member search, the first search result he gets is always his own profile. I might be weird, but when I want to search for OTHER members, I am not particularly keen on finding my own profile as a search result, since I already know me 😀 Anyway: How can I stop this nonsense? Is there a code snippet which I can use to ‘hide own profile’ or something?

    ajwright
    Participant

    @shanebp is there any information I can provide you with that may help solve my issue? If so just tell me what to copy and paste. I apologize I’m very new to BuddyPress and this loop system is a big learning curve for me. Any guidance at all is greatly appreciated.

    #319694

    In reply to: BuddyPress 8.0.0

    Mathieu Viet
    Moderator

    Hi @leahkoerper

    Thanks a lot for these new inputs. I’ve tested what you’ve described to try to reproduce the issue. I’ve created 3 new users on my development environment:
    – User A is contributor
    – User B is Editor
    – User C is Subscriber

    Being an admin, I’ve added a field without enforcing the field visibility.

    Users A, B & C can change the field visibility and the field visibility they chose is fully respected.

    So I can’t reproduce your issue with a fresh WordPress install with only BuddyPress being activated.

    I believe you may have some code running on your config that prevents BuddyPress to act like it should. If it’s not a plugin or a theme, try to look if there’s an existing wp-content/plugins/bp-custom.php file or a wp-content/mu-plugins/ directory with files in it.

    #319689

    In reply to: BuddyPress 8.0.0

    Nifty
    Participant

    Hi @imath,

    We are having the same issue as @tamarazambrana. Tested on a new and up-to-date WordPress and BuddyPress install with no other plugins or any sort of caching anywhere. There are no errors in the browser console on the front-end or back-end. If we add 8+ (from rough observation) fields into Signup field, the rearrangement of fields do not stick and start to get rearranged on their own.

    You can see what’s happening here, as an example – https://youtu.be/T8BbbEgKzfs

    Thanks.

Viewing 25 results - 2,326 through 2,350 (of 69,061 total)
Skip to toolbar