Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 17,726 through 17,750 (of 69,106 total)
  • Author
    Search Results
  • #177497
    Henry Wright
    Moderator

    You could try posting a link to a demo of your theme in https://buddypress.org/support/forum/your-buddypress/ asking anyone to provide you with some feedback…

    #177487
    bkypes
    Participant

    I did some more digging and found another one of your older solutions that works perfectly here: https://buddypress.org/support/topic/hiding-groups-activity-members-list-to-non-members/

    #177485
    wolfied
    Participant

    I do admire the work you guys are doing by updating this BuddyPress but for the love of God, can you guys solve this issue in the next update?? It’s so annoying to ask each of the members to join a group for posting. Can anyone please help??

    #177480
    bkypes
    Participant

    @bp-help, I just installed the plugin on my site and it works pretty well! I would have done it sooner but we completely rebuilt our site and BP wasn’t working with the theme we’ve been using. I have a quick question for you though. Is it possible to reverse the plugin to leave all pages open and then enter only the pages that I want to block? Our site is an ecommerce site so I want to leave everything open and accessible except for the BuddyPress pages.

    #177476

    In reply to: page layout

    @mercime
    Participant
    #177475
    @mercime
    Participant

    @gerardbeekmans the workaround for some themes with proprietary frameworks which can lock your content to that theme is by creating a new file named buddypress.php then pasting the code from the theme’s page.php file into buddypress.php. What’s needed in buddypress.php is the WP loop and within that you need the_title and the_content template tags to replace whatever code the theme author used. After you’ve added the necessary loop and template tags, you’d need to upload buddypress.php into the root of your theme’s folder in server.

    #177472

    In reply to: page layout

    @mercime
    Participant
    #177471
    shanebp
    Moderator

    There are some resources re disabling gravatars in BP.
    Here’s one, untested by me but at least will give you hints:
    http://bp-tricks.com/snippets/completely-disable-the-use-of-gravatars-on-your-buddypress-site/

    #177470
    BuddyBoss
    Participant

    I can deactivate all plugins and then reactivate, but I’m new to WP and not sure if doing so would re-set all of the settings for each plugin.

    It shouldn’t, assuming your plugins are well coded. The vast majority of the time doing this causes no problems. But you don’t know 100% until you try it.

    You might want to back up your database first just to have a copy to revert back to. It’s a good policy to do that anyways. I use: https://wordpress.org/plugins/wp-dbmanager/
    You can set it to do daily or weekly backups to your server of your database. Pretty sweet.

    As for your theme, that theme (Solitudo) looks like it has a ton of theme options. I’m guessing some PHP customization in there is breaking BuddyPress output. You may have to just dig in and deactivate/reactivate parts of the theme (at the code level) until you get things to work if you feel comfortable doing that. Specifically the functions, or functions in PHP files that are possibly called by the core functions.php file – I haven’t used that theme myself so not sure how it’s set up. Every theme is different so there isn’t some quick answer unfortunately.

    Hope that helps.

    BuddyBoss
    Participant

    Probably a JS conflict on your site. buddypress.js has some code that expands that textarea when you click into it, which works in Chrome/FF out of the box normally. I imagine a theme or plugin is in conflict. Some plugins do interact with the post box using JS.

    carlsandburg
    Participant

    this still seems to be an outstanding issue with BuddyPress (at least for me).

    Terabrite’s solution did fix the problem for me. pretty painful thou.

    clicking inside the textarea did not cause the button to show. at least for me, using Chrome or Firefox.

    #177461

    In reply to: Member photo galleries

    Mathieu Viet
    Moderator

    Hi @sooskriszta

    Thanks for the ticket reference, i’m actually building a list of tickets around the need to attach media to components.

    I think what @boonebgorges says in comment of your ticket is really important :
    “… it’s not impossible that some simple media capabilities would one day be built into BP. … If anything were to be included, it would have to be done very carefully, working closely with teams like the BP Media team to determine how we could build something minimal in BP that could be scaffolded by other plugins.”

    I totally agree with him. Although i feel there’s a lot of expectations having features incorporated in BuddyPress, doing it carefully and in a way that would help other plugins is very important.

    When you say “Photos are the biggest attraction in social networking”, sometimes it’s not the case : for instance in the corporate world, the document really matters more.

    As i’ve said in last wednesday’s dev chat : “Media is a great challenge. I have some ideas about it, mainly around the concept of attachments for other components

    In BuddyPress, the groups component and the members component are dealing in a way with media using the core avatar functions. It can be a good start to see how to provide a quickest way for community administrators to view/manage all these media in a media Administration screen, in a group/member administration screen etc.. I think that building this can help us to extend it to other media capabilities.

    Thanks a lot for the alert. Have a lovely day.

    #177453

    In reply to: page layout

    modemlooper
    Moderator

    css problem

    #buddypress div.dir-search {
    margin: 0 !important;
    }

    #177435
    Melle328
    Participant

    Thanks for reply.

    The problem is, we have 4.000 highly active members. But I will have a look of what I can deactive.

    For me it seems very close to this ticket. https://buddypress.trac.wordpress.org/ticket/3971

    Is this still a known (or mybe solved) issue?

    #177428
    carlsandburg
    Participant

    After much screwing around, i recommend Social Login. it seems to integrate well with BuddyPress…

    #177427
    aemadi
    Participant

    hahaha thanks, @meg@info 🙂

    #177426

    In reply to: WP Admin in Blank

    BuddyBoss
    Participant

    Try deactivating all other plugins, then activate BuddyPress on its own. See if that solves it. If so, it’s a plugin conflict. Then you can reactivate all other plugins one by one until it breaks again, and then you’ll know which one is the culprit.

    If deactivating all other plugins doesn’t solve it, then try switching themes to see if that’s the cause.

    #177422
    meg@info
    Participant

    Hi,

    for autocreatation you can create a small script who do that ( check buddypress default data how create demo groups )
    https://wordpress.org/plugins/bp-default-data/

    And buddypress-groupomatic plugin can make the autojoin group for members depending fields.

    https://wordpress.org/plugins/buddypress-groupomatic/

    Hope this can help you !

    #177421
    meg@info
    Participant

    hi @aemadi,

    Click on ” Screen Options ” ( on the top right of menu page ) then check Buddypress :).

    #177419
    Squirrel
    Participant

    I mis-read your question sorry. I found a solution which lets users only view other users profiles if they are a friend of that user. The admin can see all members regardless of them being his/her friend.

    I put the function in my functions.php:

     // BuddyPress create conditional if friend
    function flatportal_bp_is_friend() {
    global $bp;
    
    if (friends_check_friendship( bp_loggedin_user_id(), bp_displayed_user_id() )  )
    return true;
    
    return false;
    }

    and created a custom header file with this at the top:

    // Global $bp variable holds all of our info

    global $bp;
    // The user ID of the currently logged in user
    $current_user_id = (int) trim($bp->loggedin_user->id);
    // The author that we are currently viewing
    $author_id  = (int) trim($bp->displayed_user->id);
    if ($current_user_id !== $author_id && !current_user_can('delete_others_pages') && !flatportal_bp_is_friend() )
    {
    wp_redirect( home_url() );
    exit();
    }

    Then in header php (using multiple headers)

    elseif ( bp_is_user()):
    get_header('restrict-profile');

    If they are not a friend they will be redirected to the home page or wherever you want them. I suppose you could re-direct them to a “you are not a friend of this user” page if you wanted.

    #177413
    Hugo Ashmore
    Participant

    These are probably questions better asked on bbPress forum – remember although bbPress integrates with buddyPress it is a standalone plugin.

    I doubt however you need to overload all the files as above.

    #177412
    Hugo Ashmore
    Participant

    I would strongly urge you to first have a good read through what articles we currently have in the codex to familiarise yourself with basic setup & operation:

    Getting Started

    Then if you have further questions post back with a full outline of your setup – check the forum stickies which tell you what information to provide in order to gain help here.

    #177402
    betson
    Participant

    Hi,

    I have the same problem. When we click the notifications link, a blank page is showing.

    Wordpress version : 3.8
    Buddypress : 1.9

    Pls help me

    #177387
    jameat
    Participant

    Thanks shane.

    I took a look at that doc you link but feel this is a little beyond my capabilities!
    Looking around the bbpress documentation I found this

    They tell me to add
    define( ‘BP_GROUPS_DEFAULT_EXTENSION’, ‘members’ );
    to my wp-content/plugins/bp-custom.php file. But that doesn’t seem to work.

    This is what I wrote in the bp-custom.php file:

    <?php
    define( ‘BP_GROUPS_DEFAULT_EXTENSION’, ‘forum’ );
    ?>

    Is there anything obviously wrong with this which may explain it not working?

    Thanks again.

    #177386
    shanebp
    Moderator

    Over-ride this file:
    buddypress\bp-templates\bp-legacy\buddypress\groups\single\home.php

    And adjust it to make forums the default rather than activity.

    Over-riding BP templates:
    https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/

Viewing 25 results - 17,726 through 17,750 (of 69,106 total)
Skip to toolbar