Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 12,651 through 12,675 (of 69,016 total)
  • Author
    Search Results
  • danbp
    Participant

    Hi @rekwan,

    Thank you for sharing !
    But to be sure with that hack, i would recommend you do the same on NextGen support, and eventually ask the authors to take in account a better option, in case of BuddyPress.

    They’re also much cleaner and safe solutions, as explained here.

    Rodorm
    Participant

    By connect I mean become friends, interact, read posts, comment etc. Multisite is not what I’m looking for as Multisite installations are all managed by the same admin. I’m thinking about a kind of Diaspora or GnuSocial based on BuddyPress, a distributed social network.

    shanebp
    Moderator

    Not sure what you mean by ‘connect’.
    Even if you could connect members from different installs, managing their interactions across multiple databases would be difficult.

    afaik, devs use multisite so that everyone uses the same db.
    There are some threads about various multisite + BP approaches, here’s one:
    https://buddypress.org/support/topic/resolved-how-multiple-buddypress-sites-with-some-shared-users/

    #240944
    shanebp
    Moderator

    Nobody can walk you thru the issue based on your description.
    Maybe:
    https://buddypress.org/support/topic/activity-ajax-problem-with-bp-default-theme/

    #240943
    magicbmxfreestyle
    Participant

    Fixed the problem.

    wp_enqueue_script( $id );

    i put this into
    \buddypress\bp-core\bp-core-cssjs.php

    just under

    wp_register_script( $id, $script['file'], $script['dependencies'], $version, $script['footer'] );

    Reference https://buddypress.trac.wordpress.org/attachment/ticket/5889/5889.01.patch

    #240926
    shanebp
    Moderator

    The theme author is over loading the BP templates.

    Sounds like the theme hasn’t been updated to work with the latest BP.

    Instead of deleting the whole [your-theme]\buddypress
    Try just deleting this file:
    [your-theme]\buddypress\members\single\profile\change-avatar.php

    If that doesn’t work, try deleting some more profile related files in [your-theme]\buddypress.

    And tell the author about your issues.

    #240925
    CarpoA
    Participant

    @danbp I mean’t the front-end upload. But I’ve found the issue. In the custom theme I bought is another Buddypress folder which overrides (I guess) the plugin, because when I remove the folder from the theme, I get a seperate menu item which links to uploading a new avatar.

    The custom theme is Blackfyre by Skywarrior, did anybody else had this issue or knows the solution? Maybe like which function I need to include in the custom BuddyPress?

    #240924
    shanebp
    Moderator
    #240914
    ct25
    Participant

    At this point the order by function does not trigger a new sort when changed. It does nothing when you change the ‘order by’ from alphabetical to last active and newly registered. It used to load and return nothing before updating to BuddyPress plugin to the latest version. I really need some help getting this fixed.

    #240909

    In reply to: How to Design BP?

    shanebp
    Moderator
    #240908
    shanebp
    Moderator

    Somebody who has used that plugin and done some some customization, might see this thread, but
    your best bet is to ask the plugin author.

    danbp
    Participant

    Search for #buddypress form#whats-new-form textarea in buddypress.css (bp-templates/bp-legacy/buddypress/css/buddypress.css)

    To operate such a modification, you need to create first a child theme.

    See documentation.

    Also, use a developper tool like Firebug to easely access such layout information.

    #240900
    danbp
    Participant

    Hi,

    not clear what is your issue.

    First screenshot is related to Core bp-xprofile folder. No interest for this case, we have already BP installed.

    Please read Getting Started guide and ensure anything is correctly setup first.
    Use one of WP built-in theme while installing/testing BP.

    As of 2.2.3, BP use a new feature for users profile phot, so you can’t find much related informations about this feature on Google or elsewhere…

    Also, note that users can modify their photo on front-end from their profile page, whithout accessing WP’s dashboard.

    Getting Started

    #240896
    aless1973
    Participant

    i also use userpro plugin , is not really working with buddypress.

    #240894
    Doctor Psyringe
    Participant

    Would “Theme My Login” work with BuddyPress if only enabled for the Root Site and BP’s Primary was a SubSite?

    Here’s a link to that; https://wordpress.org/plugins/theme-my-login/

    Just spit-balling. More to come, I imagine, until the Ticket is Resolved.

    #240891

    In reply to: Admin notification

    shanebp
    Moderator

    Not sure what you mean by approval…

    Use this hook, from buddypress\bp-groups\bp-groups-actions.php :
    do_action( 'groups_group_create_complete', $bp->groups->new_group_id );

    And write a function that sends an email.

    #240887
    shanebp
    Moderator

    afaik, there is no BP function for that.
    You could gather all the group ids like so:

    function get_all_group_membership_requests( $user_id ) {
    	global $wpdb;
    
    	$bp = buddypress();
    
    	return $wpdb->get_col( $wpdb->prepare( "SELECT group_id FROM {$bp->groups->table_name_members} WHERE user_id = %d AND is_confirmed = 0 AND inviter_id = 0", $user_id ) );
    }

    Use:
    $pending_group_ids = get_all_group_membership_requests( bp_loggedin_user_id() );

    #240881

    In reply to: Buddypress Messaging

    jourdesign
    Participant

    So I am using WordPress 4.2.2 running Cinematix theme and I am using Buddypress Version 2.3.2.1. As you suggested I changed the theme and it worked perfectly any ideas on how to fix it ?

    #240879

    In reply to: Chat plugin?

    mariatrier
    Participant

    Just wanted to give a heads up here. We chose Cometchat… and oh my what a mess. We ended up hiring them for a custom solution that they simply can’y seem to solve. It’s not an easy task as it’s their small chat window + adding their chat in a large chat window within the Buddypress profile (and so the two should sync instantly), but non the less should be fixable.

    We should have been finished several weeks ago, it’s 7 days since we should have launched and we have a chat plugin that is utter rubbish as it does not work and cannot launch…

    Either they fix one thing and destroy three other things within their plugin along the way, they fix one thing but mess up our site or they, as now, simply do not answer me (nor work on files) although their support is online. I’ve tried to chat them up on Skype but they have “limited Skype access” (their product is a chat…) although they are online.

    So for now I cannot recommend Cometchat. I do still hope to hear from them and hope they will fix all these issues during today and tomorrow, saturday, but I doubt it.

    Sigh!

    #240875
    Antipole
    Participant

    OK – in the absence of anyone enlightening me, I set up a test site with just WP, BuddyPress and bbPress, together with the plugin ’email log’. I determined that emails are not sent by bbPress.

    I have now installed BuddyPress Forum Notifier, which seems to do the job.

    I am presently experimenting with cron to ensure the batching of comments works reliably.

    #240870
    danbp
    Participant

    Hi @thesmartone,

    I even changed wp_config.php, variable WPLANG
    This is no more necessary since WP 4.0

    If your WP is in portugese, BP should be in same language automatically (except if you deactivated this feature)

    BP translation can be found on GlotPress. pt_BR is translated to 96% (see here)
    The po/mo files goes to wp-content/languages/plugins/buddypress-pt_BR.mo

    Your comment is awaiting moderation, is a default WP string. In many cases, it can also be in theme. To ensure this, activate 2013 or 2015 and test all translations for WP and BP.
    Deactivate all other plugins while doing this.

    And before claiming about buggypress, check for PBCK. Or better, read the doc before installing something. 😉

    #240869
    danbp
    Participant
    shanebp
    Moderator

    You’re talking about the value of $this in the filter call in class BP_Legacy extends BP_Theme_Compat ?
    add_filter( 'bp_get_activity_action_pre_meta', array( $this, 'secondary_avatars' ), 10, 2 );

    Good question.
    And I’d be interested in the answer.

    There must be a simple way to disable secondary avatars…
    You might want to ask about this on Slack.

    Meanwhile, this works, not very efficient ‘tho.
    Hook is in bp-activity\bp-activity-template.php

    function remove_secondary_avatar( $item_id ){
    	
    	$item_id = '';
    	
    	return $item_id;
    }
    add_filter( 'bp_get_activity_secondary_avatar_item_id', 'remove_secondary_avatar' );

    And this works, but I don’t know why :<

    function remove_activity_secondary_avatars( $action, $activity ) {
        
        if ( $activity->component = NULL ) {
    	// don't do anything
        }
    
        return $action;
    }
    add_filter( 'bp_get_activity_action_pre_meta', 'remove_activity_secondary_avatars', 10, 2 );
    #240858
    shanebp
    Moderator

    I never suggested you remove the ‘old’ folder.
    You mean this folder?
    buddypress\bp-templates\bp-legacy\buddypress\members\activate.php
    If so, no.
    And re-read the whole codex page so that you understand what a template overload is.

    #240855
    danbp
    Participant

    @oliver_rub,

    all i could say is that is an old request, even if confidential.
    See this ticket opened 4 years ago
    and this bbpress ticket kicked to 2.7 as idea. And why not 6.0 ? 😉

    Supposing that if more people would ask, it will be resolved faster.

    Aside, the gist given by imath need to be completed to work with BP 2.3.2.1 on text Tab (only) by adding
    bp_is_group to if ( function_exists( 'bbpress' ) && is_bbpress() || bp_is_group() )

    And to enable visual editor, no need of a plugin. See here.

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