Search Results for 'profile fields'
-
AuthorSearch Results
-
May 9, 2011 at 12:32 am #111889
In reply to: Php code to show custom profile fields
@mercime
ParticipantMay 9, 2011 at 12:08 am #1118874ella
Participantplease do that !! –
with some explanation or some possibility how to get the content below that Tab or sub Tab (text , images ) the best should be some self creating custom fields form on the EDIT subnav page ( and the content on the publishes part – the similar process how profile EDIT and PUBLIC subnav Tabs works .May 8, 2011 at 7:05 pm #111873In reply to: Multiple Profile Group Fields in Registration
candy2012
Memberhmm … I am afraid that plugin does smth. else, namely automatically registering a new user to a group, but what we meant here were the registration fields from xprofile.
Actually, I figured out a way to have them displayed, although there’s a lot of css fun you’ll have afterwords

In register.php you should look for this
“and replace with this
“This will display all the fields, but you’ll still miss the Title of each group.
To get that displayed, you can do this:
Look for
“and just above it place this: `
`
That should do the trick.
It’s a dirty hack from a no-programmer, so please do not criticize. As anyone can notice, no programmer / developer ever cared to offer any help with this.
Actually very annoying that no one frm the development team ever thought about it, leave alone giving a hand here …Hope you’ll find the trick useful though
May 8, 2011 at 3:58 am #111846In reply to: Multiple Profile Group Fields in Registration
JessicaKay
MemberI think this should help https://buddypress.org/community/groups/buddypress-registration-groups-1/
May 8, 2011 at 2:23 am #111839In reply to: Multiple Profile Group Fields in Registration
candy2012
MemberAnyone managed to come up with a solution to this?
It’s a bit lack of logic to allow fields to be set as required in the backend but never show them to the user when registering … what kind of required fields are they than?Thank you!
May 8, 2011 at 1:53 am #111836In reply to: profile field setup question
candy2012
MemberI have the same problem – latest BP / WP (3.1.2) versions installed. Fact is that in the buddypress “Profile Field Setup” you are allowed to create different groups of fields and set for each field if it’s required or not.
BUT, all fields other than those from the 1st group are NOT considered in the registration process!
The email is apparently sent once the user completed only the 1 step, and it just stops after asking the user to upload a photo.So basically, the extra group fields (no matter how “required” they might be) are fully IGNOFRED in the registration process!
Anyone please help?
This is a buggyThank you!
May 5, 2011 at 7:07 pm #111649In reply to: xprofile fields display backslash before ‘
May 5, 2011 at 6:00 pm #111646In reply to: xprofile fields display backslash before ‘
Hugo Ashmore
ParticipantIt should have been handled by something like stripslashes when redisplaying. The backslash is an escape character to prevent the ‘ being seen as part of the script syntax and tripping things up or entering characters into the DB that could be mischievous.
You don’t say what versions of things you are running but if latest you might want to enter a bug ticket on the trac system using your BP login credentials.
May 4, 2011 at 11:05 am #111568In reply to: Searching members by custom profile fields…
mistercyril
ParticipantHello shanebp,
This worked out great!
Thank you very much for the info.
Best,
C.May 2, 2011 at 10:45 pm #111491In reply to: Profile Field selectbox bulk import?
4ella
ParticipantI need this xprofile fields import for dropdown menu too, I have many fields to import with big list of options , but this solution above looks like less work by editing it in buddypress one by one –
, does someone knows better and a little bit more painless ?May 2, 2011 at 5:03 am #111462In reply to: calling specific profile fields individually
4ella
ParticipantHi , I have the same problem with checkboxes like in the post on the first page , I get weird stuff , I am using on member-header.php this simple code :
`Birth:`
for normal entry it works but datepicker data and checkboxes data are giving me nonsenses . Can anybody help me to find a code to get normal value from checkboxes ? dirty code above I don’t see anymore – old post –
thanks !April 28, 2011 at 6:46 am #111229r-a-y
KeymasterApril 27, 2011 at 3:05 pm #111155Walid
ParticipantIs it impossible then to get rid of this links?
April 26, 2011 at 12:42 am #111011April 25, 2011 at 12:01 am #110900In reply to: Showing profile fields outside of profile
embergermedia
MemberThanks again for the answer. But I have the following problems:
The echo displays the group members user id for each member (the actual number) But the profile field that I am trying to display is showing that of the members page I am on, not the group members.I replaced :
‘user_id’ => bp_displayed_user_id()with:
‘user_id’ => bp_group_member_id()
So the output I get is such:
Group Members Name (correct per my use of the group member loop)
47 ( the bp_group_member_id) (this is the correct user id, but I don’t want that displayed)
Displayed users profile field (incorrect- this should be the profile field of the Group member in the list)Thanks!
April 24, 2011 at 6:10 pm #110876In reply to: Showing profile fields outside of profile
r-a-y
KeymasterThis should give you some tips:
https://buddypress.org/community/groups/creating-extending/forum/topic/get-buddypress-profile-field-valueApril 24, 2011 at 6:08 pm #110875In reply to: Searching members by custom profile fields…
shanebp
ModeratorThis can search on custom profile fields
http://www.blogsweek.com/category/bp-profile-search/April 24, 2011 at 8:10 am #110855Brandon Allen
ParticipantOne option is to do as @embergermedia stated. To catch everyone, you could hook in a profile edit action and check to see if all the fields you require have been completed. If they have, then you could add something in their usermeta saying they’ve completed everything. Then you could hook into bp_init, check that usermeta field, and if you don’t get the correct response, then you can redirect them to their profile, or display an error telling them they need to complete their profile. However, as both @embergermedia and @brooker said, it wouldn’t be the most user friendly way to go.
April 23, 2011 at 12:25 am #110754chrisjscott
ParticipantGot it – thanks for the direction.
April 22, 2011 at 11:01 pm #110746Brandon Allen
ParticipantIt’s still the same answer. There is a way, but it would take code. You would need to use hooks from the AD Intergration plugin and hooks/functions from BP to handle this. The reason I said talk to the plugin author is because you might be able to request the the plugin author adds this as a feature.
April 22, 2011 at 10:29 pm #110744chrisjscott
ParticipantI figured it’d be a BP thing, as the AD Integration plug-in is BP-agnostic and it works correctly w/ WordPress (as proven by the fact that the user accounts are populated).
In light of that, maybe I should rephrase the question to ask if there’s a way that BP could read more than shortname from the WordPress user account when creating the account profile.
April 22, 2011 at 9:47 pm #110743Brandon Allen
ParticipantThat would be something to ask the authors of the AD Integration plugin, but I would suspect that you would need to use a plugin provided hook, and the write you’re own custom function to do this.
April 21, 2011 at 8:01 am #110677In reply to: In Profile fields
pelikan79
ParticipantHi,
Under profile field group i have name permanently in there. Is there a way that I can remove that field?
thank you.
April 20, 2011 at 1:16 am #110608nanchante
ParticipantThis would be a great plugin. Anyone created it? Especially useful for getting people to enter location details for mapping.
April 18, 2011 at 8:13 pm #110516In reply to: restructuring profile fields from Table to DIVs
mabjustmab
ParticipantI just checked with the suggested edits and it does in fact appear that my edits are not loading.
what is going on? how do I push loop edits out? -
AuthorSearch Results