Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 62,951 through 62,975 (of 69,044 total)
  • Author
    Search Results
  • #51449

    In reply to: Show xprofile data?

    Treblamah
    Participant

    This should help:

    https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-profile-data-loop-bp_has_profile/

    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.

    #51448
    Rohan Kapoor
    Participant

    Thanks a lot JEFF! Using your link and this post: https://buddypress.org/forums/topic/avatar-upload-problems#post-5481 solved my problem!

    Thanks again!

    #51447
    Jeff Sayre
    Participant

    Rohan-

    Read this post and the various links within it and see if that helps.

    #51446
    peterverkooijen
    Participant

    This 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?

    #51444
    David Mazza
    Participant

    I 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.

    Rohan Kapoor
    Participant

    Take 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.

    #51439

    In reply to: Problems in Spanish

    pietro28
    Participant

    I 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

    #51438
    Mohit Kumar
    Participant

    I 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

    #51435
    r-a-y
    Keymaster

    blackarbor originally wrote:

    not 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!

    #51433

    In reply to: IE6 and 7 problem

    arezki
    Participant

    Hi 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.

    #51429

    In reply to: IE6 and 7 problem

    Jeff Sayre
    Participant

    First 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”.

    #51428

    In reply to: Problems in Spanish

    pietro28
    Participant

    Hi 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

    #51425
    nicolagreco
    Participant

    YourMembers plugin with some hacks worked.

    #51424
    nicolagreco
    Participant

    If you update to BP 1.1 the status component is in BuddyPress and does exactly what you’re looking for

    #51421
    nicolagreco
    Participant

    I 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

    #51416

    In reply to: Adding Group Admins

    Jeff Sayre
    Participant

    That 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.

    #51414
    Jeff Sayre
    Participant

    This 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.

    #51411
    peterverkooijen
    Participant

    I’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'");

    #51410
    peterverkooijen
    Participant

    Styling 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.

    #51407
    r-a-y
    Keymaster

    Hey 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)!

    Paul Wong-Gibbs
    Keymaster

    I’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.

    #51401
    4064391
    Inactive

    I 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.

    #51396
    Nightlyfe
    Participant

    I’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/

    Nightlyfe
    Participant

    Whats a good resource on getting started with RPX logins for wp/pb?

    #51389
    Nightlyfe
    Participant

    any word on a release?

    viable alternatives??

    http://simplercomputing.net/bp/

    looks like it works!

Viewing 25 results - 62,951 through 62,975 (of 69,044 total)
Skip to toolbar