Search Results for 'buddypress'
-
AuthorSearch Results
-
July 22, 2010 at 2:22 pm #86626
In reply to: Have buddypress not on the root site
Reginald
ParticipantI 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.
July 22, 2010 at 2:12 pm #86553Joe
Participantso 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.July 22, 2010 at 1:26 pm #86623webart
ParticipantI 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.
July 22, 2010 at 1:16 pm #86621In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
rich! @ etiviti
ParticipantJust 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.
July 22, 2010 at 1:13 pm #86620In reply to: Changing BuddyPress Base URL
Sofian J. Anom
ParticipantMy 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/
July 22, 2010 at 1:10 pm #86619In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
Hugo Ashmore
ParticipantRich 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.
July 22, 2010 at 12:08 pm #86617In reply to: Filtering out Activity Stream stuff
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.
July 22, 2010 at 11:41 am #86615In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
JustinCA
ParticipantAs 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
July 22, 2010 at 11:24 am #86613In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
rich! @ etiviti
Participanteveryone 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_userprocess works upbp_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
July 22, 2010 at 11:03 am #86611rich! @ etiviti
Participantbuddypress requires certain steps (such as activation, avatars, profile, xprofile, activity) in the signup process
July 22, 2010 at 10:59 am #86610In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
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
July 22, 2010 at 10:58 am #86609In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
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 BuddypressThanks for the respnose,
-Justin
July 22, 2010 at 10:46 am #86607In reply to: Changing BuddyPress Base URL
tejinder
MemberIs 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 fineAny Suggestion? Urgent
Thanks in advanceJuly 22, 2010 at 6:20 am #86591In reply to: Have buddypress not on the root site
r-a-y
KeymasterCheck your front page settings:
https://codex.wordpress.org/Settings_Reading_SubPanelJuly 22, 2010 at 6:17 am #86589In reply to: How to make a private community?
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-44729This will block everything but the register and activation pages.
July 22, 2010 at 6:15 am #86588In reply to: Have buddypress not on the root site
Reginald
ParticipantI 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?July 22, 2010 at 6:09 am #86587In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
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/
July 22, 2010 at 6:03 am #86586In reply to: How to mark a member as a spammer
July 22, 2010 at 5:16 am #86579In reply to: How to mark a member as a spammer
Anton
ParticipantThanks @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?
July 22, 2010 at 4:49 am #86577In reply to: ‘Page not found’ error while creating groups
Pisanojm
ParticipantHave you all looked at this?
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/page-not-found-errors/#post-63309I just did a simple search of “godaddy” on this site and it came up.
July 22, 2010 at 4:45 am #86575In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
Pisanojm
ParticipantJustin 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…July 22, 2010 at 4:34 am #86573Pisanojm
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…
July 22, 2010 at 4:29 am #86572In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
JustinCA
ParticipantWhat 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?
July 22, 2010 at 2:41 am #86569In reply to: @mention everyone
mrjarbenne
ParticipantMaybe 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.
July 22, 2010 at 2:27 am #86568In reply to: WordPress theme vs BuddyPress theme
thekmen
ParticipantThe 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.
-
AuthorSearch Results