Search Results for 'profile fields'
-
AuthorSearch Results
-
July 5, 2010 at 7:36 am #84268
In reply to: profile management functions
hms3542
MemberHi, sorry for not responding earlier. First thing, thanks for your reply.
Then, by “custom code”, do you mean i’ll need to do something trickier than a plugin for example ? My plan was to manage some new fields in the WP usermeta table, i think that will be enough, am i Wrong ?
Thanks again,
hms.July 4, 2010 at 12:40 pm #84202Sami kamal
Participantto make registration page multilingual you need to copy the register.php from buddypress/bp-default/registration folder to your themes folder and make your changes by replacing the loop :
http://buddypress.pastebin.com/wC4fCkbT
hope this works for anyone interested..
Edit: this makes only the registration page multilingual, but unfortunately it doesn’t translate the member’s profile view and edit fields.. instead they show what you saved in the profile setup fields in the backend.
July 2, 2010 at 2:04 am #83882In reply to: How to filter extended profiles fields editings?
contoaberto
Memberhi, Boone Gorges,
Thank u very much for the info. But I have to confess I’m very much a newbie to understand what I might have done. Would you mind please explain a bit more – maybe in a dummie way?
June 30, 2010 at 8:53 pm #83677In reply to: Profile edit problem
Jonathan Carroll
ParticipantInteresting: I jsut noticed that if I go to the user dashboard, there is amuch more detailed profile, with may fields, this updates and is correctly working. the buddypress user profile is the one throwing the error / redirect. It also only has 1 field “Name”
Any thoughts?
June 29, 2010 at 3:53 pm #83410In reply to: How to filter extended profiles fields editings?
lincme.co.uk
Member@peterverkooijen said; “There is also zero privacy/security in Buddypress”. Care to expand upon that Peter? Our site isn’t ‘open for business’ yet, but when it is our members will expect some privacy, ie., profile stuff set to private and private group posts actually being private. Are you saying it can’t/won’t be properly private?
June 29, 2010 at 3:48 pm #83409In reply to: How to filter extended profiles fields editings?
Boone Gorges
KeymasterActually, it is possible to do this kind of verification. There’s just no UI for it.
Look in buddypress/bp-xprofile/bp-xprofile-classes.php, method BP_XProfile_ProfileData::save(). There is an action hook ‘xprofile_data_before_save’ that happens (you guessed it) before the save. You could hook a custom filtering function to this action and validate your data that way.
June 29, 2010 at 3:33 pm #83407In reply to: How to filter extended profiles fields editings?
peterverkooijen
ParticipantNo, they’re not possible. Xprofile is an underdeveloped mess with low priority in the roadmap. There is also zero privacy/security in Buddypress, so storing social security numbers is asking for trouble.
June 29, 2010 at 1:48 pm #83397In reply to: How to filter extended profiles fields editings?
contoaberto
Member#plz!
June 28, 2010 at 8:45 am #83213In reply to: profile management
lorenzo
Memberthey don’t get to the dashboard by default, but the link appears in the adminbar. from there things are really confusing for people because in the profile from the dashboard you have the default WP profile fields. from the ‘my profile’ they get the fields of buddypress.
now the quick and dirty thing to do would be to remove the dashboard link from the admin bar, but depending on the roles (i.e. editors and admins) it is handy to have the link.
the question is on the buddypress side: why if buddypress is installed the standard link to edit user in the admin panel is not redirected? (i’m guessing that this would be the easiest thing to do, but i have no clue how
June 27, 2010 at 5:32 pm #83119In reply to: Creating a General Forms Plugin for WordPress!
peterverkooijen
ParticipantWould mm forms work?
Buddypress profile fields are not standard WordPress though. They’re in complicated database tables called xprofile, so if you want to integrate it with anything else fuggedaboutit. You’ll need custom coding.
June 26, 2010 at 7:14 pm #82985In reply to: Make your own custom BuddyPress page
Marcio Santos
MemberHey @Travel-Junkie (or anyone who knows the answer to this) where should I paste your code, inside my functions.php (..plugins/buddypress/bp-themes/bp-default/functions.php)file?
If my template file is named bp-gamers.php (in my theme in the profiles folder), what should I rename from your code?
I really just want a blank profile page so that I may hardcode a few fields.Thanks
ps: That functionality you described on your site sounds really cool.. do you have a link?
June 25, 2010 at 9:13 am #82754In reply to: Remove year from birthday on public profiles
kino.tv
MemberWhy dont use this plugin, it allows “permissions” to be set for xprofile fields:
https://wordpress.org/extend/plugins/bp-profile-privacy/Works great!
June 25, 2010 at 5:59 am #82733In reply to: Can a User Create Profile Data After Sign Up?
Paul Wong-Gibbs
KeymasterCreate a new xProfile group in the wordpress dashboard; any fields not in the “Base” group will, by default, not appear on the registration form.
June 25, 2010 at 2:55 am #82719In reply to: Can a User Create Profile Data After Sign Up?
Nick
ParticipantOh I see, so basically I enable all the fields I want in the profile page and then manually remove them from the code in the register.php file is what you’re saying?
June 24, 2010 at 10:24 pm #82660In reply to: Can a User Create Profile Data After Sign Up?
r-a-y
KeymasterThe only requirements for registration are:
-Username
-Email Address
-Password
-Display NameApart from that, set all your other xprofile fields as “not required” on the “BuddyPress > Profile Field Setup” page.
You might have to edit the /registration/register.php template file depending on how much you want to modify the look and feel of the page.
June 24, 2010 at 6:42 pm #82612In reply to: users complaining
peterverkooijen
Participant“There is almost no benefit whatsoever of Friends within BuddyPress …”
Buddypress was supposed to be social networking added to blogging. Friends could form groups and work together in blogs. Friending itself is probably most relevant for internal email. The one thing you need to make that work is beefed up member management beyond default WordPress:
– full real names instead of anonymous meaningless usernames
– extendable, flexible member data fields
– ways to manage member lists
– ways to manage member roles
– ways to manage relations between members
– privacy and security controls on member data
– front-end functionality for members to manage their own profile data
– front-end functionality for members to manage their relationships
– etc.None of these points get the attention they deserve. Again, if you have the three solid elements (1) members (“users”), (2) posts, (3) comments, all the rest is just a matter of displaying the data in different views, including forum view.
The shift in focus from blogging to the old-fashioned bbpress forum structure further derailed the project. Adding social networking to blogging should have been the main focus.
“the best setup is having either Forums or Activity.”
I use neither. I’m trying to structure my custom 1.1.3-based theme around member profiles, blogs and groups with group blogs. My activity stream just reflects what’s happening on the profiles, blogs and groups; it’s not a discussion thread in itself – I think I originally broke the ajax and had to remove reply buttons etc…
June 24, 2010 at 3:18 pm #82580In reply to: profile fields private per field
John James Jacoby
KeymasterYes but it modifies the xprofile database table so you will want to take care when using it. I believe it’s simply titled “XProfile Privacy”
June 22, 2010 at 10:32 pm #82315r-a-y
KeymasterThat error only exists on the xprofile management screen.
Perhaps you’re doing something wrong when setting up your profile fields under “Buddypress > Profile Field Setup”?
June 22, 2010 at 9:58 pm #82308In reply to: How to add social links to user profiles
Nahum
Participant@Psyber yes you can, it can be done with CSS.
I think i’ve even done it before using just CSS and the table classes for those profile fields > tr.field_twitter, tr.field_facebook class and i didn’t even need the snippet above, I think i did that to put icons directly in the profile/public page and the snippet i used in the sidebar.
June 21, 2010 at 10:04 pm #82198In reply to: Importing data from Excel, CSV sheet
Boone Gorges
Keymaster@wordpresschina – Thanks so much for your work on this, and especially for sharing your work on the forum. Very glad you were able to make it (mostly) work.
When I built the plugin, I didn’t make any effort to differentiate between different kinds of profile fields (checkboxes vs radio buttons vs text boxes etc). It’s impossible to get this info merely from the Ning export (at least, the old style CSV export), so it would require prompting the importing admin for each new field. Not impossible, but it required a lot of coding that I didn’t want to do because I wanted to get the dang thing out there so people could use it

I’m hopeful that the upcoming Ning network exporter will produce more robust data that will allow easier, and more fine grained, imports into BP.
Whether that can be expanded to more general CSV imports will always be a tricky issue. Ideally, an importer would be designed to handle a generic import format, so that importers for new formats would only have to convert to this standard format – all the BP-specific stuff would be done with the all-purpose importer. I’m afraid I don’t have the funding to build such a plugin right now, but it will definitely be crucial to the growth of BP as a platform in the months and years to come.
June 21, 2010 at 7:43 pm #82175In reply to: users complaining
gregfielding
Participant“Anyway, BuddyPress just seems a little confused when it comes to it’s ideas around Friends, Followers and Members. It feels like an odd mix of Twitter (wide open) and Facebook (walled off).”
I’ve had an active BP Site of about 400 real-world members for 6+ months or so now and I can report back that very few people are actually using the BP functions. It’s not clear exactly what they are supposed to do and how it would benefit them. Twitter is intuitive, Facebook is semi-intuitive. BP, not so much.
Considering that wordpress is first and foremost a blogging platform, core BP should do three things well:1) Enhance members’ blogs (vs. an mu-only environment) and 2) Encourage interaction between members, and 3) Make members and their activities easy to find. BP is struggling with these basic objectives.
Regarding blogs, it is intuitive that members should be able to post from the front-end (One Quick Post is nearly ready). It is critical that sub-blog posts would show up in search results, but they don’t. And, it’s intuitive that you should be able to easily find relevant blogs (link tumblr), but you can’t. BP should make members’ blogs more visible, but it really doesn’t…at least not in an intuitive way. As a result, my members that joined primarily to blog (which is most of them), have little or no use for BP.
SOLUTIONS: Make sub-blog posts show up in search results. Apply xprofile fields to blogs and make them sortable. Create a front-end dashboard – I don’t think users should have to go to a dashboard with BP. Create a core-function to showcase sub-blog posts (then let the plugin devs apply slideshows, etc.)
Regarding interaction between members, BP tries a lot of things, misses the mark on some critical elements. Group-only forums are simply not intuitive. Regardless of where you stand on the issue, the fact that it’s been such a hot topic since 1.2 came out proves this point. The activity stream has merit, but is confusing for a lot of users. I have people posting “updates” who think they are posting blog posts or starting forum threads (perhaps is should be read-only?). Friending is fine, but doesn’t provide many obvious benefits beyond sorting your stream. Same with following. Groups are great, but without a solid core of features, groups don’t do much. (even here, they aren’t used much beyond forced-joining for forums). There should be an “events” element in the core.
Most importantly, it’s very difficult to keep track of things…try and find an old discussion thread on this site!…I’ve added a trac ticket to make anything (blogs, comments, members, discussions, etc.) “Followable”, allowing you to keep track of stuff. There should be a simple “Stuff I’m Following” button where you can keep organized.
SOLUTIONS: Enable a read-only option for the activity stream. Add hooks to “Follow” anything and make a “Stuff I’m Following” button. Allow forums without groups. Build Events into the core. Build more basic group functions (like group blogs, group email subscriptions, and invitations) into the core.
Lastly, I’m getting complaints and feedback about the ability for members to be found. Searchable, sortable, xprofile fields are a critial core component that is just plain absent. I run a real estate community. People intuitively-expect to be able to find a real estate expert in their geography…good luck. It’s virtually-impossible. Moreover, this is how, in more other communities, you can find people to network with. How can this basic element be missing?
SOLUTIONS: get xprofile fields working for members, groups, blogs, etc. Consider creating sub-fields as well.
If you can’t find or be found, your blog doesn’t get any extra exposure (actually it gets penalized for posts not being found in search results), friends and following provide no great benefit, and forums are too confusing to use, then it’s hard to justify joining the community.
I can’t say for sure that an MU blogging community is better with BP. I can’t say that a bbpress community is better with BP. And without these basic intuitive basic functions working right, it’s hard to make a case that BP is a great “community” platform.
I’m using it and hoping for the best, but my 400 members so far aren’t too impressed.
June 20, 2010 at 2:11 pm #82034In reply to: How to filter extended profiles fields editings?
contoaberto
Member#help! please!
June 15, 2010 at 4:31 pm #81560In reply to: CoSign single sign on
Roger Coathup
Participant@DJPaul – thanks for the feedback… we’ll see what happens.
I didn’t know if there were any ‘obvious’ mods that BP was doing to standard WP sign in (e.g. in the front end sign in, rather than via wp-admin, or in mapping user ids to all the enhanced profile fields), that raised warning flags.
June 12, 2010 at 11:00 pm #81394In reply to: Bug: Register Still Skips Required Fields
Philo Hagen
ParticipantSpammers target all social networks. They literally overran an elgg site I have and I’m rebuilding with WP/BP. A few still get through with the latest BP and anti-spam and custom profile fields, not a lot, two or three a day, but that’s nothing. I found about 600 in my first month in my users that never made it to the surface. As for the few that did, having a couple fill in custom profile fields is really helpful. The bots that do sneak through fill those two spots with gibberish, in my case age and location, so it’s easy to identify spam members.
June 12, 2010 at 10:25 pm #81391In reply to: Register required fields problem
latinosamorir
ParticipantThanks. However, I just upgraded to buddypress 1.2.4.1 and it works, however, I have multiple “Groups” in the xprofile field and it only requires the “Base” group to be filled. Any way to show all group fields at sign-up?
Thanks
-
AuthorSearch Results