Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,476 through 5,500 (of 94,540 total)
  • Author
    Search Results
  • #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?!

    #308020
    Anonymous User
    Inactive

    Hi everyone,

    The second release candidate of BuddyPress 5.0.0 is available for testing. Read more about it in this announcement post.

    Thanks in advance for your tests.

    todga
    Participant

    Hello,
    Please, how can I hide all members in buddypress to members, so that members can only see their friends in own profile?
    Only admin can see all members.
    Also hide all groups, all newest groups, all new groups, all new members, all groups memberships, all friendships.
    Only admin can see all them.
    Like in Facebook where users can not see all users except their friends.
    Thanks.

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

    #307997
    ibes
    Participant

    Hi there,

    I try to make sure that there is a certain xprofile field existing.

    It seems like that is a tough thing to do with BuddyPress, right?

    I am used to ACF where registering fields is quite easy.

    If I get it right xprofile fields are registered directly in the database.
    So the “xprofile_insert_field” function tries to write a line in the database.

    That means that I can not guarantee that a field has a certain ID and so I would need to focus on the name.
    But the name seems to also be the Title of the field. So if I need to change the title of the field everything falls apart. Do I see that correctly?!

    I now plan to give the field a defined id and maybe overwrite the field.
    Which is very messy and just works if I do huge id jumps for every field that i need, so that field that are manually created will not be missed.

    Is there a clean way to set up fields programmatically?
    We deploy our site with a tool and so the wish is that eg. a new staging site can be created without manual work.
    Also fields should be updated through code not manually.
    So if the Title of the field needs to be changed I would like to have that updated through code.

    Hm – should I use some kind of databank migration thing for that?

    Maybe you have tipps for me.

    #307996
    zeeshan333
    Participant

    Hello,

    My website has the wpforo forum plugin.
    How can I make the admin bar appear under the header with the custom padding to fit the body of the site – just like how buddypress does it?
    At the moment, after a user logs in, the admin bar sticks to the top of the page whilst scrolling.

    I’m using a managed wordpress hosting plan with wordpress version 5.2.3 and buddypress version 4.4.0.

    My website admin bar
    https://prnt.sc/paq7bz

    How I want it
    https://prnt.sc/paq7pg

    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

    reubonwry
    Participant

    I have a website where lots of videos are streamed from YouTube. I would like to have the functionality of people registering for an account on my website. If a user is logged in, I would like to track three things in particular: videos that are “liked”, videos that have been watched, and videos that the user wants to watch in the future. (This is very similar to functionality of a logged-in user on ted.com.)

    Given that description, is there some way to add this information to a WordPress user and display that information through some third party plugin?

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

    #307890
    Javimarcal
    Participant

    I have installed the wordpress in Spanish and when installing buddypress I get the backend in Spanish except for some things but on the web I get the registration box (username, mail, password …) in English. How can i fix this? Thank you!

    #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

    #307885
    nextupproject
    Participant

    Hi,

    Is there a way to use Buddypress “about me” section on the user profile as the Author Box description?

    I tried to change <div class="author-desc"><?php the_author_meta( 'description' ); ?></div>

    to

    <div class="author-desc"><?php bp_the_profile_field_value(); ?></div>

    but it doesn’t work.

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

Viewing 25 results - 5,476 through 5,500 (of 94,540 total)
Skip to toolbar