Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 8,301 through 8,325 (of 69,109 total)
  • Author
    Search Results
  • #264255
    modemlooper
    Moderator

    There is nothing like this. Would make a great plugin. BuddyPress allows people to request group membership for private groups. Change a group to private and the “join” group button becomes “request membership”

    auto join plugin based on role https://www.buddyboss.com/purchase/buddypress-auto-group-join/

    #264254
    modemlooper
    Moderator

    Sounds like a good plugin, since this is not a support request I will go ahead and close the topic. More info on filtering the loops https://codex.buddypress.org/developer/using-bp_parse_args-to-filter-buddypress-template-loops/

    #264250
    Henry Wright
    Moderator

    Is the Friend Connections component activated when you go to Settings > BuddyPress?

    #264236
    danbp
    Participant

    Hi !

    That wonder is called bp-custom 🙂

    #264226
    griffmix
    Participant

    Can anyone help with this?

    To re-iterate, when BuddyPress Extended Profiles (XProfile) is enabled, it breaks the site for any users that have uploaded something using the FancyProductDesigner plugin.

    #264220
    deeCT
    Participant

    Hi there,

    Thankyou for the reply.

    The thing is, on your “site wide activity” page –

    The first post here “wrote a new post” looks like a notification that the user wrote a post,
    but it doesnt look like it shows the actual post or text the user posted?

    You have blanked this out, so does it show the actual text that a user posts?
    Do you have a screenshot of this?

    Secondly, Any idea or screenshot of what the activity steam looks like with photos etc using that additional activity plus plugin?

    Thirdly –
    How does admin or anyone we can set moderate what the users post on the “site wide activity” page? ie how do we make this non- automatic and only show once we have approved?

    Do you have a screenshot of what the login/ register page in buddypress looks like?
    ie I want users to register first before they can see the site wide activit ystream

    Thankyou!

    #264213
    Henry Wright
    Moderator

    BuddyPress activity items aren’t WordPress posts so as far as I know you can’t associate categories or tags with them. However, activity items do have associated meta.

    Take a look at these functions which will be useful to you:

    bp_activity_add_meta()
    bp_activity_update_meta()
    bp_activity_get_meta()
    bp_activity_delete_meta()
    #264211
    Henry Wright
    Moderator

    Try using bp_parse_args instead. That’s the way I’d recommend to filter the members loop (both pagination and the loop of members will be addressed)

    Using bp_parse_args() to filter BuddyPress template loops

    #264204

    In reply to: Members

    danbp
    Participant

    Hi,

    sorry, but we can’t help you as you use a premium theme. And it looks like you have to adjust your CSS.

    To do that, or a similar thing, like creating a child-theme, you need to read your theme documentation first. You have also to search on this forum for any topic related to “button not showing”.

    And if you want a good advice, develop your site locally, so you can fearless do and undo while testing. You should also setup your BP properly with WP and a Twenty something theme first, before activating any other plugin…

    All this is also documented on the codex, which you should read attentively (it seems to me you messed a little your install at the moment…).

    #264203

    In reply to: Styling BuddyPress

    danbp
    Participant

    Hi,

    in brief: yes!
    But it depends greatly of your CSS and design knowledge. Fortunately, you can access to the whole theme code used on buddypress.org, by clicking here.

    Official announcement of this was in 2014.

    #264180
    psnation
    Participant

    Are you using a theme? You can add some custom CSS to make your changes. Press F12 to view the elements in Chrome. Themeforest has Buddypress themes too that you might be interested in. You change the design as for your original question.

    #264179
    psnation
    Participant

    I would suggest https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ to create your profile fields. There also conditional field plugins that would allow you to set up different fields to members and doctors.

    #264171

    In reply to: email notifications

    hughb1
    Participant

    I miss-edited that. That should have read I migrated away from vBulletin to BBpress and Buddypress. I’m sorry! I will try this plugin though. Thanks.

    #264167
    mrjarbenne
    Participant

    How is this different than Twitter, where my username is my @mention name? Although I agree that the Display Name and Username can cause confusion, you could tact in the opposite direction and embrace the username with something like this: https://github.com/r-a-y/buddypress-usernames-only

    #264163
    mrjarbenne
    Participant

    There’s a plugin that would cover you for the Profile change notifications. It’s over here:

    https://github.com/calliaweb/Moderate-Buddypress-xProfile-Changes

    #264162
    mrjarbenne
    Participant

    I would suggest asking this question in the Studiopress forums. It could be that the Genesis Connect plugin was required before BP enhanced their theme compatibility. BP now works in any well designed WordPress Theme. You can read more about that here, along with instructions on building out your own child theme to tweak how BP renders within your selected theme:

    BuddyPress Theme Development

    #264158
    mrjarbenne
    Participant

    Hi Dee,

    I would suggest that you download the plugin and give it a try. If you already have a WordPress install, there isn’t anything to “buy”.

    Once you log in, the Main activity stream has a central area where users can post updates:

    2017 02 25 10 49 40

    Allowing users to post media to the activity stream, rather than just text, is going to require an additional plugin. Although I don’t use it, this will do the trick: https://wordpress.org/plugins/buddypress-activity-plus/

    Commenting on each other’s posts is there by design. If you go into Settings/Discussion you can set the Threaded Discussion depth in the same space you would manipulate this for blog posts.

    Rating each other’s posts could be done with https://en-ca.wordpress.org/plugins/bp-reactions/

    Allowing users to also post to the blog on the site (as well as the activity feed) will require you to elevate their permissions. By default, users who are Subscribers (WordPress Roles https://codex.wordpress.org/Roles_and_Capabilities) can post to the Activity Stream, but not to the blog post. If you promote them to Contributor, they can post articles to the blog post as well: given your wish to moderate those posts, you want Contributor rather than Author, so you can read the posts first before publishing. You can’t moderate the activity feed. Users can post there freely (like FB)

    #264151
    mrjarbenne
    Participant

    You could just hide the toggle with CSS. There’s probably a more elegant way I don’t know, but this will work in a pinch:

    Add this to the style.css file of your child theme, or add it to the Custom CSS panel in the Customizer:

    #buddypress .field-visibility-settings-toggle {
        display: none;
    }
    #264141
    shanebp
    Moderator

    Re #2 this is a much better approach than using group_meta…

    https://codex.buddypress.org/developer/group-types/

    Then use the group type to determine if your extra tabs should be added to a group via the BP_Groups_API

    #264140
    shanebp
    Moderator

    You have 2 choices, both require some hours of work and good coding skills, which is why a ‘solution’ was never shown, just explained.

    1. Create a new component based on the Groups component

    2. Use groups_meta to add a field re ‘park’ and use that to determine if your extra tabs should be added to a group via the BP_Groups_API
    https://codex.buddypress.org/plugindev/how-to-edit-group-meta-tutorial/
    https://codex.buddypress.org/developer/group-extension-api/

    #264133
    r-a-y
    Keymaster

    First, you need to figure out how to fetch the Active Directory data for a user and how to display it. This isn’t dependent on BuddyPress.

    Once, you’ve figured that out, you’ll need to hook into the BuddyPress profile template to add those fields.

    If you are a WordPress developer, there are various hooks you could use. View the profile template:
    https://buddypress.trac.wordpress.org/browser/tags/2.8.1/src/bp-templates/bp-legacy/buddypress/members/single/profile/profile-loop.php

    And hook into any of the do_action() hooks to display your AD data. To get the current user’s ID on a profile page, use bp_displayed_user_id().

    #264121
    johanna75
    Participant

    For me, if a user set a data (like city) as “for me only” it will be normal that this member will not display in results if a search is done on his city name.
    It’s a very basic privacy respect… How can buddypress dev let this king of error ????

    #264120
    djsteveb
    Participant

    interesting recent discussion on the privacy thing here: https://buddypress.org/support/topic/hide-members-from-search-results/#post-264118 – hope others can chime in on best practices for the future.

    An easy way to choose that gives put in and what gets left out of the main activity stream is a top issue I think for bp, as well as an easier way to manipulate page titles, meta descriptions, and other content on the bp-psudoe pages likes groups and member profiles is a consistent pain point for many.

    hopefully media handling will get more standardized.

    #264114

    In reply to: Can’t edit

    ajsonnick1
    Participant

    Thanks R-a-y!
    I’ll try that now.

    This was a clean install though where we didn’t have Buddypress originally.

    #264112

    In reply to: Can’t edit

    r-a-y
    Keymaster

    Can you reinstall v2.8.1 just to make sure you are not experiencing any discrepancies?

    Delete BuddyPress and reinstall the latest version and see if you are still running into problems.

Viewing 25 results - 8,301 through 8,325 (of 69,109 total)
Skip to toolbar