Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,276 through 2,300 (of 69,061 total)
  • Author
    Search Results
  • #320052
    Varun Dubey
    Participant

    @rightsizeyourhome contact theme support to update register.php as per BP 8.0 structure
    path: woffice/buddypress/members/register.php

    rightsizeyourhome
    Participant

    I need help fixing our registration page. See error encountered below:

    Fatal error: Uncaught Error: Call to a member function profile_groups() on null in /home/customer/www/members.rightsizeyourhome.com.au/public_html/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php:101 Stack trace: #0 /home/customer/www/members.rightsizeyourhome.com.au/public_html/wp-content/themes/woffice/buddypress/members/register.php(53): bp_profile_groups() #1 /home/customer/www/members.rightsizeyourhome.com.au/public_html/wp-includes/template.php(732): require(‘/home/customer/…’) #2 /home/customer/www/members.rightsizeyourhome.com.au/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(165): load_template(‘/home/customer/…’, false, Array) #3 /home/customer/www/members.rightsizeyourhome.com.au/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(67): bp_locate_template(Array, true, false, Array) #4 /home/customer/www/members.rightsizeyourhome.com.au/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(350): bp_get_template_ in /home/customer/www/members.rightsizeyourhome.com.au/public_html/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php on line 101

    #320037
    wbcomdesigns
    Participant
    tanyajaynep
    Participant

    When I go to BuddyPress Pages in settings I get this –

    “Registration is currently disabled. Before associating a page is allowed, please enable registration by selecting either the “User accounts may be registered” or “Both sites and user accounts can be registered” option on this page.”

    So I go to the Network Settings and have allowed user registrations & saved. Refresh the page and it says that user registrations are allowed.

    But if I go back to the BuddyPress settings I still get the message (above) that I need to allow registrations!

    Help!

    ftc1
    Participant

    Hi,

    Please help me, i installed buddypress and everything works fine, except whenever i log in and click on profile, i get redirected to a page which has not header or structure whatsoever (https://www.merrygokids.com/members/oyeakd/profile/)…..that is the link for me. but my problem is i want to edit or customize or at least add an header to it but it simply does not exist in backend.

    Please help me

    my site = merrygokids.com

    theme = teriz onepage multipurpose

    wordpress = 5.7.2

    buddypress = 8.0.0

    benofinil
    Participant

    Hello !

    First of all, I apologize if the answer already exists, but I am new to the php language, and I do not understand much …

    I created a website for an organization, and I set up a community space thanks to Buddy Press and Youzify.

    Here is my question: I want to make this space completely closed, and not accessible to non-logged in users. I tried putting this php code in wp-content / plugins / bp-custom.php:

    <? php
    / **
    * Redirect the Buddypress directories to the login page for non logged in users.
    * /
    function yzc_redirect_bp_directories_to_login_page () {

    if (! is_user_logged_in () && (bp_is_groups_directory () || bp_is_members_directory ())) {

    // Get pages Buddypress;
    $ bp_pages = get_option (‘bp-pages’);

    // Get the redirection URL
    $ redirect_url = youzify_get_login_page_url ();

    wp_redirect ($ redirect_url);
    go out();
    }
    }

    add_action (‘template_redirect’, ‘yzc_redirect_bp_directories_to_login_page’);

    Now unconnected users cannot have access to member directory and groups directory, but I would like to block access to all BuddyPress pages (such as member profile pages, activity page. ..) and redirect to the login page.

    Could someone help me complete this piece of code?
    Thank you for your help

    #319992

    In reply to: BuddyPress 8.0.0

    Mathieu Viet
    Moderator

    No problem @leahkoerper 🙂 The issue will be fixed in BuddyPress 9.0.0. FYI: https://buddypress.trac.wordpress.org/changeset/13017

    #319975
    bergblume
    Participant

    I found the solution. As in Buddypress also the normal wordpress posts are published you only have to edit this file searchform.php in your themes folder (add there /activity/ behind home_url ) to:

    <form role="search" method="get" id="searchform" action="<?php echo home_url( '/activity/' ); ?>">
    	
    	<div class="input-group">
    		<input name="s" id="s" autocomplete="off" type="text" class="ajax_s form-control input-sm" value="<?php echo get_search_query(); ?>">
    		<span class="input-group-btn">
                <input type="submit" value="<?php _e("Search");?>" id="searchsubmit" class="button">
    		</span>
    	</div>
    
    </form>
    linguabuddy
    Participant

    On my site I have a Buddypress / BBPress set-up. Earlier today, I posted a new *Forum* thread, and received a reply via the *Group Activity* feed. The reply, and my reply to the reply, were only posted to group activity, and not to the Forum Thread.

    Does anyone know how to either:
    1. Disable the Group Activity Form and / or Replies to Forum Threads via group activities? Or,
    2. Ensure any replies are posted to the Forum thread itself?

    bergblume
    Participant

    Hi can I use one search forum (I know that there exist global search plugin) together for Buddypress Activity Search and normal WordPress Posts Search?
    The wordpress search is domain.com/?s=searchterm
    The Search for Buddypress is domain.com/activity/?s=searchterm
    how can I get them together by coding?

    #319958
    Varun Dubey
    Participant
    #319952
    humbabba
    Participant

    Hello,

    Site: https://community.komando.com/
    WordPress: v5.7.2
    BuddyPress: v7.3.0
    Using Boss theme. Issue confirmed with Twenty Nineteen theme.

    Issue: Replying to an item in a user’s newsfeed doesn’t work – the reply never posts. The console reports

    POST https://community.komando.com/wp-admin/admin-ajax.php 403

    This started when we upgraded from BuddyPress 6.0.0 to 7.3.0 and persists if we upgrade to 8.0.0.

    I have tried, on our dev site, deactivating all other plugins and switching active theme, but the issue persists.

    Reverting to 6.0.0 on our dev site has fixed the issue and we’re planning to roll back production as well.

    Any ideas?

    Thanks!

    communitypivot
    Participant

    Hi,

    We are using Buddypress plugin for our website. We wish to add the hashtag functionality to our feed, however, after adding hashtags, the links lead us to a blank page. We are using “Buddypress Activity Stream Hashtags” with no luck. Please suggest how to proceed.

    #319944
    vitoanthony80
    Participant

    To send notifications to site users I am trying the third party plugin.
    If I do the sending tests, I notice that nothing changes on the profile page under notifications.
    Why is there no notification signal? do I need to use a notification mode of the buddypress plugin? I have not seen anything about it.
    Thank you

    vitoanthony80
    Participant

    Good morning.
    In my site I have created new fields with the plugin.
    The problem is that these fields do not follow the order I set in administration.
    Is there a way to arrange them in the order I would like?
    Thank you

    chenryahts
    Participant

    Update: This was totally the moderation settings. Other users can now post things.

    This brings up an additional question about BuddyPress:

    Is there an activity moderation queue? I never could find the failed activity feed items.

    And, where are the comment moderation settings cached? It took forever to reflect this update.

    Thank you for any help!

    chenryahts
    Participant

    Really, I don’t know if these are related, but I’m getting a BUNCH of warnings that look like this:

    [13-Jul-2021 18:22:40 UTC] PHP Notice:  Undefined index: data-attr in /wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/activity/template-tags.php on line 482
    [13-Jul-2021 18:22:40 UTC] PHP Notice:  Undefined index: data_bp_tooltip in /wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/activity/template-tags.php on line 484
    [13-Jul-2021 18:27:32 UTC] PHP Notice:  Undefined index: link_id in /wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/activity/template-tags.php on line 478

    And it seems that also only the administrator can now post links? Is there actually a moderation queue for the activity feed? And, if not, then why does it use the comments moderation settings? And, assuming those allow for 1 link (I checked), why would an Editor not be allowed to post a link to the activity feed?

    Is there a permission involved?

    Thanks for any direction!

    shendeluth
    Participant

    Hello,

    The problem is, we are recibing user registration petition with only email without other fields. How is possible if i have a correctly validation fields system? This users are spam in all this special situations. I’m using Stop Spammers antispam plugin and it register this spamer but not block becasue it detects is ok.

    I have a register page customized with another url and blocking acces with usual registration url or usual acces. In this page i’m showing only all required fields from my xprofile fields list.

    I’m using Buddypress 7.3.0 and WordPress 5.7.2.

    Our system works like this:
    If i don’t fill all fields i can’t send this information and it show message error if i don’t fill some fields so form validation is working ok. When some user send this registration form correctly the system send a email with all information to system email and user is stand by to be activated using “user > manage signups” tool. User can be activated only by an administrator user.

    This screenshot shows when is a normal user registration: https://drive.google.com/file/d/1NXahXVctAt76atlhrJ8-Hl5-KokKZqIF/view?usp=sharing

    This screenshot shows when is an spamer with only email (it doesn’t show xprofiles fields, when other usual registration petitions show all fields empty or not empty): https://drive.google.com/file/d/1YC2fF_g3pnrPyD7kFQaJUE9Gt_ZBzHlK/view?usp=sharing

    I don’t know why can do this this users I need some help.

    Thank you.

    #319919
    Varun Dubey
    Participant

    @palztogo all those pages which you map inside Setting >> BuddyPress >> Pages tab
    https://nimb.ws/ugDINL

    #319916
    palztogo
    Participant

    Thank you very much for your answer.

    Are there any other similar pages in BuddyPress like Groups where no content area is available? Which pages are they?

    (so I will know to avoid edit them with Elementor and will know that this is not a debug issue)

    #319914
    Varun Dubey
    Participant

    @palztogo not in the current roadmap, you can edit them via template override or add group blocks inside other existing pages using shortcodes or elementor blocks. you can also check https://wordpress.org/plugins/shortcodes-for-buddypress/

    #319913
    palztogo
    Participant

    Is there any intention to allow editing BuddyPress mapped pages with Elementor in the near future?

    Thanks

    #319912
    Varun Dubey
    Participant

    @palztogo BuddyPress mapped pages are template driven and they do not a content area that’s why elementor can not be used on those pages yet.

    #319911
    palztogo
    Participant

    That is Elementor’s answer:

    The Group Directory page of Buddypress does not seem to a normal page, it’s more like an Archive template. I can see the issue does not persist on other static pages.

    As we have no control over coding for third-party plugins nor themes, we highly recommend that you report this issue to the support team for this plugin so they may further troubleshoot and provide any recommendation (or possible fix) to resolve this issue.

    #319901
    idcglobal
    Participant

    Does anyone know why profile photo is not showing at all even in the users area?
    This affects BuddyPress profiles also.

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