Search Results for 'buddypress'
-
AuthorSearch Results
-
August 23, 2009 at 4:18 pm #51449
In reply to: Show xprofile data?
Treblamah
ParticipantThis should help:
I had to separate the fields by group to pull only one field at a time that preserved the formatting. The other ways I found to pull individual field data produced text without line breaks.
August 23, 2009 at 4:05 pm #51448In reply to: Odd Problem With Group and User Avatar Uploads…
Rohan Kapoor
ParticipantThanks a lot JEFF! Using your link and this post: https://buddypress.org/forums/topic/avatar-upload-problems#post-5481 solved my problem!
Thanks again!
August 23, 2009 at 3:42 pm #51447In reply to: Odd Problem With Group and User Avatar Uploads…
Jeff Sayre
ParticipantRohan-
Read this post and the various links within it and see if that helps.
August 23, 2009 at 3:41 pm #51446In reply to: ListMessenger (or PHPlist) integration – plugin?
peterverkooijen
ParticipantThis works:
function synchro_mailinglist($user_id, $password, $meta) {
global $bp, $wpdb;
$email = $wpdb->get_var("SELECT user_email FROM $wpdb->users WHERE ID='$user_id'");
$fullname = $meta[field_1];
$space = strpos( $fullname, ' ' );
$company = $meta[field_2];
if ( false === $space ) {
$firstname = $fullname;
$lastname = '';
} else {
$firstname = substr( $fullname, 0, $space );
$lastname = trim( substr( $fullname, $space, strlen($fullname) ) );
}
$firstname = nameize($firstname);
$lastname = nameize($lastname);
...
$wpdb->query("INSERT mailingusers SET users_id='$user_id', group_id='1', signup_date= UNIX_TIMESTAMP(), firstname= '$firstname', lastname= '$lastname', email_address = '$email' ");
$wpdb->query("INSERT mailingcdata SET cdata_id=NULL, user_id='$user_id', cfield_id='1', value='$company'");
}
add_action( 'wpmu_activate_user', 'synchro_mailinglist', 10, 3);I used it as part of this function. This should work other mailinglist scripts as well, just change the table and field names.
I don’t understand why $user_email didn’t work. I had to pull the user_email from the database. Is there a cleaner way?
August 23, 2009 at 3:33 pm #51444In reply to: move /members directory to another domain ?!
David Mazza
ParticipantI need to do something similar. I have two domains (sunysb.net and sbulife.com) where sunysb.net is the domain I use for buddypress, and sbulife.com redirects to it. Normally, I would park sbulife.com on sunysb.net and the end user wouldn’t know the difference, but with the subdomain rewrite rules, it really screws up wordpress mu.
August 23, 2009 at 3:11 pm #51443Rohan Kapoor
ParticipantTake a look at the buddybar in bbpress plugin: https://buddypress.org/forums/topic/buddybar-for-bbpress/page/5#post-20914
That post has the solution to the problem.
August 23, 2009 at 9:29 am #51439In reply to: Problems in Spanish
pietro28
ParticipantI think it is a bug becouse …
If I write something with accents in bbpress works fine,
If I write something with accents in other sites in buddypress (blog, groups, etc …) works fine,
But if I write somethining in buddypress forums with accents I get this error but only in the content, not in the title topic …
see this example http://profesionales.net/groups/profesionales-de-la-informatica/forum/topic/5
August 23, 2009 at 3:30 am #51438In reply to: HTML tags in group forums
Mohit Kumar
ParticipantI am on a shared hosting….Probably i must wait for Buddypress 1.1..The groups forum are much better.Testing it on localhost …seems fine..still scared to use it…
Thanks all
August 22, 2009 at 7:07 pm #51435In reply to: Facebook-esque status updates?
r-a-y
Keymasternot really texet, the wire is more like Facebook’s wall
.status updates are personal updates about w/e you want. you can only have 1 update in the status place and when you want to update, it deletes your previous status.
I’m still trying to wrap my head around status updates… couldn’t you just use your latest wire post with an expiry date of a week? By “expiry”, I mean the wire post won’t be shown underneath your name, but will be archived in the wire). Functionality-wise, they’re both the same… the only difference I see is segregating data and labels. But maybe I’m just daft and slow on the uptake!
August 22, 2009 at 6:30 pm #51433In reply to: IE6 and 7 problem
arezki
ParticipantHi Jeff- sorry for the missed information. Apologies! I agree I don’t think it’s buddypress issue but I thought someone in the forum would be aware of similar problem whereby a form won’t work under IE6/7.
I have installed the latest version of MU (WordPress MU 2.8.4) and the latest version of Buddypress. I also admit I have many plugins. wp-greet works fine with all the variations of WP/WPMU/Buddypress… seen them in action but for whatever reason IE6/7 just wont do it on my end. Thanks.
August 22, 2009 at 4:53 pm #51429In reply to: IE6 and 7 problem
Jeff Sayre
ParticipantFirst of all, we do not have sufficient information to offer the best resolution to your issue.
We have no idea what versions of WPMU and BuddyPress you’re running. Are you running WPMU or single-user WordPress? What other plugins do you have installed?
The plugin does not indicated that it works with WPMU and it is only updated to WP 2.7.1. Perhaps that is part of the problem.
I’m setting this to “not a support question” as this seems more like a WP issue and not a BuddyPress issue. Also, I’m moving it to the proper forum, “Third Party Components & Plugins”.
August 22, 2009 at 4:05 pm #51428In reply to: Problems in Spanish
pietro28
ParticipantHi Nicola, bbPress XML-RPC is enabled
if I write “más” in buddypress forum’s group the buddypress show “m�s” and the bbpress forum show “m/amp/aacute;s”
http://www.profesionales.net/foro/topic/nuevos-profesionales-y-empresarios-de-la-construccion
August 22, 2009 at 3:41 pm #51425In reply to: BuddyPress Membership Sites
nicolagreco
ParticipantYourMembers plugin with some hacks worked.
August 22, 2009 at 3:40 pm #51424In reply to: Facebook-esque status updates?
nicolagreco
ParticipantIf you update to BP 1.1 the status component is in BuddyPress and does exactly what you’re looking for
August 22, 2009 at 3:36 pm #51421In reply to: i am getting this error in php_error.log
nicolagreco
ParticipantI think you’ve some plugins that breake something, this error happen when ‘bp_adminbar_blogs_menu’ is not declared.
Try to deactivate all plugins and reactive BuddyPress, and update us!
Nicola
August 22, 2009 at 3:16 pm #51416In reply to: Adding Group Admins
Jeff Sayre
ParticipantThat is not possible at this time–although it will be possible shortly! If you look at the BuddyPress roadmap for version 1.1, you’ll see that that is one of the targeted improvements.
August 22, 2009 at 3:00 pm #51414Jeff Sayre
ParticipantThis is not a BuddyPress topic and should be targeted at the WPMU forums instead. But I’ll give you a little help nonetheless.
You should be using an IDE (integrated development environment) that allows you to search all files for the piece of code you want to find–among many other very useful features. I’m on a Mac and I prefer Coda to TextMate–although I used to use the latter.
The CSS is actually near the top of the wp-signup.php file. Search for function wpmu_signup_stylesheet().
I’m also setting this to “not a support question” as it has to do with styling in a WPMU file and nothing to do with BuddyPress.
August 22, 2009 at 2:22 pm #51411In reply to: ListMessenger (or PHPlist) integration – plugin?
peterverkooijen
ParticipantI’m now trying to add firstname, lastname and email address straight to the database tables of my mailing list. I’ve added the queries to the function I had put together here:
function synchro_wp_usermeta($user_id, $password, $meta) {
global $bp, $wpdb;
...
$wpdb->query("INSERT mailingusers SET users_id='$user_id', group_id='1', signup_date= UNIX_TIMESTAMP(), firstname= '$firstname', lastname= '$lastname', email_address= '$user_email'");
$wpdb->query("INSERT mailingcdata SET cdata_id=NULL, user_id='$user_id', cfield_id='1', value='$company'");
}
add_action( 'wpmu_activate_user', 'synchro_wp_usermeta', 10, 3);This mostly works, except the for the email address. $firstname, $lastname and $user_id are all correctly added to the table, but the email_address field stays empty.
Can anyone spot the problem?
How can I “call” the user’s email address upon ‘wpmu_activate_user’?
Adding a $user_email argument only produces missing argument errors. I’m out of guesses…
$current_user->user_email doesn’t work either:
$wpdb->query("INSERT mailingusers SET users_id='$user_id', group_id='1', signup_date= UNIX_TIMESTAMP(), firstname= '$firstname', lastname= '$lastname', email_address= '$current_user->user_email'");August 22, 2009 at 2:10 pm #51410peterverkooijen
ParticipantStyling the signup form is supposed to become a lot easier in the upcoming version 1.1.
To get my signup form somewhat in line with the rest of the site I had to hack core files. Details of my attempts here.
August 22, 2009 at 11:37 am #51407In reply to: HTML tags in group forums
r-a-y
KeymasterHey DJPaul,
My post was off-topic; you’re right, I’ve copied and pasted my above post and created a new thread:
https://buddypress.org/forums/topic/bbpress-migration-when-bp-11-gets-released
Feel free to delete my previous post now (and this one as well)!
August 22, 2009 at 8:15 am #51404Paul Wong-Gibbs
KeymasterI’m closing this thread as people keep resurrecting it every month or so without any real contribution, and the most recent post is a new question and best to go in a new thread.
August 22, 2009 at 3:53 am #51401In reply to: Avatar Crop Tool Offset
4064391
InactiveI have had the same problem from WPMU 2.7.1, Buddy Press 1.0, all the way up tp WPMU 2.8.4 and BuddyPress 1.0.3. It’s driving me crazy and I can’t figure out why this is happening. It’s difficult to crop user avatar and impossible for groups to crop avatars.
August 22, 2009 at 12:07 am #51396In reply to: BuddyPress Membership Sites
Nightlyfe
ParticipantI’m looking for something that takes credit cards like gigaom.. let me know more about your specific plans for membership.
http://pro.gigaom.com/gigaom-pro-subscription-offer-gigaom-pro/
August 21, 2009 at 11:43 pm #51393Nightlyfe
ParticipantWhats a good resource on getting started with RPX logins for wp/pb?
August 21, 2009 at 11:15 pm #51389In reply to: New Twitter Plugin for BuddyPress
Nightlyfe
Participant -
AuthorSearch Results