Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 13,501 through 13,525 (of 73,984 total)
  • Author
    Search Results
  • #257957
    sensibleplugins
    Participant

    There is now a plugin that allows you to easily add a new tab to the user profile page: https://wordpress.org/plugins/buddypress-custom-profile-menu/

    Full disclosure: I am the plugin author πŸ™‚

    #257955
    alexdex
    Participant

    Hi, thanks a lot, was the number the problem, i remove it from MySQL and it work.
    I use another plugin for login, so this is not a buddypress problem. Thanks

    #257954
    jgilbert1990
    Participant

    SOLVED

    Incase anybody has a similiar problem in the future, for some reason my permalinks were set to a strange stucture. The steps i took were:

    1. Go to Settings> Permalinks and change to default structure.
    2. Go to Tools>Buddypress and repaired all three boxes.
    3. Message appears at top of screen “Buddypress is almost ready! Please change permalinks from default structure.”
    4. Changed Permalinks back to custom structure. (The structure changed from the long one that it was set to, it now showed “http://example.com/archives/%post_id%

    Pages now render properly.
    Thanks Danbp for pointing out the relation to permalinks.

    #257953
    jgilbert1990
    Participant

    Even the members page only shows the title ‘members’ and a link to edit the page. No page content rendered by buddypress.

    #257947
    danbp
    Participant

    Go to dashboard > permalinks and save.
    Go to dashboard > Tools > BuddyPress, select Repair member “last activity” data and click on Repair.

    #257944
    danbp
    Participant

    Forget it, it’s not possible or at least complicated See here why.
    If you’re a coder, you could evtl. try this solution.

    #257943
    danbp
    Participant

    Haven’t you found that plugin ?

    Introducing BP Group Activities Notifier plugin for BuddyPress

    Don’t omit to read the comments too. They’re several questions who can interest you.

    #257941
    megabitenl
    Participant

    Hi,

    We are trying to find a solution for our intranet site. Using Buddypress and bbpress for accounts and general discussions, we are new to Buddypress.
    There are several locations of the organisation all with a couple of members. who communicatie and manage project via the intranet. We added groups for each location and assigned the members of each location to their group. The idea is to have them send messages to the group, and they will see this in the notifications. But we didn’t see any notifications and after a tiny bit of research we found out there is no such thing included already in Buddypress. So after some more research we found this tutorial > https://webdevstudios.com/2015/10/06/buddypress-adding-custom-notifications/ which shows us how to add a custom notification, upon post comments.

    This provided code seems to be split up in 3 sections, and if I understand it correctly, we should only have to edit the middle section to make this work for our problem.

    As said, we are new to Buddypress, but also to coding for plugins/themes.
    How can we change this code to suit our needs?

    In the comments on that post a answer to a similar question is provided: “youd need to hook into the correct filter instead of wp_insert_comment”. What is this correct filter and were do I find it?

    Kind regards,

    Martijn

    #257940
    reggie3
    Participant

    Hi-

    Sorry for the slow reply, but here’s an update.

    Since I posted the above, we’ve upgraded to WordPress 4.6. Also tried to upgrade BuddyPress again with the same result.

    We’ve run this with the debug settings activated in the wp-config.php file but have received no error messages. Nor either in the wp-content/debug.php file, nor in the server’s php_log.

    Thinking incompatibility issue with other obsolete plugins…testing now…will report…

    Thanks!

    #257926
    buddycore
    Participant

    I don’t really know much of BuddyPress plugins, sorry can’t help.

    #257925
    Humiges
    Participant

    Hey @buddycore,
    thanks for your reply.
    Sorry, I’ll try πŸ˜‰
    1, Well, we have users (buddypress) they post their stories from front end – using social articles plugin. Sometime, their stories have chapters… so, it would be nice to link them somehow. I didn’t find the way to do that, so I thought I would try it here — maybe a bit of brainstorming πŸ˜‰

    2, In regards of the images – I know lots of site have problems with copyrights, so I would like to control the images by allowing only selection from library.

    3, allow buddypress users to follow certain blog posts – so, when it’s edited or commented they receive notification? – — I hope this one is clear πŸ˜‰

    Thanks a lot πŸ™‚

    Humiges
    Participant

    Hi,
    is there anyone who can recommend plugin or way to:

    1, allow buddypress users to post chapters (somehow link their related blogs)

    2, User can’t upload the image – however, can select the one from library

    3, allow buddypress users to follow certain blog posts – so, when it’s edited or commented they receive notification?

    Thank you πŸ™‚

    #257916
    buddycore
    Participant

    Did you go into BuddyPress settings and associate your “activity” page with the activity component in BuddyPress > Settings > Pages?

    #257915
    jgilbert1990
    Participant

    I recently decided to completely restart my site, so I uninstalled wordpress and re-installed it. I installed buddypress and enabled the activity component. The page buddypress rendered is blank. It just says ‘Activity’ on-top. No activity is listed, even when activity is posted. I am trying to find the ‘Site-wide activity’ functions.

    Buddypress only renders two pages when I install it. “Activity” and “Members”. I am running only the lastest version of buddypress and wordpress.

    Anybody know what the issue could be :/ I searched long and hard before posting.

    #257914
    buddycore
    Participant

    I’ve created a theme for WordPress + BuddyPress (almost ready) and will be hosting on Github soon for people to download.

    Is there anyone here who would be interested to use this?

    Initially I thought there was a need for a free BuddyPress theme but so far the amount of interest has been quite minimal.

    Anyway, check it out http://buddycore.com/ you can register and you could help shape the first release of the theme if you are interested.

    Thanks http://buddycore.com/register

    I should add that you can upload your own logo and change the colours in this theme to match your community.

    #257913

    In reply to: Url – username url

    danbp
    Participant

    Wouldn’t trying to do that as it will break to many functions and also JS…

    To get an idea see a part of the task – and it’s not related to url’s !

    #257912
    danbp
    Participant
    #257911

    In reply to: Not recently active

    danbp
    Participant
    #257910

    In reply to: Status

    danbp
    Participant

    To restrict the usage of the What’s New form to only admins and editors…

    Copy post-form.php from (bp-templates/bp-legacy/buddypress/activity/ ) to (/your-child-theme/buddypress/activity/).

    In the copy, add if ( bp_current_user_can( 'editor' ) ) : above the form tab and add endif; right after the closing form tag, at the end of the file and you’re done.
    Note to take care of the existing php tags.

    #257899
    dnicu26
    Participant

    As far as I am aware, I only made one change to BuddyPress yesterday and that was creating a bp-custom.php file and adding:

    <?php
    
    add_action( 'bp_complete_signup', 'buddydev_redirect_after_signup' );
     
    function buddydev_redirect_after_signup() {
        
        $page = 'thanks-for-joining';//your page slug
        
        bp_core_redirect( site_url( $page ) );
    }
    
    ?>

    So that it redirects users to a new page after signing up – this works beautifully.

    However, since then I have stopped receiving new user notification emails. This was something I was receiving by default when new users finished activating their accounts. Does anyone know why this has stopped or how to re-activate it? Failing that, is there a way to see how many new users there are each day?

    #257898
    learntodesign
    Participant

    Hello all,

    I have an additional subnav under settings that I created with the slug “accountdetails”

    I am trying to change the default nav from general to this with no luck. I have tried adding the code below to both bp-functions and functions.php. Neither has worked. Is there anything that I’m missing?

    function change_settings_subnav() {
    
    $bp = buddypress();
    
      $args = array(
      'parent_slug' => $bp->settings->slug,
      'subnav_slug' => $bp->settings->slug . '/accountdetails/'
      );
     
    bp_core_new_nav_default($args);
    }
    add_action('bp_setup_nav', 'change_settings_subnav', 5);
    idichoo
    Participant
    idichoo
    Participant

    Hi,

    WEll.. i have the same problem as this person posted.

    i have a similar problem as the above link.
    i tired to understand install child theme but it does not work.
    Thru this link

    Building a Child Theme of the BP Default Theme


    But i have quite complicated is there any video you can provide me.
    Btw I am not using FTP, I am using cloudways to bulid the site.

    #257888
    danbp
    Participant

    Annoying to work on a site where you’re not allowed to access the child-theme!
    As you can see in index.php, there is no action hook for these buttons.

    The only other way i know is a dirty trick using directly gettext.
    Add this to bp-custom.php

    
    function abcd_gettext( $translated, $original_text, $domain ) {
    
        if ( 'buddypress' !== $domain )  
               return $translated;
    
        switch ( $original_text ) {
            case 'All Members %s':
                return 'All Buddies %s';
    
    		case 'My Friends %s':
                return 'My Amigos %s';
    
            default:
                return $translated;
        }
    }
    add_filter( 'gettext', 'abcd_gettext', 10, 3 );

    More about that trick here:
    https://buddypress.org/support/topic/how-do-i-change-the-title-of-the-create-an-account-page/#post-254772

    #257884
    Kuma20
    Participant

    Hi,

    I need to add buddypress 2nd registration form but without email or password. just username may be, with some custom fields.

    Example: Teacher register from main register plugin and add students ( using 2nd register form) to the database, students also will have profiles with these data.

    Is this something possible, buddypress can do? Any plugins?

    Thanks!

Viewing 25 results - 13,501 through 13,525 (of 73,984 total)
Skip to toolbar