Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 12,701 through 12,725 (of 73,986 total)
  • Author
    Search Results
  • #260484
    Kevin
    Participant

    I have the same problem too. The problem is occured in class-bp-members-admin.php

    
    if ( isset( $user->user_status ) && 2 == $user->user_status ) {
        $last_active = $user->user_registered;
    
    // Account is activated, getting user's last activity.
    } else {
        $last_active = bp_get_user_last_activity( $user->ID );   //<-- ruturn empty string if not active before.
    }
    
    $datef = __( 'M j, Y @ G:i', 'buddypress' );
    $date  = date_i18n( $datef, strtotime( $last_active ) );  //<--return current time if $last_active = ''
    

    I have a fix and put it in functions.php

    
    function filter_bp_get_user_last_activity( $activity, $user_id ) { 	
    	if($activity==''){
                  add_filter( 'date_i18n', function( $j ) { return ' -'; } );
    	}
        return $activity; 
    }; 
    add_filter( 'bp_get_user_last_activity', 'filter_bp_get_user_last_activity', 10, 2 );
    

    Hope it helps.

    kalico
    Participant

    For reasons unknown, my Groups no longer have admins or, in some cases, members — according to the frontend of the site.

    (Note: this is a multisite with BuddyPress configured with the “root blog” constant.)

    On the backend, all the member connections still exist.

    For example, this group:

    http://beta.nrocnetwork.org/community/groups/nroc-member-groups/university-of-okoboji/members/

    You can see that there are two members in the group, but in the left nav, it says 0 members. And the user “NROC” is listed as the admin for this group on the backend, but as you can see, it says No Admins on the cover photo, where the admin’s avatar should be.

    We just noticed this problem a few minutes ago. Recent activity:

    – Earlier today, one of our staff was associating existing users with groups and making them the admin. She was testing each one, and didn’t notice anything unusual at the time. However, she may have overlooked it, as she was mainly working in the admin interface.

    – I updated one plugin (Super Socializer) that I haven’t used in a long time, and activated it in the same site as BuddyPress. It seemed to work until I tried to save its icon settings. Then I got a 500 error. I immediately disabled the plugin by renaming it, and everything was back to normal. I wouldn’t expect that plugin to have any connection with BP Groups.

    Any idea where to start? Maybe disable and reenable BuddyPress, or the groups component? I might start poking around….but any advice would be greatly appreciated, as I’m at a loss right now.

    #260475
    jimmielimon
    Participant

    hey thanks for the reply. if you could visit my site theboxingjournal.com and click “register” to see what I am talking about that would be appreciated.

    I reinstalled buddypress to see if it would fix the header problem but no luck. Im not sure what else I can do in my situation, anything would be appreciated.

    #260466

    In reply to: Profile Cover Image

    Venutius
    Moderator

    Which option in particular are you looking for?

    You should see these:

    Profile Settings

    Profile Photo Uploads Allow registered members to upload avatars
    Cover Image Uploads Allow registered members to upload cover images
    Profile Syncing Enable BuddyPress to WordPress profile syncing

    Groups Settings

    Group Creation Enable group creation for all users
    Administrators can always create groups, regardless of this setting.
    Group Photo Uploads Allow customizable avatars for groups
    Group Cover Image Uploads Allow customizable cover images for groups

    #260463
    Venutius
    Moderator

    Yep I’ve been playing with it myself tonight, I found that you can also personalise those BuddyPress pages that are static and have a WordPress page such as Members or Groups.

    It’s a shame it only does half the job and I’m not sure the Pro version does all of the other half, it does Groups, which I think is a big thing – to have each group sidebar as unique as the group is a nice idea. But there are other pages I’m not sure even the pro version covers.

    I might be wrong though so I’m planning on testing it.

    #260461
    Venutius
    Moderator

    It’s the “BuddyPress Members” option, down the bottom of the list. To my knowledge this is the only plugin that does this so far, I’m hopeful that woosliders can incorporate BuddyPress at some stage.

    #260460
    Steve
    Participant

    I think this might work. But I do not see the buddypress “profile” page in there. I just don’t see a “profile” page anywhere.

    Would I have to buy the premium plugin and use a custom URL. That means it would have to override the themes default sidebar. Seems risky for $50?

    Thanks for the link. I guess I will contact them to be assured this will work. I am tired of trying plugin and plugin after plugin…

    jenfilgate
    Participant

    1. Which version of WordPress are you running? 4.6.1

    2. Did you install WordPress as a directory or subdomain install? directory

    3. If a directory install, is it in root or in a subdirectory? root

    4. Did you upgrade from a previous version of WordPress? If so, from which version? yes 4.6.0

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. yes

    6. Which version of BP are you running? 2.7.0

    7. Did you upgraded from a previous version of BP? If so, from which version? 2.6.2

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    – AsynCRONous bbPress Subscriptions
    – BackWPup
    – BAW Login/Logout menu
    – bbP private groups
    – bbPress
    – bbPress auto subscribe for new topics and replies
    – BP Direct Menus
    – BuddyPress
    – BuddyPress for LearnDash
    – BuddyPress NoCaptcha Register Box
    – Cloudflare
    – CodeStyling Localization
    – Contact Form 7
    – Content Aware Sidebars
    – Custom Post Type Page Template
    – Draw Attention
    – Gallery Carousel Without JetPack
    – Google XML Sitemaps
    – LearnDash & BBPress Integration
    – LearnDash – Gradebook
    – LearnDash Content Cloner
    – LearnDash LMS
    – LearnDash Pro Panel
    – LearnDash WooCommerce Integration
    – Livemesh SiteOrigin Widgets
    – MailChimp for WordPress
    – Members page only for logged in users
    – Page Builder by SiteOrigin
    – Post Types Order
    – Postman SMTP
    – Prevent Content Theft Lite
    – Revolution Slider
    – Simple User Profile
    – SiteOrigin Widgets Bundle
    – Slideshow
    – Slim Stat Analytics
    – The Events Calendar
    – Theme My Login
    – Ultimate Posts Widget
    – User Login Log
    – W3 Total Cache
    – Widget Importer & Exporter
    – WooCommerce
    – WooCommerce MailChimp
    – WordPress Importer
    – WP Better Emails
    – WP Smush

    9. Are you using the standard WordPress theme or customized theme? customized

    10. Which theme do you use ? Invent

    11. Have you modified the core files in any way? no

    12. Do you have any custom functions in bp-custom.php? no

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? 2.5.10

    14. Please provide a list of any errors in your server’s log files. none

    15. Which company provides your hosting? InMotion Hosting

    16. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache

    I did the tests you recommended and it was my W3 Total Cache plugin that was causing the issue. I will have to look into that to figure out what setting was messing it up. @Scaffies doesn’t have that plugin, so guess our issues were caused by different things.

    #260456
    Steve
    Participant

    It appears that buddypress uses my default sideabar on the profile page. I have searched for a plugin that will help me take control of this. (who wants a list of blog posts on their profile page… it should be group and member info).

    I found a plugin that sorta works. The problem is there doesn’t appear to be an actual “profile page” to assign the sidebar to. There is a member page, an activity page and a group page, but no profile page.

    Can anyone help? I can’t be the only one who has this issue.

    danbp
    Participant
    #260451
    danbp
    Participant

    Hi,

    as BuddyPress doesn’t use a post tab, you might ask this on the plugin support who use that feature.

    #260448
    coffeywebdev
    Participant

    I could maybe help out! I estimate that it would cost ~$100-200. I specialize in WordPress plugin extensions, you can check my website out at http://coffeywebdev.com!

    I’ve been pretty busy lately, but I found a potential solution on these forums:

    I’d be happy to help you make these adjustments, you can direct message me about cost/timeline/etc.

    In members-loop.php use this

    <?php 
    if ( bp_has_members(bp_ajax_querystring( ‘members’).’&type=alphabetical’) ) : 
    ?>

    source: https://buddypress.org/support/topic/show-all-members-in-buddypress-directory/

    naowin
    Participant

    Hello!

    i’m using WordPress 4.6.1, Buddypress 2.7.0 and multi site.
    I’m using the theme Boombox with Viralpress, and when i go to the “posts” tab in the profile page, i don’t see any posts…
    Is it because Viralpress make different kind of posts? Do you know how to make them appear please?

    Thank you in advance!

    #260446
    nhatnnt1
    Participant

    Hello.
    Sorry for late reply. I had to reinstall several times and install wordpress not script. I do not understand why.
    If BuddyPress plugin and theme running on the host. It works well. But when up vps is problematic. I have tried many ways.
    Looking forward to your suggestions.

    Lars Henriksen
    Participant

    Hello,

    First, thanks again for developing and maintaining Buddypress!

    I have a small problem with time stamps in activity updates and on member profiles.
    It seems my site first loads localized text for time stams, for instance ‘1 hour ago’, but since 2.7 it quickly changes to English.

    Link to live site activiy feed

    How can I fix this?

    Thanks,

    Lars

    #260443
    Emmanuel
    Participant

    I am using
    wordPress 4.6.1
    buddyPress 2.7
    I deleted the other plugins. only buddypress plugin is active but the problem remains
    I try other theme but nothing happen

    #260440
    Venutius
    Moderator

    I set up this permalink structure and afterwards was able to create a group on my test server, so that’s not it.

    What other plugins are you running? Have you tried deleting all but BuddyPress? Also try with the 2015 theme.

    #260437

    In reply to: How to output user ID?

    Hugo Ashmore
    Participant

    and if you need a code example of how you might do this look at danbp’s reply here:

    Reply To: [Resolved] Display user id

    #260435
    jaynation
    Participant

    Good Afternoon All,

    I was wondering if anyone had been able to implement or add a plugin for changing who can message who within a membership site/BPress areas? Are their capabilities, conditions or something simler to use?

    1. For example within my site I would like level 1 users to be able to message other level 1 and 2 users…but not the other 2 member levels thus to avoid them being overrun. And the level 3 and 4 users to be able to choose to message all other levels which then opens up dialogue between say a level 1 and 4 user’.

    – WP – Version 4.6.1
    – Site – http://www.studentmotorsport.com (You wont be able to access community areas as it is restricted to members only but I can remove this restriction for anyone wanting to see the error
    )
    – Theme – MSocial by GavickPro

    I appreciate any help you can provide.

    Regards JP

    #260431
    Venutius
    Moderator

    Have you enabled the Groups compoenet and associated the Groups Page, in Settings>>BuddyPress?

    #260429
    danbp
    Participant

    Hi @davidself1001,

    i think BP Profile Tabs is a plugin to create “nice looking tabs using the jQuery UI”, it is not the xprofile component !

    xprofile fileds and field groups (the tabs) management is located at
    dashboard > users > profile fields. What you see on that screen is normally what you have in the DB.
    Once you created fields and field groups in xprofile, you will see the group tabs in the plugin.

    #260427
    danbp
    Participant

    You misunderstood me.

    Remove any define’profile’ and it each time you visit a profile the default activity screen will show up.

    But this may not work in your configuration as anything related to, at least, BuddyPress is going through site/activity/something/. You have to check for this as it is wrong.

    Perhaps in Dashboard > settings > general. What is WordPress URL and site URL ? Or have you added activity in a plugin or even in htaccess ?

    #260419
    Jason
    Participant

    Thank you for that information! I have seen this question going back 7+ years, so I know that I am not alone in this request. However, I do not know how to program PHP 🙁 Unless someone can provide a bid $$ amount for adding this functionality through a plugin, I will have to either 1) accept the current functionality or, 2) move on to another plugin or platform solution.

    It would be nice to have a “pro” version of Buddypress that would have more options.

    #260417
    coffeywebdev
    Participant

    Buddypress does not support this functionality out of the box, but with a little PHP knowledge one could make these adjustments to your buddypress site.

    Be sure when making customizations that you don’t overwrite the plug-in! You can include BuddyPress/bbPress template files in your theme and modify them to do whatever you want. The possibilities are endless!

    Check out the BuddyPress documentation for more info on extending BuddyPress for custom features.

    BuddyPress Codex

    jimmielimon
    Participant

    Hello, I am a newbie to wordpress and css understanding but I am having trouble getting my header page to appear on my “register” page. I am running wordpress through bluehost and am currently using the Illdy theme and have “buddypress” plugin installed which provides me the register page. My jumbotron is set and is working fine as the header does appear on every other page except for this one. I also attempted to code the css manually to include the header image but it didnt work. Any help?

    .page-id-164 .site-header {
    background-image: url(“../wp-content/uploads/2016/10/landscape-1430667939-mayweatherbeatspacquiao.jpg?fit=1600%2C800”) no-repeat scroll 0 0 transparent;
    }

    ^ is the code I used to try to attempt to get it to appear.

    Here is what it looks like, thanks!PS: the create account is highlighted for reference

    View post on imgur.com

Viewing 25 results - 12,701 through 12,725 (of 73,986 total)
Skip to toolbar