Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 12,651 through 12,675 (of 73,986 total)
  • Author
    Search Results
  • #260671
    tinkerz
    Participant

    It seems all the videos I can find regarding setup of BuddyPress go through installing and very basic setup but I have yet to find any that go into structuring the social networking portion of the site and address things like the nuances of membertype and how to go about actually building the site. Does anyone know of any? Am I just really bad at searching?

    Thanks, for your time,
    Keith

    #260670
    jaumearagay
    Participant

    Hi there!

    2 problems with group header file after 2.7.0. update (and cleaning cache in server and in browser and re-logging in).

    These are the versions I use:
    WordPress Version: 4.6.1
    PHP Version: 5.6.27
    MySQL Version: 5.6.28

    1.- I have a warning that I didn’t have before: “Warning: Creating default object from empty value in /home/…/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-member.php on line 1122”. I’ve hidden the warning but it’s not a solution.

    This is the function on line 1122 of that file:

    /**
    * Get a list of all a given group’s moderators.
    *
    * @since 1.6.0
    *
    * @param int $group_id ID of the group.
    * @return array Info about group mods (user_id + date_modified).
    */
    public static function get_group_moderator_ids( $group_id ) {
    global $wpdb;
    
    $group_mods = wp_cache_get( $group_id, ‘bp_group_mods’ );
    
    if ( false === $group_mods ) {
    self::prime_group_admins_mods_cache( array( $group_id ) );
    $group_mods = wp_cache_get( $group_id, ‘bp_group_mods’ );
    }
    
    // Integer casting.
    foreach ( (array) $group_mods as $key => $data ) {
    $group_mods[ $key ]->user_id = (int) $group_mods[ $key ]->user_id;
    }
    
    return $group_mods;
    }
    
    /*************/

    2.- The problem is somewhere else: In line 33 of the group-header.php file (in groups/single/ ) we find this line:

    if ( bp_group_has_moderators() ) :

    where “bp_group_has_moderators()” is giving a false “true” value as I don’t have moderators in any group but the code is executed saying “there are no moderators” so it should not execute in the first place.

    I added this code to the file:

    /* TMP ************************************************** */
    echo “moderators: <br/>”;
    $tt = bp_group_has_moderators();
    
    echo “<pre>";
    var_dump( $tt );
    echo "</pre>“;
    
    /* *************** */

    And this is the result:

    array(1) {
    [0]=>
    object(stdClass)#5165 (1) {
    [“user_id”]=>
    int(0)
    }
    }

    Does it bring any light?

    #260668
    neilmudie
    Participant

    Hi. I’m trying to implement a WordPress/BuddyPress ‘membership’ site that delivers online training via Learning Management Systems. Some of the candidate LMSs have limited integration with WordPress via their own plugins but a tonne of must-have features in their own LMS cloud app/website. (Unfortunately the WordPress LMSs like LearnDash etc aren’t functionally rich enough.) As such I wondered if It might be possible for BuddyPress to expose itself to Zapier.com Zaps with Zap.Actions (& maybe Zap.Triggers). For example when a Learner completes their LMS course and sends the event to Zapier.com, I’d like to create a Zap that uses this LMS.Course-Complete trigger to make a zap-action of ‘Log course completion [User] in BuddyPress Activity Stream.

    Other triggers/events might be: Course-Enrolment[User]; Course-Pass/Fail[User]; Lesson-Complete/Pass/Fail[User]; Topic-Complete/Pass/Fail[User] & Quiz/Test-Complete/Pass/Fail[User].

    Thoughts?

    Look forward to any constructive replies, including any known work-arounds or tips to implement the functionality myself.

    Cheers, Neil

    d6collab
    Participant

    Hi,

    Hope I put this in the right forum. I really need some help. I’ve been trying to figure this out for a couple of hours, and have searched forums & googled everything I can think of, but have not found an answer.

    I’m running BuddyPress 2.7.0 and rtMedia 4.1.8 on WordPress 4.6.1 with a child theme of evolve 3.6.4. Here is a link to my site: https://d6collab.com/

    Everything is working great as far as I can tell so far, except for one thing. I can’t upload media from the sitewide activity stream, even though I have that option enabled in settings. I can upload it from my profile activity stream with no problems, though. Any ideas on why there is an issue uploading media just from the sitewide activity stream? Any insight is greatly appreciated!

    Thanks so much,
    elle

    #260652
    Daethian
    Participant

    In my forum I can no longer read the original post in a topic. When clicking the link to view the topic it automatically loads the reply box if there are no existing replies, if others have replied all of those posts are visible. I’ve cleared my browser cache and cookies and also tried a different browser.

    WP Version 4.6.1
    Buddypress 2.7.0

    #260647
    casttime
    Participant

    Hello Venutius,
    thank you for the fast reply. Now I use “Mass Messaging in BuddyPress” and it worked fine.
    Unfortunately, most Users have the problem that the emails end up in their spam folder.

    #260645
    Venutius
    Moderator

    Not for a sitewide notice, but you can pick from two plugins that give you the ability to sent an email to all users, these are Mass Messaging in BuddyPress and Mass Messaging for BuddyPress by Alkaweb.

    #260643

    Topic: BuddyPress error

    in group forum Installing BuddyPress
    deutschecasino
    Participant

    Hi everyone! I have installed buddypress plug in my website http://www.deutsches-casino-online.com/ but it makes 505 error problems

    Please suggest me the solutions. Thanks in advance.

    #260641
    keeganprendergast
    Participant

    * Help *

    Users on my site cannot upload their own profile picture and cover image?

    I want my users to be able to change their profile and cover image just like facebook.

    when a user trys to upload and image, error i get is:
    An error occurred. Please try again later.

    I have:
    option is selected ‘registered members can change ….’
    tried different image sizes attributes…etc
    tried different image formats
    tried many different plugins to force profile picture
    tried many different avatar plugins

    i have not found a concrete answer anywhere.

    What i have found is that if i change profiles to ‘Administrator’ they can change it.
    BUT i cant have all my users Administrators.

    How can my users change their profile/cover image?

    digiadswebdev
    Participant

    Hello everyone. Can anyone help me on this problem? “Group Admins” in the group page at the right side of the page does no adjust in mobile. Text direction is from top to bottom. Please see below a sample text direction of “Group Admins”.

    “Gr
    ou
    p
    Ad
    mi
    ns”

    By the way, how to attached a screenshot here from my computer?

    #260636
    lovleen
    Participant

    I have created two different groups in buddypress with different member types . While searching in the group , the button doesnt work. The search list gets displayed on the change of dropdown but the button just refreshes the page but does not filter. I checked the code, everything seems ok , i havent changed anything in the templates
    Where can be the issue?

    #260635

    In reply to: Actions not taken

    Mark elayan
    Participant

    @slaffik i already disabled every plugin but bbpress and buddypress, but still same, .htaccess nothing modified but the expires and also tried without’em.

    changed to many themes, but also still the same.

    Maybe its something in the DB?
    how can i clear all BB and BP from the DB?

    #260632
    JeffWillia.ms
    Participant

    Hello,

    I’m having trouble with a Buddypress Profile. The profile in question was the original Admin profile that created the site. Somewhere along the line, the Buddypress interface for the profile just stopped displaying. If I try to select “Profile” in the drop down menu, it just directs to the Home Page, but no BP profile. I can login and administer the page, there’s just no BP profile. I’ve deleted it and re-added it, from both WP back-end, and from the tables in My PHP Admin. I can also add other user profiles (including Admins) which function perfectly fine, including BP Profiles. I can even change the access level of this particular profile, but that doesn’t help. The problem is with this particular User ID. Normally it wouldn’t matter, and I’d just start another Admin profile, but this User ID is branded to the site so that Users can identify it’s the site owner. Any ideas what is going on? Thanks.

    #260630
    Slava Abakumov
    Moderator

    That’s mainly a styling thing.
    You should be comfortable using Firefox or Chrome and their developer consoles, where you are able to preview changes.

    These links will be help you as well:

    Add BuddyPress Styles to a Theme


    https://buddypress.org/support/topic/custom-css-changes/

    Don’t forget to either include your styles via external file in your plugin or use your child themes, not to lose changes on parent theme update.

    #260628
    Slava Abakumov
    Moderator

    The best way – to allow access to specific pages for logged in users only. As GoogleBot is logged out – it will lose access and eventually remove indexed content. You can remove manually from Google Web Developer Console for this site as well.
    There are quite a lot of topics like these here on the forum. Just google it.

    https://wordpress.org/plugins/buddypress-members-only/
    etc

    Slava Abakumov
    Moderator

    You can’t do that in PHP. Well, actually you can – but you will break all the styling, as you will filter our header/footer.php files include. So basically it’s not a good idea.

    The best idea – to use a child theme. You can than even switch to that child theme for specific pages on your site. One of the ways to do that: https://premium.wpmudev.org/blog/wordpress-different-themes-for-pages/

    Another idea – do some magic with BuddyPress templates. It’s totally possible, but you will quite heavily modify them (that will complicate future maintainability).

    Also it would be easier to help you if you provided a URL to your site.

    #260609
    davidself1001
    Participant

    My registration page comes up. I enter the data and hit the complete sign up button. At that point the page is still there but my passwords have been cleared. I re-enter the passwords and hit the complete sign up button and then it does the registration. Anyone know why this might be happening? I am on 2.7.0 buddypress, using the evolve plus theme. It has worked in the past on this theme so i have either changed a setting that i did not understand or a plugin may be conflicting. I have the mailchimp plugin with buddypress integration set but i have tried to deactivate that and it has no affect. Anyone experienced this and have a solution?

    #260608
    danbp
    Participant
    #260602

    In reply to: Actions not taken

    Mark elayan
    Participant

    @danbp nop, I don’t use any caching plugin, neither cdn caching, also as I already mentioned I did disable all plugins, change to twelvesixteen theme wth nothing but bbpress and buddypress active, also took all extra CSS and Js and ang files out of the loop, but still same thing.

    The jq is working like when deleting and activity (am talking all frontend) the activity disappears until refreshed it comes again, same with the accept /reject friend request.

    And there is no errors in the terminal side nor in wp debug logs.

    #260600
    danbp
    Participant

    If it doesn’t work in your child theme functions.php, use bp-custom.php

    Standalone because bbP is used separetely and not as group forum, which is a popular config when BuddyPress is activated. FYI (in case of):

    Installing Group and Sitewide Forums

    #260599
    Mark elayan
    Participant

    Dear all,
    I have BuddyPress installed 2.7.0 and bbPress 2.5.10, on WordPress 4.6.1.
    I have a problem when a user delete an activity from their wall, it won’t be deleted, also when accepting a friendship nothing happens and the request still there not accepted and not rejected.
    I reinstalled BB and BP but nothing new and same problems.

    Already tried to disable all plugins and changed to twentysixteen and the same problems happen in there.
    I do not know if there are other problems or not as I just installed today and still trying to test as much as I can.
    Thank you

    #260598
    davehakkens
    Participant

    What do you mean with standalone version @danbp? I use a bbpress and buddypress plugin. I figured this is more for Buddypress since it has to do with buddpress profile fields.

    Anyway thanks for the code, looks good! But it doesn’t seem to work after adding it into the functions.php. I haven’t got experience using filters so can’t seem to find the problem..

    #260594
    argoncobalt
    Participant

    I need to create a user dashboard for my BuddyPress site, with fields such as announcements, recommended mentors, recent articles, upcoming events, etc. How can I create a custom page with these items on it? Thanks!

    #260591

    In reply to: [Resolved] Last activy

    shanebp
    Moderator

    Create a template over-load of this file:
    buddypress\bp-templates\bp-legacy\buddypress\members\single\member-header.php

    In the overload, remove the span that shows the last_activity blurb.

    #260578

    In reply to: Oembed for actives

    Paul Wong-Gibbs
    Keymaster
Viewing 25 results - 12,651 through 12,675 (of 73,986 total)
Skip to toolbar