Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 12,676 through 12,700 (of 68,919 total)
  • Author
    Search Results
  • #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?

    #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();

    #240401

    In reply to: Sponsored Ads

    Henry Wright
    Moderator

    Hi @mecceo

    Yes. You have 3 options:

    #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 ๐Ÿ™‚

    #240361
    Henry Wright
    Moderator

    Is the Buddypress avatar handled the same way as the normal WordPress thumbnails? i.e. functions?

    No. See the bp_core_avatar_handle_upload() function for how avatars are uploaded in BP.

    Ref: https://github.com/buddypress/BuddyPress/blob/master/src/bp-core/bp-core-avatars.php#L794

    #240358
    Nithin K Varrier
    Participant

    We have just finished up with a WP project with a BuddyPress module to it, and the site is in https status. As it is a unique offering, the client have strictly forbidden us from sharing the url as the launch is around the corner. ( which makes it all the more frustrating from our point of view).

    The issue is, a Fresh User cannot login and register to become a registered user from any device. But, the moment an EXISTING user logs into the Community module – say from the same laptop and logs out, the earlier prospective user now finds no problem in registering and creating a profile !

    Pls help.

    #240354
    Henry Wright
    Moderator

    You shouldn’t change core files. Each time you upgrade BuddyPress your changes will be lost.

    #240340
    Brandon Allen
    Participant

    From the screenshots you posted on Trac, it looks like you’re running the Ultimate Member plugin as well as BuddyPress. Is this true? If true, what version of Ultimate Member are you running?

    #240338
    Osisis
    Participant

    @r-a-y I’m using the BuddyPress method of having my admin bar appear more as a menu. I had been playing with code for the past couple of days I’d tried.

    But that hadn’t worked as now no matter what my message notifications just keep saying no new notifications.

    message notifications

    Hadn’t thought to use JS… Will have to give that a try. Thanks!

    #240337
    shanebp
    Moderator

    Why do your BP urls have ‘index.php’ in them?
    http://globalstampclub.com/index.php/members/

    Read and follow this:

    Getting Started

    #240317
    Teratoma
    Participant

    Again, I did not create a user called “admin”. The page/url I linked to above was generated by BuddyPress for the user called “Antrodius”, which happens to be the WP admin. I have every setting possible set to display the name as such. If you look at my members page ( http://www.rickey-rat.com/member-grid/) , you can see that even BP acknowledges the username, but instead of using that username in the profile and its URL (like all other users), it shows this user as Admin.

    I’m not so concerned about the url as I am about the name displaying at the top. Is there a way to edit the template in my child-theme – I might be able to figure out how to pull the correct username, since it displays properly in some places.

    #240313
    Teratoma
    Participant

    That link should be http://www.rickey-rat.com/members/admin (when I clicked ‘edit’ at the bottom of this page, it took me to the BuddyPress.org root.)

    Edit to add – ah, apparently my ‘edit time’ for the op had expired.

    #240299
    maxdestefano
    Participant

    2.3.1 is not working for me as well.

    I got those two errors after enabling the debug logs, will this help?

    Notice: Trying to get property of non-object in …/wp-content/plugins/buddypress/bp-groups/bp-groups-admin.php on line 1279

    Notice: Trying to get property of non-object in …/wp-content/plugins/buddypress/bp-groups/bp-groups-admin.php on line 1280

    [edited to remove full path to avoid security issues for this poster]

    #240295
    colabsadmin
    Participant
    #240286
    xprt007
    Participant

    Isn’t there a possibility to edit posts? I wanted to update the just written post above, but could not find an appropriate link! The only “Edit” button below this textarea leads to => “https://buddypress.org/&#8221; ๐Ÿ™

    #240285
    xprt007
    Participant

    Hi

    Thank you for responding.
    I tried a few other themes including twentythirteen & Mesocolumn – no difference.
    Then today I disabled all plugins except buddypress & bbforum.

    Observation:
    #1. The mentioned links worked.
    #2. I then first activated a number of security plugins + Hyper cache plugin. Problem back, of page not found, until I deactivated Hyper cache.

    This was solved by reading this article => http://www.buddyboss.com/buddypress-speed-and-performance/ & doing this:

    By default this plugin will cache all of your siteโ€™s pages, including your BuddyPress-specific content like activity posts and forum posts. This is not good, as your BuddyPress content is constantly updated and needs to remain fresh. To fix it add the following lines into โ€œURI to rejectโ€ in the โ€œFiltersโ€ settings panel of Hyper Cache:

    /forums/
    /groups/
    /members/
    /activity/
    /blogs/
    /messages/
    /register/
    /activate/

    … I think current plugin terminology is “Exact URIs to bypass” & “(Starting with) URIs to bypass”, which I did and clearing the cache.

    #3. As I continued activating, I discovered the used https://wordpress.org/plugins/404-to-start/ also causes if I try to go to my profile page or for example /members/user-x/, etc to re-direct to site front page, with no error.

    I have to look into this later. The other plugins I had tried before caused some issues, so I was happy with this re-direct plugin.

    Will report back, at least if I get a response from author or get a plugin not causing issues, someone could recommend one ;).

    Thank you & regards.

    #240279
    Henry Wright
    Moderator

    @patrykos360 you should contact the theme author as the problem is likely to be theme related. If the theme is purposefully BuddyPress-compatible, then perhaps the author will release a fix?

    shaquana_folks
    Participant

    Yeah it is @henrywright and I’m not sure what I’m doing wrong if it’s from my end. As far as I know,I don’t have any custom code in my functions.php file, but is it possible if you can look it over for me if I copy and paste it into a new message (The only thing is it’s a lot of coding in this particular PHP file though)? Because you probably can catch a weird coding that I might have overlooked; I really don’t want to start messing around with the coding and risk messing up the functions.php file all together. Also, exactly in what folder would I be able to find that bp-custom.php file at? Because I looked from my hosting plan back end when I logged in and I only see this bp-settings-functions.php in the “buddypress > bpsettings” folder.

    #240271

    In reply to: Username problems

    Henry Wright
    Moderator

    @zenimot

    If you wanted to, you could disallow spaces in usernames by validating the field during registration. This is how you’d do it:

    function zenimot_validate_username() {
    
        $bp = buddypress();
    
        if ( strpos( $_POST['signup_username'], ' ' ) !== false ) {
            $bp->signup->errors['signup_username'] = __( 'Spaces are not allowed', 'buddypress' );
        }
    }
    add_action( 'bp_signup_pre_validate', 'zenimot_validate_username' );
    #240269
    mcpeanut
    Participant

    @hnla lol sorry my bad i didnt realise the HE was infact a SHE :), yes i agree its slightly off topic as a whole for buddypress but isnt that some point serious buddypress users are in-fact going to have to deal with in the future?

    This is why i said maybe have its own section in the forums than just having to post it under miscellaneous?

    What good is it having a porche with only a sinclair c5 engine under the hood ? ๐Ÿ™‚

    #240268
    mcpeanut
    Participant

    Thats the thing henry alot of people dont even understand what you just said more than likely and if they do once they have performed their initial install of Linux/ Apache/ MySQL and PHP everything is left as default for most people. I guess what i have been trying to do for the past few years is come up with the best possible config and environment for true scalability, this is my 4th server and i have upgraded from first having a vps to then having 3 dedicated servers each more powerfull than the last, i have now decided to stick with my newest server for the initial release of my buddypress built site and may keep my other 2 online for when i want to delve into the world of adding servers together for scalability (which i still have alot to learn as i know how to do this in theory but not yet in paractice) as i have a good deal on them and use them for testing with.

    my new server is an 8 core xeon @3.3ghz with 32gb eec ram and 4 x 3tb hardrive in raid 10 with a dedicated hardware raid controller so should be great for buddypress.

    #240267
    Hugo Ashmore
    Participant

    >cool he will probs read this when hes online,
    She’ll be happy to grant contributor access to the codex as will I as Codex leads, although all Mods should be able to(not 100% sure of that though)

    Specific and detailed server configs does start to veer of topic for the BuddyPress Codex somewhat ( WP Codex probably has more extensive detail on WP and server setup as it’s WP really that we’re installing and running on the server), although we wouldn’t say don’t write up something along those lines.

    We also would be happy for any other guides / write ups that you might like to suggest and tackle – the codex is only as good as it’s contributions from the community ๐Ÿ™‚

    #240265

    In reply to: Username problems

    Henry Wright
    Moderator

    Hi @zenimot

    See 5185 for some background and a discussion on the topic.

Viewing 25 results - 12,676 through 12,700 (of 68,919 total)
Skip to toolbar