Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 49,026 through 49,050 (of 68,969 total)
  • Author
    Search Results
  • #86626
    Reginald
    Participant

    I checked the radio button (your latest posts) so the latest posts could be displayed on the blog’s front page, nothing changed. I also tried creating a static page called posts and selected it as both front page and posts page, nothing changed.

    #86553
    Joe
    Participant

    so there is no way to escape this? I ask because my site is not based around a user community, that is just one feature. Therefore, I don’t want every registration to be based around buddypress.

    One thing that might help matters –
    I have the buddypress part of my site set up on it’s own wordpress install (multisite 3.0). Maybe I can make it so the buddypress registration isn’t applied to the entire network, but just the buddypress site.

    I already tried adding the following line to my wp-config:
    define( ‘BP_ROOT_BLOG’, 2 );

    However, it hasn’t seemed to make a difference.

    Anyone?
    Thanks again.

    webart
    Participant

    I am using also the events calendar on my page. see here http://www.torpil.ch this will be great to integrate this plugin into buddypress.

    #86621
    rich! @ etiviti
    Participant

    Just some basic questions: multisite (which is important as a different process)? registration steps completed? data in mysql for a failed user signup? (check _users->”user_status” and _usermeta->meta_key->”activation_key”)

    I was pointing out the php file and functions – if you wanted see the flow of the signup. (wp_insert_user, setting user_status, generating and saving activation_key, sending activation email to user). You mentioned “My install of wordpress does send emails successfully, until I activate Buddypress (then it breaks).” BuddyPress uses the same WordPress functions to send an email – so nothing changes in that regard but maybe some weird oddity in your setup causing a null email address or some other unpredictable result.

    #86620
    Sofian J. Anom
    Participant

    My guess, “community” is a sub-blog. For this you must first set BuddyPress active on all blogs. To make it, the link that has been shown by Jeff Sayre could be a reference. For example you may see on my site. CMIIW

    I also just created a topic that you may want to refer to: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-on-separate-blogs/

    #86619
    Hugo Ashmore
    Participant

    Rich was asking whether you could confirm that an important stage was definitely being completed correctly as that helps narrow down the areas to troubleshoot.

    Using a tool such as phpMyAdmin (MySQL DB manager) find the table called ‘wp_signups’ and confirm that emails that should have been sent and received do indeed have a valid set of entries for registration i.e activation key.

    #86617
    guigoz
    Member

    @lincme.co.uk
    Thanks, it’s exactly what I’was looking for. But I want to filter activity only for groups activity, not for global activity. Do you know how I can do this ?

    Guillaume.

    #86615
    JustinCA
    Participant

    @nuprn1

    As I said to Paul… Being “a bit off-putting” is not my normal MO, but the original post was written two weeks ago and the only thing that’s happened since is a whole bunch of people have said “I have the same problem”. It hasn’t been until I was “a bit off-putting” that someone actually replied to the original question/post.

    Enough about that.

    Sorry, but your questions are a bit over my head. Any and all PHP coding I know is completely self taught and I’m not far enough along to grasp what you’re asking me to look for.

    At any rate, thanks for the response.

    -Justin

    #86613
    rich! @ etiviti
    Participant

    everyone here is a volunteer and may not read every single thread or know the answer to every unique issue. probably does not help when being a bit off-putting.

    All sign-up steps work until the confirmation message? what is the status in the users table for the failed signup user? does each failed signup user have an activation key in the usermeta table? if so – that at least tells us the bp_core_signup_user process works up bp_core_signup_send_validation_email (which only builds the email message and executes wp_mail() )

    have a look in buddypress/bp-core/bp-core-signup.php at the functions and steps.

    if you are using multisite, then it is a different process

    #86611
    rich! @ etiviti
    Participant

    buddypress requires certain steps (such as activation, avatars, profile, xprofile, activity) in the signup process

    #86610
    JustinCA
    Participant

    @DJPaul
    It’s funny you should say that when it wasn’t until two weeks later (after the original post) that a moderator / support team member (you) chimed in on this, and that was because someone (me) wasn’t very polite (intentionally). So it looks like rudeness, not my normal MO, went a little bit further than politeness (this time), but served its purpose none the less. Thanks for responding.

    Now, to answer your question / statement…

    1.) My hosting environment is linux, not windows.

    2.) My install of wordpress does send emails successfully, until I activate Buddypress (then it breaks).

    3.) The emails aren’t going to SPAM, lol. That was the first thing I checked (on 5 different email accounts).

    Again, thanks for the response.

    -Justin

    #86609
    JustinCA
    Participant

    @pisanojm
    1.) 4xjunction.com
    2.) WP 3.0 and BP 1.2.5.2
    3.) PHP 5.x
    4.) Yes, they allow PHP mail (it works fine until Buddypress is activated)
    5.) Yes, I’ve tried with all plugins off
    6.) It works with the default as well as any other theme, except Buddypress

    Thanks for the respnose,

    -Justin

    #86607
    tejinder
    Member

    Is This Possible to add “/” in slug.
    For example:
    define ( ‘BP_MEMBERS_SLUG’, ‘community/members’ );

    I tried but there is 404 page not found error by changing slug in wp-config.php file
    But instead of “/” if we use +, -, _ etc work fine

    Any Suggestion? Urgent
    Thanks in advance

    #86591
    r-a-y
    Keymaster
    #86589
    r-a-y
    Keymaster

    @linusf – Read the other solution Travel Junkie posted:
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-make-a-private-community/?topic_page=3&num=15#post-44729

    This will block everything but the register and activation pages.

    #86588
    Reginald
    Participant

    I installed buddypress into my main site. I didn’t like the combination and uninstalled with the intention of reinstalling as a sub domain installation. Now my site is looking for http://www.environmentaide.org/activity. Activity no longer exists and the plugin has been removed. I’ve looked everywhere for the pointer to revert to my WordPress default domain.
    How do I remove the activity pointer and move on to reinstall buddypress as a separate site?

    #86587
    Paul Wong-Gibbs
    Keymaster

    @justinca
    It’s the kind of support forum where politeness goes a long way. The only issue I’m aware of with BuddyPress page links is that some installs running on IIS need some extra stuff added; that’s vague because I’m not an IIS user, I don’t have access to a machine to dev on, and I don’t know about the typical Microsoft hosting environment.

    If your install of WordPress can send emails successfully, then BuddyPress can too. We can’t be held responsible for what emails are marked as spam by mail servers.

    You have also told us no details about your setup; please see https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/

    #86586
    Anton
    Participant

    Thanks @r-a-y, I should learn to read

    #86579
    Anton
    Participant

    Thanks @r-a-y I have this in my wp-config file to disable the admin bar: define( ‘BP_DISABLE_ADMIN_BAR’, true );

    Is it possible to add a button in the member’s profile page to add them as a spammer?

    #86577
    Pisanojm
    Participant

    Have you all looked at this?
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/page-not-found-errors/#post-63309

    I just did a simple search of “godaddy” on this site and it came up.

    #86575
    Pisanojm
    Participant

    Justin what is your Website address?
    What version of BP and WordPress?
    What version of PHP?
    Does your host allow you to send PHP mail?
    Have you tried with all plugins off?
    Does it work with the default BuddyPress Theme?
    This all works fine for me with BP 1.2.5.2 and WP 3.0 using…

    #86573
    Pisanojm
    Participant

    @djpaul can this trackticket patch be used in 1.2.5.2 or 1.2.6 (upcoming) or does it break something? I would love to have this reversed as well…

    #86572
    JustinCA
    Participant

    What kind of support forum is this? If you google about this “buddypress activation email problem” it’s all over the !@#&% place, and no one has an answer? I’ve seen forum after forum post, thread, question, whatever and well over a dozen “fixes”, none of which have worked for me.

    This is absurd. Registrars not getting their activation emails and, as a result, not being able to log in, basically renders Buddypress USELESS. I wished I’d known about this before I spent the last three !@#&% days customizing my site.

    Here’s an idea… Don’t release this crap without being 110% sure that the most important feature (people being able to become members) works.

    And at the very least can you guys answer the question… How can we fix the problem?

    #86569

    In reply to: @mention everyone

    mrjarbenne
    Participant

    Maybe I should clarify this further. I’m looking for a way to send a notification out to all of the members of my site from within the site (I know I can send out a group email, but I’d rather be able to send an admin message in some sort of @everyone way) Perhaps there is a plugin for this I can’t find, or perhaps I’m asking for something that doesn’t exist.

    #86568
    thekmen
    Participant

    The only issues you should have with a WP theme is all the BuddyPress CSS, easy enough to fix but can require lots of edits depending on the theme.
    To include the required BuddyPress JS & ajax functions in any WP theme, all you need to do is add something like the following to your themes functions.php file

    require_once( BP_PLUGIN_DIR . '/bp-themes/bp-default/_inc/ajax.php' );
    function theme_loaded_init() {
    wp_enqueue_script( 'bp-js', BP_PLUGIN_URL . '/bp-themes/bp-default/_inc/global.js', array( 'jquery' ) );
    }

    add_action('wp_head', 'theme_loaded_init', 5);

    You would also need to add the BuddyPress template folders to your theme & add either the default buddypress & admin bar css to your css with edits or include the defaults in the above theme_loaded_init function.

    also note, some themes that include custom JS can conflict with BuddyPress JS, if the theme is coded properly it should be easy to remove those conflicts on BuddyPress pages.

Viewing 25 results - 49,026 through 49,050 (of 68,969 total)
Skip to toolbar