Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 22,551 through 22,575 (of 68,946 total)
  • Author
    Search Results
  • #156313
    shanebp
    Moderator

    I believe your report is covered by:
    https://buddypress.trac.wordpress.org/ticket/4573

    It’s a gremlin that doesn’t appear for most installs.
    It’s been reported in various guises for quite awhile.
    I was hoping that forcing a value into gmt_offset would solve it for you. :{

    #156287
    thesk
    Participant

    hello, do you make iphone/android apps for BP that would allow photo uploads etc from the users phone etc.?

    #156286
    Nate
    Participant

    any word on when this will be available to update via WordPress? dashboard isn’t prompting me … (yet)

    #156282
    emeraldryan
    Participant

    @hnla I suspected that this was probably a WP-Engine issue and that there wouldn’t be much you guys could do. I came here out of hope rather than expectation in case someone on here had experienced a similar issue and had some tips or advice.

    With regards to the number of users there are a large number of fake/spam user accounts (I estimate 10,000+) that were registered on older versions of WordPress/bbPress before we upgraded and switched to CloudFlare and WP-Engine which has reduced spam considerably. We have also gradually been deleting obvious fakes but as you can appreciate this is a laborious task.

    WP-Engine have refused to temporarily increase the resource limits to see if that enables the BuddyPress installation to complete. At this point I think I’ll try downloading a copy of the site and see if I can run the BuddyPress install on a local LAMP/WAMP setup and allocate 1GB+ to PHP memory.

    #156279
    Ben Hansen
    Participant

    yeah i doubt your host provides for enough ram to run both in shared (mind you i’m just speculating).

    #156276
    bp-help
    Participant

    @mercime @hnla @caming I have tested what caming is referring too In WP 3.5.1 BP 1.6.4 as Well as WP 3.5.1 and BP 1.7beta2 And there is a bug. If you press “cancel friendship request” then it says “friendship request could not be cancelled” If anything it should just say “accept or deny” just as caming stated. Any suggestions?

    #156270
    emeraldryan
    Participant

    @hnla This was my advice from WP-Engine:

    After extensive testing on the staging site to determine what is causing the errors when activating BuddyPress, I was able to rule out a conflict with all other plugins (including our own) as well as conflict with your theme.

    The problem is that your site has almost 38,000 users. I was able to prove this by deleting all users except the “admin” and “wpengine” user from the staging site. Then, I installed and attempted to activate BuddyPress. This time it activated with no error in less than 10 seconds.

    I recommend removing users from your WordPress site if possible. If not, then you should contact BuddyPress support to determine how to activate BuddyPress with so many users.


    @mercime
    I’m reluctant to move host (unless I find another host that can guarantee a solution) as WP-Engine are normally quite good and I recommend them to most of my clients. Their advice was to come here for support on this particular issue.

    #156269
    carlh1
    Participant

    Thanks for the input. I did try it in the default buddypress theme and it works. Its my theme that’s interfering. I did contact them and they are so busy with the new release that it’s not on their radar. I may just install buddypress in another subdirectory and link over to it… just try and make it look similar. the problem their is then I can’t have them share user login’s with both instances.

    thanks.

    bp-help
    Participant

    @sbrajesh @mercime @naijaping
    This is a rough draft of what I would like to do. All icons functional, and only appearing in header after the user is logged in. I hope this will help explain what I am doing. Thanks everyone!
    split out notifications

    bp-help
    Participant

    @mercime Thanks but that is not going to accomplish what I am attempting to do. I can’t find anything in the codex that explains how this would be done either. The codex helped me figured out a lot of stuff about customizing BP but there doesn’t seem to be any documentation about notifications in the codex or on google. Is there anyone you can direct me too that could explain how I can get this done or better yet add some documentation to the codex regarding notifications? I would be very grateful to anyone that can help me resolve this. Thanks for your help!

    #156264
    bookee
    Participant

    Thanks @mercime! I will try out pcwriter’s tutorial and let you know how it works for me. Again, you have been awesome!

    #156258
    webwarrior.wng
    Participant

    but it is not working. i have tried so many time

    #156200
    garethmartin
    Participant

    from the previous version of wordpress to WordPress 3.5.1. – i didn’t upgrade buddypress as i had made some modifications to the layout. Everything else works bar the avatar upload/change. When this is changed there is a blank page and hang type behaviour. I’ve tried various permetations of permissions but with no success.

    #156199
    Rocio Valdivia
    Participant

    Hi!

    If somebody still need to disable activation email, the following function works fine for me:

    `
    // Change the text on the signup page
    add_filter( ‘bp_registration_needs_activation’, ‘__return_false’ );

    function my_disable_activation( $user, $user_email, $key, $meta = ” ) {
    // Activate the user
    bp_core_activate_signup( $key );

    // Return false so no email sent
    return false;
    }
    add_filter( ‘wpmu_signup_user_notification’, ‘my_disable_activation’, 10, 4 );
    remove_filter( ‘wpmu_signup_blog_notification’, ‘bp_core_activation_signup_blog_notification’, 1, 7 );
    add_filter( ‘wpmu_signup_blog_notification’, ‘__return_false’ );
    `

    Thanks to @cnorris23 for it! https://buddypress.trac.wordpress.org/ticket/3443

    Hope it helps to someone 🙂

    @mercime
    Participant
    @mercime
    Participant

    @akgt glad it’s working out for you now. strange it happened in the first place.

    #156194
    @mercime
    Participant

    @qrahaman similar to pollyplummer’s tutorial at http://wpmu.org/how-to-create-a-custom-buddypress-members-directory/ where make the element float left with right and bottom margins. Good luck

    bp-help
    Participant

    @sbrajesh actually I would like to get it like facebooks notifications somewhere in the header using similar icons to dispay friend requests, messages, notifications and when you have anything then the icon will display accordingly just like facebooks. If anyone can offer assistance I would appreciate it.

    #156191
    @mercime
    Participant

    @carlh1 Change to Twenty Twelve theme and check out if BP pages are showing up. If it is, then it’s your theme, and you should contact the theme author.
    EDIT – they also have another theme “Rounders” with same issue https://buddypress.org/support/topic/bp-template-pack-step-3-2/

    #156188
    @mercime
    Participant

    a member login menu that would take the registered users to a login form similar to the form on the sidebar. Hope that makes sense.


    @bookee
    you can create a page template with only the login form code you copied then go to Pages > Add New, add Page Title e.g. Join Us, then use the page template with the login form you created. Or, you might want to try out pcwriter’s tutorial http://wpmu.org/how-to-build-a-facebook-style-members-only-wordpress-buddypress-site/

    #156187
    snooper
    Participant

    thanks. i’m on shared – doubt i even have access to memory settings

    companyjuice
    Participant

    Haha, thank you @mercime and @dasped. BuddyPress is definitely my friend 🙂

    I attempted to bring up the “duplicate posting” of BP 1.7beta1 to the Parallelus team, but they did not treat it very well and told me to go screw off, in a manner of speaking.

    In the meantime, BP 1.6.4 works great with my Parallelus themes (no duplicate posting). I’m sure BP 1.7 public release will have fixed this issue. If not, I will then go to my theme “support” team (with a pretty please and cherry on top).

    Thanks again — Marty McGee

    dasped
    Participant

    Thanks @mercime,

    DynamiX theme was fixed within hours of asking the author, with the removal of the line I posted above. If anything he was glad of the head up in relation to changes that are coming. (Best support on a theme I ever had IIH)

    Now, with the release of 1.7(b)2 My Ajax issues are a thing of the past also.

    BuddyPress is my friend again 🙂

    akgt
    Participant

    I did all the basic’s but it  still did not work , so I uninstalled both and installed bbPress 2.3b2 and buddypress 1.7b2 and it seems to be working now.

    @mercime
    Participant

    @akgt have you done some basic troubleshooting like reverting to BP Default theme and/or deactivating all plugins except BuddyPress and bbPress?

Viewing 25 results - 22,551 through 22,575 (of 68,946 total)
Skip to toolbar