Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,301 through 4,325 (of 68,986 total)
  • Author
    Search Results
  • tuppita
    Participant

    Hi everyone, thanks in advance for your help.

    I installed BuddyPress, first time and I’m a total newbie. I dont know why, but Both pages, registration and activation pages goes to homepage.

    I have checked membership box, its settled, uninstalled deleted and installed buddypress again, deleted cache, and the only plugins activated are Updraft and super cache…

    I saw a tutorial wich said I had to add a shortcode to .htaccess with my IP, haven’t done that yet, should I? And if it so, should it be on a .htaccess file on a child theme folder?

    All your help its fully appreciated, thank you!

    #308039
    irishdirector
    Participant

    Help! Groups function not working with BuddyPress through our site which we updated with WordPress. Any ideas on how to get this updated for our members to access the group? Shows up at the top of the page with:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘bp_group_new_topic_button’ not found or invalid function name in /nfs/c09/h02/mnt/128956/domains/ndchicago.org/html/wp-includes/class-wp-hook.php on line 286

    Also will not allow new users to be added, and only shows one page of posts. Our WordPress version is WordPress 5.2.3, BuddyPress is legacy BuddyPress plugin. Any help is greatly appreciated.

    #308032
    chrix22
    Participant

    Hi there

    (1) Inside my page section in WP admin panel, I can’t see the Profile page for Buddypress, how to enable this?

    (2) Event manager: I can’t create a new event from the profile page of my user – the button create is not shown

    #308030
    mercury4
    Participant

    Hello! Buddypress has two notification methods – system messages and mail. I need to add another way: SMS. I haven’t found it anywhere in the documentation about this possibility. Could you tell me which way to look?

    #308028
    furious373
    Participant

    Wordpress 5.2.3 Buddypress 4.4.0

    When uploading a profile picture, the picture uploads but the crop tool don’t work. It’s a small 2×2 square that’s unusable.

    I’m using the current KLEO theme and Buddypress Noveau.

    #308027
    ibes
    Participant

    That seems to be super helpful, thanks.

    Put still a field “name” is also the field title, right?

    So if I would try to make the name very unique.
    Like “unique45myField” this would be something that is user-facing, right?

    As the ID can be different in each installation I should rely my system on the field name. But if the field name is visible to the user, I should not go wild with it.
    I feel a bit stuck in this thought loop.

    Are the plugins who add xprofile fields to BuddyPress? How are they doing it?
    Could it make sense to overwrite the field name for display via a filter or so?

    That filter could do it:
    bp_get_the_profile_field_name

    Then I could work internally with a very unique field name and just overwrite it for display.
    Dirty workaround but would likely give me better sleep 🙂

    Or is xprofile anyway not the best idea and there is another, more suitable way to add profile fields to BuddyPress profiles?

    wpissue
    Participant

    Hi, I have noticed when an user log out on certain buddypress pages such: messages, profile edit page, setting, it shows an ERR_TOO_MANY_REDIRECTS page and the url shows /&/ (in html code) at the end.

    It seems it can not redirect back to a public buddypress page or homepage.
    Is this a current issue or only specific to my site/installed plugins?

    leleskaya
    Participant

    Hi all
    I just installed BuddyPress in my site – https://www.maesbrasileirasnaeuropa.com – and when I go to the register page, for instance, all comments in my site are displayed.

    You can take a look at https://www.maesbrasileirasnaeuropa.com/registro.

    Actually, it’s not ALL the comments but “old comments” that were added when my site was hosted in WordPress.com. New comments do not really appear in the pages.

    Anyone knows how to fix it?!

    #308010
    David Cavins
    Keymaster

    Hi @jannetto96-

    I can verify that adding a buddypress.php or community.php file to the root of the active theme directory does result in BuddyPress using that file preferentially over something more generic. Please check that the new file has been created with permissions that allow the _www user (or whatever your webserver runs as) to read the file.

    Next, try it with a different theme, like TwentyNineteen or similar. It could be your theme is loading templates in a nonstandard way.

    #308009
    David Cavins
    Keymaster

    Hi @javimarcal-

    It sounds like you’ll need to visit the updates page in your WP admin dashboard to download and use the language files for BuddyPress and other plugins. The updates page is at /wp-admin/update-core.php

    #308005
    David Cavins
    Keymaster

    Hi @tdurocher-

    What screen are you using to change the bbPress “forum name”? (That’s unfamiliar to me.)

    BuddyPress uses the user’s profile to manage names, and doesn’t generally interact with the First and Last name fields; it allows the user to manage the Display Name field. For instance, via http://bptest.local/members/admin/profile/edit/group/1/

    Adding MemberPress to the mix complicates the issue somewhat, too.

    #308003
    David Cavins
    Keymaster

    Sure, you can add a filter to the bp_activity_can_comment filter point. It is designed to only allow comments on certain types of posts/objects, but there’s no reason you couldn’t take the current user into account in your filter.

    You can read more about filters here:

    add_filter()

    The filter I’m talking about is here in the code:
    https://github.com/buddypress/BuddyPress/blob/4.4.0/src/bp-activity/bp-activity-template.php#L2871

    Here’s an example of a filter based on who should be able to comment:
    https://github.com/buddypress/BuddyPress/commit/f968ef5198b48273a477227876fbb1d94b108755

    David Cavins
    Keymaster

    It wouldn’t be wise to edit the wp_user table. You could store the info in the user meta table, or better yet use BuddyPress member types: https://codex.buddypress.org/developer/member-types/

    ranjitabuddy1
    Participant

    Hello i have created 2 registration form using buddypress extended profile feature. i.e https://myolife.com/register/?role=provider

    Registration

    After registration i want to store the role (i.e user or provider) in wp_user table. i have created a column (i.e role) in “wp_user” table.. How can i do that?

    OR just let me know which file in “buddypress” folder i will edit to achieve the above?

    Please help me on urgent basis.

    notright
    Participant

    Hi guys,

    I have a Freemium BuddyPress site and so far I’ve had to disable the activity feed entirely. However, I feel like I’m missing out on a great way to keep people on my site.

    Is there a way to restrict activity stream Commenting to Certain roles (of my paying members)?

    I can already restrict public messaging but if comments are still allowed it’s pointless.

    Thanks

    #307992
    shanebp
    Moderator

    Did you read this:

    bp-custom.php

    You’ll need to create the bp-custom.php file and then upload it to your site as explained in the article.

    To upload it, use a FTP tool like Filezilla or if your hosting company provides a File Manager, use that. So ask your hosting provider how to upload files.

    #307985
    andrewwebber25
    Participant

    I am so sorry in advance and I really don’t know how I am having such a hard time finding this, but where can I customize my buddypress code. Here is how I installed everything. Got the domain from godaddy and installed wordpress right through them. Then on the wordpress dashboard, went to plugins and downloaded buddypress, bbpress and the theme Customify. Every time I am trying to go through a tutorial that involved customizing, I see things like “edit pb-custom.php” and things like that. Where are these files located, how do I literally access them? People say things like “its in /wp-content/plugins” but I dont know where to find that folder to begin with. Is it through the wordpress dashboard of my site? On godaddy somewhere? I know this is like 101 stuff but Im seriously confused where to find anything relating to code. I can find Customify’s Theme Editor very easily, not anything else though. Please help

    #307960
    Kparth3000
    Participant

    I was wondering if there is a way to show buttons, like share buttons, on BuddyPress activity page without having to log in? In other words, I need the share button, for each activity, to be visible to guest users.

    Thanks

    #307892
    tom durocher
    Participant

    Doesn’t look like anybody’s going to help us here, Marcus. If I find the answer, other than getting rid of Buddypress, I’ll let you know. Please do the same for me if you find an answer. So far I have come up empty.

    #307889
    Jan
    Participant

    I want edit buddypress page template.

    i followed the steps showed here: https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/

    but it seems does not work. Any advice is appreciated. Thanks

    #307879
    Kristian Yngve
    Participant

    When a user replies to one of my updates within the activity section, it shows as if it is coming from wordpress – this is not how I have configured it in the emails section of the dashpanel for buddypress as everything is like:

    [{{{site.name}}}] {{poster.name}} mentioned you in a status update

    And that works, but not for where it’s coming from: <wordpress@mydomain.com>

    Please see screenshot: https://prntscr.com/p9bx97

    How to set that for buddypress?

    Thank you

    #307874
    shanebp
    Moderator

    Due to something in your theme, you are calling xprofile_get_field_data too early.

    In your pre_get_posts filter, you could try calling BP: $bp = buddypress();

    Otherwise, you’ll need to talk to the theme creator.

    #307871
    webberater
    Participant

    Hi,

    beforehand, I use the following versions:
    WP in 5.2
    BP in 4.4.0 with the new layout, BuddyPress Noeveau
    BBPress in 2.5.14
    Theme OceanWP in 1.7.1 with ChildTheme 1.0

    I offer a community for free and paid Mitgileder is: https://www.hoga-services.biz

    In the backend I can assign an individual sidebar per page.
    I have called a sidebar “BuddyPress and put down all the relevant widget there.

    My default sidebar is on the right and I want to display the BuddyPress sidebar instead of the default sidebar.

    Unfortunately, that does not work. Have already tried everything, even with the deactivation of all plugins, cache emptying, etc. nothing works.

    Does somebody has any idea?

    Thank you in advance.

    msolution
    Participant

    im working with pre_get_posts action hook, and calling xprofile_get_field_data in the function it is returning an empty string, after looking into the function it seems the $bp->profile array is not fully loaded, and $bp->profile->table_name_fields is missing and generating a mysql error.

    I have disabled all other plugins, and still the issue persists.

    what am i missing?

    WordPress 5.2.3
    BuddyPress Version 4.4.0
    this is an intranet site!
    Theme: Multi NewsVersion: 2.6.5 [www.momizat.com]

    The Issue does not happen on TwentyFifteen/ TwentyTwelve

    Looking for a fix.

    #307869
    sivanadali
    Participant

    Hi Salvatore,

    Which theme are you using now?

    that profile as you are saying; Buddypress MenĂĽ or not?

    if that Buddypress menĂĽ you have to look theme Customize

Viewing 25 results - 4,301 through 4,325 (of 68,986 total)
Skip to toolbar