Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 19,276 through 19,300 (of 94,540 total)
  • Author
    Search Results
  • #240460
    danbp
    Participant

    The code is in /buddypress/bp-core/bp-core-widgets.php

    #240459
    atsouf
    Participant

    Hello and thanks for the fast reply.

    1st I have a lot of custom code but nothing that interferes with admin-ajax.php

    2nd My plugins (please dont panic)

    Agreeable
    bbpress
    bbpress – custom kses allowed tags
    bbpress -enable tinymce visual tab
    bbpress moderation
    buddypress
    buddypress captcha
    Contact form 7
    easysocial icons
    events manager
    GB bbpress tools
    google analytics by yoast
    Gzip ninja speed compression
    Loco translate
    Speakout! email petitions
    Tinymce advanced
    Wordpress SEO
    WP bakery visual composer
    WP super cache
    YOP Poll

    3d theme: fraction from orange themes (i already contacted their support and i am waiting for their reply)

    #240458
    Henry Wright
    Moderator

    Hi @alvin341965,

    There’s a function that will help you do that. It’s called groups_is_user_creator(). The first step is to create a groups loop. The code on this page will do that for you. Then immediately after <?php while ( bp_groups() ) : bp_the_group(); ?> you could add something like this:

    if ( ! groups_is_user_creator( bp_loggedin_user_id(), bp_get_group_id() ) )
        continue;

    Some considerations:

    • I’ve used bp_loggedin_user_id(), but feel free to use something else like the displayed member’s ID.
    • The function uses BP_Groups_Member::check_is_creator() which performs a database query for each item in the loop. To improve performance you might want to write your own SQL targeting groups only you’ve created and then loop through the result set. There may already be a function that does that for you. I’m not aware of one but someone else on here might be
    • This doesn’t work well with pagination
    #240457
    Henry Wright
    Moderator

    Hi @sylkitt

    The support forum of the Kleo theme told me it is not a theme problem but a Buddypress one.

    Possibly, but let us be sure. Can you activate TwentyFifteen and test again?

    #240455
    rodne
    Participant

    Howdy Dan,
    I have found similar instructions and made updates to no avail. I would appreciate the missing pieces so as to fully customize all labels and messages BuddyPress serves throughout various steps of the online engagement process.

    In kindness and cooperation,
    Mr E

    American2020
    Participant

    I want to know whats the code to call the Widget (BuddyPress) Log In from a Theme.

    I need to include it on the sidebar.php of my Theme so it always show without the need of adding it from the widgets area.

    Thanks a lot.

    sylkitt
    Participant

    Hi, I am creating the website dexterlist.com and the registered users do not receive any kind of notification (email, profile bell, live notifications) when someone comments to their posts. I am using a paid theme called Kleo: http://seventhqueen.com/themedemo/?product=kleo, WordPress version 4.2.2 and Buddypress version 2.3.1. The support forum of the Kleo theme told me it is not a theme problem but a Buddypress one. Please advise.

    #240449
    shanebp
    Moderator

    You’ll need to write some conditionals based on knowing the current language.

    And need to customize a template overload of this file:
    bp-templates\bp-legacy\buddypress\groups\groups-loop.php

    See function bp_has_groups in bp-groups\bp-groups-template.php for info about the include / exclude group ids parameters re the group loop.

    atsouf
    Participant

    Hello,

    I am using wordpress 4.2.2 and buddypress 2.2.3.1 with bbpress 2.5.7

    i have an issue with my buddypress wordpress. My site has load time 10 secs with admin-ajax.php loading 3 times with 3-4 sec delay every time.

    The only thing i could find on the forums has to do with woocoomerce which i dont have activated on my theme. I guess the only thing that has issues with admin-ajax.php is the buddypress login thats why i open that topic.
    You can check what i mean here http://tools.pingdom.com/fpt/#!/dBUhCx/http://apofasismenoi.gr/

    I tried some solutions like heartbeat options pluggin that didnt work.

    Also i tried and added on functions a suggested code

    add_action( 'init', 'my_deregister_heartbeat', 1 );
    function my_deregister_heartbeat() {
    	global $pagenow;
    
    	if ( 'post.php' != $pagenow && 'post-new.php' != $pagenow )
    		wp_deregister_script('heartbeat');
    }

    but still didnt work.

    Any ideas or help?

    Chris

    ScotKinney
    Participant

    I’m having an issue with BuddyPress Version 2.3.1 on WP version 4.2.2. For some reason, I can no longer edit my pages with the Fusion Page Builder. It gives me an error saying: We’re sorry but Fusion Builder has timed out. It is most likely due to low PHP configurations on your server or a php error.. I can’t access my media files and even updating a plugin just sits there as if it’s not doing anything. However, if I upload a file, it actually uploads. It just never completes the process on this end. So it’s not a directory permissions thing.

    If I deactivate BuddyPress everything goes back to normal. I even deactivated it, deleted it and re-installed it and the issues come right back.

    url is http://www.alterverse.com/

    Thanks!

    #240440

    In reply to: Activity Problem

    knittingtheweb
    Participant

    Hi Patryk,
    Did you try using the BuddyPress data repair tool? I’ve had some success with it in cases like this. In the back end toolbar, go to Tools > BuddyPress and choose which data to repair. You should only run one repair job at a time. (I usually step through all five repairs just to make sure everything’s synced.) Hope this helps!

    #240437
    shanebp
    Moderator

    The plugin needs to be compatible with BuddyPress, not vice versa.
    You should contact the plugin author and make that request.
    https://wordpress.org/support/plugin/buddypress-cover-photo

    #240436
    bp-help
    Participant

    @stunley
    You can’t define the default component outside of php tags. Try this:

    <?php
    // hacks and mods will go here
    /**
     Change BuddyPress default Members landing tab.
     **/
    define('BP_DEFAULT_COMPONENT', 'profile' );
    ?>
    
    stunley
    Participant

    I’m trying to add a bp-custom.php to the plugins folder with this code…

    <?php
    // hacks and mods will go here
    ?>
    
    /**
     * Change BuddyPress default Members landing tab.
     */
    define('BP_DEFAULT_COMPONENT', 'profile' );

    however, when it is present in the folder, the website shows a content encoding error and the admin panel shows chinese characters with the code in the bp-custom.php (above) on the first line.

    Does anyone have an idea what’s happening? Thanks.

    #240432
    Paul Wong-Gibbs
    Keymaster

    I’m real happy to announce a new BuddyPress conference: BuddyCamp Brighton (UK) is officially on the calendar for August 8, 2015!

    BuddyCamp will be on August 8th 2015 at Clearleft’s 68 Middle Street venue in Brighton (UK). This will be the first BuddyCamp outside of North America and Canada, so we’re really excited to be bringing it to Brighton!

    Keep an eye on the site as things develop over the coming weeks: http://brighton.buddycamp.org/2015/

    #240430
    Henry Wright
    Moderator

    In that case, you can just do this:

    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
        <?php while ( bp_activities() ) : bp_the_activity(); ?>
     
            <?php locate_template( array( 'activity/entry.php' ), true, false ); ?>
     
        <?php endwhile; ?>
    <?php endif; ?>

    Unless you filter this, it’ll show everything.

    Ref: https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/

    #240424
    Alvin341965
    Participant

    if you hover over buddypress.org before my sites you’ll see a popup create new topic.
    i had to look for a while too 🙁

    #240423
    cheryltrigonesriley
    Participant

    Question — How did you start this topic? I’m logged into buddypress support, but don’t see a way to create a new topic like you did above?

    #240417
    michoncho
    Participant

    Hi guys,

    I’m using buddypress to ‘rebuild’ an existing dating website. The current user count is about 18 000. I have spotted a potential problem- each user’s profile picture is stored in a subfolder to “wp-content/uploads/avatars/”, with the user id as the name of the folder. In a linux file system, the maximum number of subfolders is 32 000(the exact number depends on the config), meaning that the website could not work with more than 32 000 users.

    Do you have any ideas how this issue can be avoided?
    Thanks in advance for your help!

    #240410
    danbp
    Participant

    Can you test with another theme ? Also are you using some cutom template for profiles, or a plugin or a custom function ?

    See if you have this in your template:
    <h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>

    The original is in bp-templates/bp-legacy/buddypress/members/single/members-header.php

    Maybe your theme or custom work is using something other than bp_displayed_user_mentionname();

    #240402
    Alvin341965
    Participant

    where can i find the file that builds the groups query for the tab groups on the profile page?
    why is there no default option to shows ‘my groups only’ (that i am admin/creator of)
    this is a must!!!!

    kind regards

    #240401

    In reply to: Sponsored Ads

    Henry Wright
    Moderator

    Hi @mecceo

    Yes. You have 3 options:

    #240398
    Julia_B
    Participant

    OK, so I had a panic the other day thinking the latest BuddyPress update had caused something dire to go wrong with my site because for some reason it went into maintenance mode for ages after I clicked update and I couldn’t even access wp-admin. But after several minutes that seemed to self-resolve. Not sure if this is related but since the udate an new issue is occurring in groups.

    When a user @mentions/public messages another user all the text following their @name is now highlighted and linking to their profiles.

    Also the @names are appearing with /a at the end.

    So my username is @julia but is appearing as @julia/a when someone mentions me in a group post and all the text following that is linked to my profile.

    Thanks in advance guys. 🙂

    #240371
    Patryk
    Participant

    @henrywright But this is a standard register form from buddypress 🙂
    I ask if i can remove it for a moment from buddypress register form 🙂

    #240368
    snorklebum
    Participant

    Hi,

    I’m running the latest version of wordpress (twentyfourteen theme) and buddypress and have been testing out the various bits of functionality, when I create a hidden group I can’t see any way to add other users to the group.
    Hopefully it’s something obvious I’m missing.

    New version of BuddyPress is fantastic!

    Thanks

Viewing 25 results - 19,276 through 19,300 (of 94,540 total)
Skip to toolbar