Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 11,651 through 11,675 (of 69,016 total)
  • Author
    Search Results
  • #246110
    mrjarbenne
    Participant

    This plugin will force usernames only across the site. If your usernames are their real names, that might be a fix: https://github.com/r-a-y/buddypress-usernames-only

    Small caveat from the plugin readme:

    By default, display names are enabled in the member header on profile pages. If you prefer usernames to be shown, add the following snippet to your wp-config.php file:

    `define( ‘BP_SHOW_DISPLAYNAME_ON_PROFILE’, false );

    #246109
    mrjarbenne
    Participant

    Can you expand on that?

    In a traditional install, on a Multisite network, BuddyPress is Network enabled by default. This doesn’t mean you have a social network on every site in your network, by default, when BP is network enabled, all it’s functions live on your main domain. The network activation allows that main domain to collect all of the activity from all of your subdomains. If one of your subdomains has bbpress active, then the forum posts from that subdomain are populated in the activity stream on the main domain. The main domain becomes the hub on which all activity from across your entire network of subsites is collected and can be seen.

    If you don’t want your main domain to be the one that is collecting everything, and instead want that to be some other subsite on your network, you need the instructions I provided above.

    #246101
    konberg
    Participant

    Sorry, I meant this code, that’s what they had

    form label,
    #buddypress .standard-form label, #buddypress .standard-form span.label{
    font-weight: 300;
    text-transform: uppercase;
    }

    #246097
    Henry Wright
    Moderator

    Unfortunately, this code did not work at all 🙁

    Likely you’ll need to change the selector #buddypress .standard-form div.radio div label so that it’s appropriate for the theme you’re using.

    #246096
    shanebp
    Moderator

    …which I have uploaded to the root of the buddpress folder

    It should go in the root of the plugins folder.

    bp-custom.php

    #246091
    mc9625
    Participant

    Hi, actually I’ve already added
    add_post_type_support( 'recipe', 'buddypress-activity' );

    to bp-custom.php in /wp-content/plugins. The recipes are counted in the “member activity stream”, but only the ones posted directly in the parent site, not the ones posted in the member’s blog.

    I think it’s a pity you can’t use a “blog” as the user profile page, or at least give the user profile page, the same kind of customisation as a full blog install. I think this is more a “Facebook” kind of approach, everyone will have more or less the same kind of page, with minimal customisation option (I guess the header profile). But since WordPress already has a multisite option, and Buddypress already support multisite environment, have the chance to use the user’s blog as if it were his “user profile” would have been a huge facility.

    #246090

    In reply to: Help loop activities

    William
    Participant

    @RafVin Here’s how to hide “All Members” tab with CSS.

    Find a file called “style.css” in the wordpress active theme, add the code below and re-upload the file.

    #buddypress div.item-list-tabs ul li.selected a {
        display: none !important;
    }
    

    Warning! When you update your theme, you’ll loose these CSS changes so try doing this in a child theme if you’d like to retain the changes when you update your theme.

    Showing custom tasks under personal? Well that requires some custom PHP coding or probably a plugin. Hopefully, someone will help you with this.

    #246089
    William
    Participant

    @konberg find a file called “style.css” in the wordpress active theme, add the code below and reupload the file.

    #buddypress .standard-form div.radio div label {
        text-transform: lowercase;
    }

    Warning! When you update your theme, you’ll loose these CSS changes so try doing this in a child theme if you’d like to retain the changes when you update your theme.

    Let me know if that works.

    #246085
    mrjarbenne
    Participant

    I’m not sure what you mean by the “Top Tab Recipe”. If your theme is adding a custom post type, then you need to register that post type in order for it to populate the activity stream, and the user profile activity. BP should do exactly what you are looking to do once you do that: https://codex.buddypress.org/plugindev/post-types-activities/ Maybe your theme is doing this for you already if you are seeing activity generated when you post a recipe in the custom post type area.

    Your alternative idea in the last paragraph would also certainly work. You don’t need multisite for that. Make every member of your community an Author on the main site: everything they publish will appear in the Custom Post Type “Recipes” archive, along with all the posts appearing on each users profile: this is their customized space, particularly once header profile images launch in BP 2.4. This would also give you more control over the experience. You could create a publishing checklist to make sure all the recipes are categories and tagged appropriately: https://github.com/danielbachhuber/Post-Checklist

    #246080
    webguru13
    Participant

    Thanks for the reply on this and sorry just now getting back…life got in the way…can you explain in newbie elementary terms exactly what you were discussing in regards to having me show up as admin and not just looking like a logged in user on buddypress…what is happening is…when I log into my wordpress I show up on my webpage as like a logged in user..doesn’t say admin or anything…I want to be displayed as a admin/moderator for the site…how do I do this…in elementary terms please as I am new to WordPress although I have learned so much and have actually almost put up a complete website…but I am even newer to buddypress although I have it up on my site…these little kinks such as this one are getting in the way…thankful for this buddypress support forum….if you could help I would greatly appreciate it!! Rhonda

    #246079
    konberg
    Participant

    Gee, guys, thanks for not helping at all.

    The name of the element is exactly what I am trying to figure out. If my registration form looks like thisL

    WHAT IS YOUR GENDER
    [] MALE
    [] FEMALE

    I am trying to change words MALE and FEMALE to lowercase. I went through ALL CSS files in my theme, and tried replacing text-transform: uppercase with text-transform: none but it did not help at all!

    So more specifically, my questions are:

    1) what exactly controls the lowercase/uppercase of profile field answer options. Something like this:
    #buddypress .standard-form #basic-details-section – but what the hell exactly and how

    and
    2) where to find it

    Thank you!

    #246071
    Henry Wright
    Moderator

    Can you describe the steps you took? Also provide any error messages you got along the way. We also need details of your environment (see When Asking for Support).

    #246042
    mrjarbenne
    Participant

    It doesn’t work like that. In a multisite instance, your users can all have their own blogs (think wordpress.com). What BuddyPress does is allow you to see all of the activity from those subsites in one Activity feed (among other things).

    I have set up the categories in the main site, and I expected to see the same categories on every site, but it doesn’t work.

    Although this isn’t a BP feature, there is a plugin that does this. It hasn’t been updated in a while, but you could test it out, or purchase support from Brajesh and request a fix if you run into issues:
    http://buddydev.com/plugins/mu-global-terms/. There’s a write-up on the plugin here: http://wptavern.com/wordpress-multisite-global-terms-plugin-share-taxonomies-across-a-network

    Also in the user activity stream I cannot see the posts the user has written in his own blog.

    That SHOULD work. You mention a custom post type though: is that the activity you are hoping to see? By default BP only shows posts and comments, not custom post types. You can register custom post types: https://codex.buddypress.org/plugindev/post-types-activities/

    If the subsite that you are hoping registers activity is set to discourage search engines in Settings/Reading then it won’t register on the main site.

    You may also want to try one of the default themes (twentyxx) to see if it’s your theme screwing things up. Many themes that tout themselves as BuddyPress-Ready, are doing some funky things best left to plugins in their functions.php file.

    #246040
    mrjarbenne
    Participant

    Check out this page, specifically option B: https://codex.buddypress.org/getting-started/installation-in-wordpress-multisite/

    If you Network Activate BP, but then change what BP considers it’s “home” by adding this constant as described in that codex article: define ( 'BP_ROOT_BLOG', $blog_id );

    Then bbpress activity from your main/root domain should populate the activity stream of your BP subdomain.

    #246039
    Henry Wright
    Moderator

    You can add items to the activity stream with bp_activity_add(). You could use your form values to build the content argument.

    Ref: https://codex.buddypress.org/developer/function-examples/bp_activity_add/

    #246035
    Henry Wright
    Moderator

    I’ve recently installed Buddypress to my WP theme

    Can you explain exactly the steps you took?

    #246032
    Venutius
    Moderator

    Have you tried raising this with your theme’s creators, this seems more like a theme problem than a BuddyPress issue.

    #246031
    pnet
    Participant

    I have been searching for the same, hide admins from GROUP members list.
    It seems all the forums point to https://buddypress.org/support/topic/hide-admin-from-members-and-activity/

    Which the second block of code does not work, for me anyway, breaks my site.

    So how do I hide the admins from GROUP members list, not all members list, I have those hidden.

    #246027
    life5000
    Participant

    Thank you so much @henrywright and everyone too. Henry’s solution worked great for me. I do have a custom css in the design setting of my theme that allows customization without having to create a child theme. I added Henry’s code to the custom css section.

    I now have a challenge of hiding some of the tabs on my buddypress profile page; like notification tab and forum tab. I’d like to hide those tabs without having to deactivate the plugins. I would so appreciate a solution.

    Thanks so much again.

    #246026
    caesarhills
    Participant

    I want to underline that for now I just need all the users/members to be connected to eachother; I don’t need separate networks, hope I’m making myself clear.
    The website talk of a specific niche, so I want the users to be able to interact in every page of the website, including also the subites/subcategories of the network where the owners/admins on these mini websites/blogs post their buddypress content, for instance, commening a post, or commenting on a bp gallery pics and so on

    #246023
    Venutius
    Moderator

    First think I would try is to deactivate all of your other plugins and see if register works.

    Another thing to try is to create a different page for register, point buddypress at that and see if that fixes it.

    #246018
    shanebp
    Moderator

    The Group Extension API is the best way to add a page & creation step.

    Group Extension API

    #246014
    rgitsolutions
    Participant

    I found a plugin which has all the features i needed. The problem is, it is not working.

    Plugin name: BuddyPress Group Plus

    #246011
    Paul Wong-Gibbs
    Keymaster

    Wonder if this is related to https://buddypress.trac.wordpress.org/ticket/6685 ?

    #246001
    Henry Wright
    Moderator

    Which theme is that? BuddyPress doesn’t ask for 2 usernames. The WordPress username and the BuddyPress username are one and the same. It looks as though your theme is asking for it twice

Viewing 25 results - 11,651 through 11,675 (of 69,016 total)
Skip to toolbar