Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,026 through 5,050 (of 68,915 total)
  • Author
    Search Results
  • #304324

    In reply to: Activity default tab

    Venutius
    Moderator

    Can you look in Settings>>BuddyPress>>Options and let me know which BP Theme you are using?

    #304318

    In reply to: Creating groups

    Venutius
    Moderator

    Theme’s don’t interfere with settings pages I’m afraid, You could try switching to the 2017 theme to test. Could you share a screenshot of the BuddyPress Settings page?, you should have four tabs, Components, Options, Pages and Credits. Do you have those?

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

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

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

    #304213

    In reply to: Wrong template display

    beat sk
    Participant

    Oh, maybe the creation of buddypress in shortcode would solve many problems. :/

    #304212
    Venutius
    Moderator

    I’d try reinstalling the BP emails ( admin>>Tools>>BuddyPress ).

    #304211
    Venutius
    Moderator

    Typically the way to do this would be to overload the members page (buddypress/bp-template/bp-theme/members/members-loop.php) and at your code to display the field excerpt.

    #304210

    In reply to: Wrong template display

    Venutius
    Moderator

    There’s quite a few shortcodes available for BuddyPress but I don’t thank all of them together would allow you to recreate the BuddyPress pages.

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