Search Results for 'buddypress'
-
AuthorSearch Results
-
July 23, 2009 at 3:04 pm #49895
In reply to: Username and Name
Jeff Sayre
ParticipantThe username field is a mandatory WPMU field. It is used by WPMU as the “user_login” field of the wp_users table. It is the necessary piece of datum that is used when a user logs in.
BuddyPress has its own mandatory registration field that by default is called “Full Name”. Look in the BuddyPress submenu group in WPMU’s backend. Go to “BuddyPress > General Settings > Full Name field name”.
You can change the “Full Name” field name to display whatever you want but you cannot remove that field from the registration page nor edit it to be something other than a single textbox field–at least not without hacking the core. Look under the “Basic” field grouping in “BuddyPress > Profile Field Setup” to see what I mean.
In fact, for testbp.org, Andy did change the outputted name of that field to simply read “Name”.
It is this BuddyPress field that is used to display the user’s name. If fact, this field can be edited by the user when they visit their profile and navigate “Profile > Edit Profile”. On the other hand, the username field, which is a WPMU field, cannot be edited.
July 23, 2009 at 2:12 pm #49888Jason Giedymin
ParticipantNice! Listen to r-a-y.
July 23, 2009 at 1:39 pm #49887In reply to: Should we use WP/BP or another platform?
Jeff Sayre
ParticipantGabriel-
and then tag the clothes (describe, tag, categorize…). We want to have some level of control here.
In case you have not seen this, there is a wonderful BuddyPress plugin that can address this need: https://wordpress.org/extend/plugins/bpcontents/
July 23, 2009 at 1:26 pm #49885In reply to: change url
July 23, 2009 at 1:25 pm #49884In reply to: Username and Name
Jeff Sayre
ParticipantAre you using a custom theme? Have you added any required fields via the “BuddyPress > Profile Fields Setup” in WPMU’s backend?
By default, WPMU with BuddyPress installed is setup to do exactly what you are asking–have one “Username” field and one “Name” field on the signup page.
July 23, 2009 at 1:06 pm #49883In reply to: Notification
Jeff Sayre
ParticipantMost of the welcome message sent to new registered users is hardcoded within WPMU. Here are a few links to get you on your way:
https://buddypress.org/forums/topic/changing-the-default-welcome-email#post-5017
https://buddypress.org/forums/topic/how-to-change-email-notifications
July 23, 2009 at 12:20 pm #49881Arx Poetica
ParticipantSorry for being a little slow on this topic, but activity streams are hard to wrap my mind around, mostly because I don’t quite get the technology. Does openmicroblogging — is this a viable part of Joseph Smarr’s so-called “social stack”? (I think they’ve moved on to calling it something else now, not “social stack,” but I digress…)
I’ll be building a version of a micro stream soon enough, or trying to adapt a former one (such as the “wire”?) to suit my own purposes.
As I understand it, there’s already a bit of a WordPress plugin:
Why rebuild the wheel, when it’s built? Perhaps we should borrow/resuse from that plugin
There’s a bit of development/discussion going on over here for WordPress itself:
http://groups.google.com/group/diso-project/browse_thread/thread/84481ef2e912a099
http://groups.google.com/group/diso-project/browse_thread/thread/b9f1b8865d3d8526
July 23, 2009 at 12:09 pm #49877Jeremy Winter
ParticipantUpdate 2: Well, I got somewhere. Buddypress appears to be working. The weird part is that I can’t deactivate it. When I click deactivate it says “Plugin could not be activated because it triggered a fatal error.” How weird is that?
I am going to run with it for now. Theme is going to need a lot of work… the fonts appear to have grown for some reason. must be a problem with my custom CSS
July 23, 2009 at 11:47 am #49876Jeremy Winter
ParticipantUPDATE: I attempted to delete all my plugins (mu and normal) from my site. Once they were all deleted, I reinstalled buddypress and then reactivated all of my plugins and yet still I receive the same fatal error.
Is this a problem with 2.8.2?
July 23, 2009 at 11:42 am #49875In reply to: Newest Active Popular problem
LogerM
ParticipantYes. I used bphome and bdmember theme from BuddyPress 1.0.3 package. (I delete old one and upload new)
Here is my instalation for test purposes:
Maybe it will help to sole my problem.
I know that problem is have to be on server side. I was installing BP at my local Wamp instalation and at Zeus Web serwer. – Works fine
Here is phpinfo http://loger.outsider.pl/phpinfo.php
July 23, 2009 at 6:09 am #49866In reply to: SiteWide Activity Widget Broken in 1.0.3?
Paul Wong-Gibbs
KeymasterDon’t run a public site on trunk? I mean, I have a local development installation of trunk but to run that publicly…
The most recent trunk entirely changes the way the forums component is integrated into BuddyPress, which is why you are getting these problems.
July 23, 2009 at 5:40 am #49864In reply to: wpmu 2.8.2
seppolaatle112
ParticipantWill buddypress 1.0.3 work with wpmu 2.8.2?
– Jupp
July 23, 2009 at 4:05 am #49859r-a-y
KeymasterOkay, I found an easier way for this.
Instead of creating a new stylesheet, you can use your existing admin bar CSS, but define some new rules for just the WPMU admin area.
Use this as your CSS selector:
body.wp-admin #wp-admin-bar {ENTER YOUR STYLES HERE}Remember to define the body.wp-admin selector for each BuddyBar element you want to style.
eg.
body.wp-admin #wp-admin-bar {
background:yellow !important;}
body.wp-admin #wp-admin-bar li * {
font:12px normal georgia,times,serif !important;
}This will change the BuddyBar background colour to yellow and the font to a serif for the WPMU admin area.
Hope that helps!
July 23, 2009 at 3:15 am #49856In reply to: Easy way to rename the wire (and all the others) ?
r-a-y
KeymasterI’ve recently started doing this for the purpose of renaming a few of the predefined labels as well.
I use PoEdit and followed the instructions listed here:
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
The “Labels and Messages” section is what you want to read up on.
Follow them explicitly and you should be good to go.
You’ll probably want to find a PoEdit tutorial on Google as well.
July 23, 2009 at 3:06 am #49853In reply to: Adding a like/unlike button?
r-a-y
KeymasterBy “post”, what do you mean exactly?
A BuddyPress forum post, or just a regular blog post?
If it’s a blog post, I’m quite certain a WordPress plugin can handle that.
July 23, 2009 at 3:05 am #49852r-a-y
KeymasterYou’d have to define a separate stylesheet for the admin BuddyBar, and hook it into the admin_head.
You can start work on that separate stylesheet, after you’ve done that I can help you hook it in the admin area.
July 22, 2009 at 11:48 pm #49843In reply to: BuddyBar for bbPress
r-a-y
Keymasterunsalkorkmaz, that’s a totally different topic.
Please look at this thread:
https://buddypress.org/forums/topic/bp-avatars-and-nothing-else-in-bbpress-possible#post-17431
July 22, 2009 at 11:43 pm #49841In reply to: BuddyBar for bbPress
Unsal Korkmaz
Participanti am using that plugin in http://yerleske.net/pano/
i want to use user’s avatars in forum pages too.. i tho its possible because we are calling buddypress with this plugin right?
July 22, 2009 at 10:20 pm #49837In reply to: buddypress.org dashboard question
Andy Peatling
KeymasterUpdates and fixes are coming, but I need to finish some things for 1.1 before I can do them.
July 22, 2009 at 7:02 pm #49810In reply to: ehm.. notification not going anywhere :P
r-a-y
KeymasterHey unsalkorkmaz,
Submit a ticket (login with the same username and password as on buddypress.org) noting the problem and one of the BP devs will look to see if your problem can be duplicated.
July 22, 2009 at 6:55 pm #49808In reply to: buddypress.org dashboard question
r-a-y
KeymasterThe “Favorite Topics” functionality was broken when the BuddyPress forums changed the permalink structure from ID to pretty permalinks (I’m speculating, but I think I’m right).
The groups hyperlink is a known bug as well.
July 22, 2009 at 6:51 pm #49807In reply to: group wire problem
Korhan Ekinci
ParticipantMaybe this problem is also connected with this:
https://buddypress.org/forums/topic/sigh-integration-cookie-problem-for-all-users-except-admin
since you have a capital letter in your username and groups are connected with bbpress
I am not sure though
July 22, 2009 at 6:48 pm #49806peterverkooijen
ParticipantIs the hook to use this?:
Runs when a user’s profile is first created. Action function argument: user ID.
So something like this?:
<?php
/*
Plugin Name: Real Name Synchro
Plugin URI: http://
Version: v0.001
Author: peterverkooijen
Description: A plugin to store firstname and lastname from the fullname field in Buddypress registration in WPMU usermeta tables, based on examples in the <a href="http://www.devlounge.net">Devlounge</a> series.
*/
if (!class_exists("RealNameSynchro")) {
class RealNameSynchro {
function RealNameSynchro() { //constructor
}
function xprofile_sync_wp_profile() {
global $bp, $wpdb;
if ( (int)get_site_option( 'bp-disable-profile-sync' ) )
return true;
$fullname = xprofile_get_field_data( BP_XPROFILE_FULLNAME_FIELD_NAME, $bp->loggedin_user->id );
$space = strpos( $fullname, ' ' );
if ( false === $space ) {
$firstname = $fullname;
$lastname = '';
} else {
$firstname = substr( $fullname, 0, $space );
$lastname = trim( substr( $fullname, $space, strlen($fullname) ) );
}
update_usermeta( $bp->loggedin_user->id, 'nickname', $fullname );
update_usermeta( $bp->loggedin_user->id, 'first_name', $firstname );
update_usermeta( $bp->loggedin_user->id, 'last_name', $lastname );
$wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->users} SET display_name = %s WHERE ID = %d", $fullname, $bp->loggedin_user->id ) );
$wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->users} SET user_url = %s WHERE ID = %d", bp_core_get_user_domain( $bp->loggedin_user->id ), $bp->loggedin_user->id ) );
}
add_action( 'xprofile_updated_profile', 'xprofile_sync_wp_profile' );
}
} //End Class RealNameSynchro
if (class_exists("RealNameSynchro")) {
$dl_pluginSeries = new RealNameSynchro();
}
//Actions and Filters
if (isset($dl_pluginSeries)) {
//Actions
add_action('user_register', array(&$dl_pluginSeries, 'xprofile_sync_wp_profile'), 1);
//Filters
}
?>Testing it now…
Edit: Activating this plugin produces a white screen. Not a good start…

Where did I go wrong?
July 22, 2009 at 5:37 pm #49801In reply to: Removing avatar upload at signup
r-a-y
KeymasterHi fangonk,
If you scrolled a little bit down, you would have seen this thread!
https://buddypress.org/forums/topic/remove-image-upload-option-from-signup-only
It’s a simple fix that uses CSS to hide the avatar fields on the registration page.
July 22, 2009 at 1:35 pm #49787Korhan Ekinci
ParticipantOk, I don’t know if this helps, but when I had wpmu 2.7.1 and used bbpress-integration plugin, I had to add
define( 'COOKIEHASH', '####################' );
define( 'COOKIE_DOMAIN', '.yourdomain.org' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );to the wp-config.php file and
define( 'WP_AUTH_COOKIE_VERSION', 1 );to the bb-config.php file
After upgarding to wpmu 2.8.1, I read here that I had to delete the line I added to the bb-config.php file. Could that be the problem???
-
AuthorSearch Results