Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,026 through 5,050 (of 69,042 total)
  • Author
    Search Results
  • #304317

    In reply to: Creating groups

    andhi1
    Participant

    This is what WordPress support say:

    Here is the lik you need:

    It may be an issue with your theme not including that feature. I would maybe contact BuddyPress with that link to the forum post and ask them to clarify the exact issue.

    #304315

    In reply to: Creating groups

    Venutius
    Moderator

    Seems to me then that you need to ask WordPress.com support what they have done with it. Reinstalling BuddyPress is unlikely to fix this, it sounds more like that this is not actually true BuddyPress you have running, either that or you’ve not enabled groups but you shared the components page the other day and you had it selected.

    Do you have the pages settings screen at all? There should be pages for Members, Activity and Groups at least.

    #304310

    In reply to: Creating groups

    andhi1
    Participant

    No it is not. I must have deleted it. Thats why I as if I can fix it if I reinstall BuddyPress

    #304309

    In reply to: Creating groups

    Venutius
    Moderator

    You can find out which page it is by going to Settings>>BuddyPress>>Pages and see the name of the page assigned as the groups directory

    #304307

    In reply to: Creating groups

    Venutius
    Moderator

    The groups directory is a page allocated to display all of your groups in the BuddyPress Pages settings, it normally has the url https://yoursite.com/groups.

    It’s really difficult to support wordpress.com users, we have no access so have no idea how BP works on there.

    #304305

    In reply to: Creating groups

    andhi1
    Participant

    I do not know what you mean with “Groups directory”. I do not have my site on an own server.
    I have a WordPress account who handels my site.

    Maybe there’s something wrong with that I can’t find the right page here for “usergroups” in BuddyPress settings:
    (I’m sorry I can’t get this picture in English!)

    And in front end “Profile” I can not see anything that says “Create group”.

    Can I possibly get this fixed if I reinstall BuddyPress?

    BR
    Anders H
    Sweden

    #304294
    catireque
    Participant

    Buddypress works for me as you indicate, except for the pages of each group that always redirects me to http: //
    I have open_ssl installed with a certificate. I have a wordpress latest version and buddypress latest version, I have configured multisite. I tried to put the domains to https: // and to http: // I always redirected the group pages to http: //

    One page of group is

    http://redols.caib.es/c07000000/grups/lectors/

    #304291

    In reply to: Activity default tab

    Venutius
    Moderator

    You could try:

    function bpex_set_member_default_nav() {
     
        if ( bp_displayed_user_id() == get_current_user_id() ) {
            bp_core_new_nav_default (
                array(
                    'parent_slug'       => buddypress()->activity->id,
    	        // other "activity" sub_nav slugs : personal favorites friends groups
                    'subnav_slug'       => 'mentions',
                    'screen_function'   => 'bp_activity_screen_mentions'
                )
            );
        }
    }
    add_action( 'bp_setup_nav', 'bpex_set_member_default_nav', 20 );
    #304286
    Venutius
    Moderator
    #304282
    Venutius
    Moderator

    This is probably more to do with how you’ve setup WordPress rather than BuddyPress. BuddyPress redirects based on what WordPress thinks is the right URL for the site, it does not hard code https, but simply get the site address from WordPress.

    Using BuddyPress Noveau.

    After a user click the “Complete Sign Up” button this message is shown: You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.

    1) How do I change that message?
    2) How do I change the page title from “Check Your Email To Activate Your Account!” to something different?

    WP version 5.1.1
    BuddyPress version 4.2.0

    I have an “All Users” group to which all registered users are added. Is there a way to specify that, when a user registration is approved that the user is automatically added to a specific group?

    WP version 5.1.1
    BuddyPress version 4.2.0

    #304261
    jannmirch
    Participant

    I just noticed this very odd issue on this page: https://westchestermarketingcafe.com/rsetasc/groups/

    We are trying to set up Restricted Communities whereby the Groups are private but allow users to request membership via the buttons. Some of the groups have the buttons but two, including the new “Testing IEP” do not.

    I’ve tested with Twenty Sixteen and the issue remains. I have turned off/turned back on all the plugins without any luck.

    We are using WP 5.1.1, BuddyPress 4.2.0, bbPress 2.5.14.

    What am I missing?!

    #304257

    In reply to: Can not create menues

    andhi1
    Participant

    No, I didn’t mean your side. I meant that the configuration of BuddyPress is complicated for me!
    Maybe because I am from Sweden

    #304256

    In reply to: Can not create menues

    Venutius
    Moderator

    Yep BuddyPress can be, it’s why I set up that site, unless you are saying my site is complicated

    #304250

    In reply to: Can not create menues

    Venutius
    Moderator

    in the menu’s page, check the Screen Options at the top right of the page, BuddyPress is probably not selected.

    #304247
    Venutius
    Moderator

    I’m not sure there is an ecommerce plugin that supports BuddyPress out of the box. However most have shortcodes that allow a seller to display their shop. I guess what I’d need to know is how you want your buddypress site to work. I recently helped someone looking to set up ecommerce via groups where the group admin could set up a shop for the group. Basically we set up a post assigned to the group and let the user add their shotcodes there and made sure the post had it’s own Shop group menu item that linked to the post.

    #304245

    In reply to: Activity default tab

    Venutius
    Moderator

    This method suggested by danbp works:

    help with default activity stream tab

    #304244
    Venutius
    Moderator

    By the looks of things you are trying to change the colours of the profile fields, so something like:

    .profile-fields {
        color: blue;
    }

    Should work

    However something more specific is sometimes required, such as:

    #buddypress table.profile-fields {
        color: blue;
    }
    #304233
    marcupfront
    Participant

    Hi there,
    I am creating a trade site where members of an industry can share advice, recommendations etc.
    Just wondering if anyones aware of a way for buddypress user profiles to have an embedded google maps for their profiles? To show the businesses location on profile?
    Thanks,
    Marc.

    #304229
    shanebp
    Moderator

    These are the support forums for BuddyPress.
    You have a better chance of getting an answer if you use the support forum for Buddypress Group Email Subscription .

    #304225
    shanebp
    Moderator

    If you are good with html, css and php, you can overload BP themes and make changes.

    afaik, you can do the same with bbPress templates for forums, but you should ask on their support forums.

    claramovision
    Participant

    Hello there 🙂

    I would like to change what is shown per default in the sitewide activity stream. I only want to show new posts, new topics and new replies in forums.

    I already installed the plugin “BuddyPress Activity Filter” and tried to hide all things like new friendships, new profile picture and so on. But it still shows everything on the activity page.

    Any idea, what the problem is and how I could change it?

    Thanks a lot!

    #304215
    prasadd1989
    Participant

    Hello,

    I am working on one of my website, using buddy press installed on localhost with wordpress latest version 5.1.1, but the register page of the buddy press is not working, after submitting sign up form nothing happens, and redirects to home page. I am troubleshooting and searching the solution in the forum too. But didn’t get any fix.
    I have tried new fresh installation of wordpress with buddy press installation, no other plugin activated instead of buddypress and the twenty seventeen theme activated, but still facing same issue.

    Please help me with the solution.

    Thanks in advance.

    #304214
    gmbyrom
    Participant

    Yep, done that.
    I THINK I’ve resolved the problem temporarily by using add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ ); in my functions.php, but I’m not sure that should be needed.
    Separately I’m also using the Buddypress Group Subscription Email plugin and some of the (default) emails in that, such as digests and new activity emails, are still not sending. The Buddypress Core ones are however.

Viewing 25 results - 5,026 through 5,050 (of 69,042 total)
Skip to toolbar