Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,701 through 2,725 (of 73,366 total)
  • Author
    Search Results
  • billiesmith289
    Participant

    Hello,

    On mobile phone. Buddypress user menu in my theme is a single column menu. This takes u tremendous screen space.
    What’s the css that can change it to
    Horizontal menu with 3 dots drop down that I see in other theme demos please?

    Thanks,

    #319786
    silviach
    Participant

    I would like to invite new users to write their story in a specific forum.

    I should probably use {{{lenostrestorie.url}}} but how do I associate this token to its url ?

    How do you create new email tokens ?

    Our forum: durecomemuri.it/forum/

    WordPress v. 5.7.1
    BuddyPress v. 7.3.0

    fantamily
    Participant

    hi, i use buddypress on my wordpress site but i noticed that autorefresh doesn’t work. I also checked the box … what could this depend on? thank you

    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

    #319738
    Thelisha
    Participant

    I downloaded the BuddyPress plugin to start a community on my website. All pages work except for the profile page. I tried having it synced with the existing WordPress profiles and I tried doing it without. I went as far as creating a page named “profile” to see if it could be added in the same way the “members” and “activity” pages. No luck. I will not be including any links because I’m not going to have this sitting on my website and can’t be used. I can also see that this is an issue for many people, Please get this fixed.

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

    #319729
    kingdonkeykong
    Participant

    Olá, os links da página https://br.buddypress.org/codex/traducao/instalando-a-traducao/

    a maioria não funciona. tentei clicar no link onde diz: Visite o site de tradução do projeto GlotPress

    ao clicar no GlotPress não abre nada.

    ainda tem jeito de traduzir o Buddypress?

    Ele foi traduzido pro Portugues do Brasil, alguem sabe?

    #319722

    Topic: Please tell me

    in group forum Installing BuddyPress
    kiwamatsushiro
    Participant

    Warning: Creating default object from empty value in

    /public_html/wp-content/plugins/buddypress/bp-groups/bp-groups-template.php on line 602

    Does anyone know how to fix this?

    modabeaprincipal
    Participant

    Hi,

    I would really appreciate it if any of you could help me install a Wishlist section in BuddyPress pulled from a YITH wishlist.

    #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

Viewing 25 results - 2,701 through 2,725 (of 73,366 total)
Skip to toolbar