Search Results for 'profile fields'
-
AuthorSearch Results
-
March 8, 2012 at 10:18 pm #131058
In reply to: profile fields already filled in?
Lesley Austin
MemberJust posting again, hoping someone can help with this issue (see above).
March 8, 2012 at 9:54 pm #131057In reply to: Error editing profile fields
viktor89
MemberI don’t really know how to figure out if they’ve been loaded or not
Should I just read it in with my theme to be sure, or will a double load of j-crop crash things?March 6, 2012 at 5:42 am #130936In reply to: Customizing the Registration page
@mercime
ParticipantDashboard menu BuddyPress > Profile Fields.
Note that any fields in the “Base” group will appear on the signup page == registration page. So create another xprofile group for the fields which could be answered at a later date.March 5, 2012 at 5:30 pm #130911ajshanahan
ParticipantSorry to bump, but if anyone has any idea about where this code lives then I’m happy enough to snip the bits out of it!
March 1, 2012 at 8:43 pm #130725In reply to: Buddypress Profiles
trinityr
MemberI use a combination of xprofile and BuddyPress Profile Privacy. Granted this does not automatically create new ‘tabs’ it does allow you to separate Profile Fields into Groups and give the user control of who has access to what. I have a separate group for Social Networks. This allows the user to enter their social network information. Facebook Profile, Twitter, MSN, AIM, etc. This Social Network ‘group’ is displayed below the user’s other profile information.
March 1, 2012 at 4:58 pm #130708In reply to: Custom Sign-up Form
RobFenech
ParticipantAdding them isn’t a problem at all, (although I am sure you know this, sorry if I am being over-simple) you just go to the dashboard, go to buddypress -> profile fields and then add the ones you want in there. You’d need to create a hook into the sign-up process to then restrict the sign-up based on age though, which becomes more complex
March 1, 2012 at 2:32 pm #130698Tux Kapono
Participantaces, that’s a good option, but many simply don’t even want to have to adjust their settings to hide what they view as very private data, and many won’t even check until they get someone telling them, “Hey, did you know a lot of your private data is showing on your profile?” By then, trust is lost, often permanently.
March 1, 2012 at 2:29 pm #130697Tux Kapono
ParticipantHere’s what my developer came up with, though I sure would prefer this solution in the long term: http://csplacemaking.com/images/profile-questions.png. I can’t understand why anyone would be OK with their birthdate publicly displayed. Anyway it’s a hack, but it works…
She put it in the CSS file, and you have to know the numeric field IDs. Scroll to the end of the themes/[your theme, in my case, Tachyon from Rocketthemes]/css/template.css file and adjust the following code:
.controlwidget {display: inline-block; float: left;margin-left: 1px;}
html body table.profile-fields tr.field_3, html body table.profile-fields tr.field_3 * { display: none !important; }
html body table.profile-fields tr.field_2, html body table.profile-fields tr.field_2 * { display: none !important; }
html body table.profile-fields tr.field_15, html body table.profile-fields tr.field_15 * { display: none !important; }February 29, 2012 at 8:25 pm #130673In reply to: Multiple Account Types
jaimebib
Participant@dtay1985 , yeah I just tried it but I dont get how you get the additional profile fields that are unique, dependant on which user type that chosen..
February 29, 2012 at 7:31 am #130640Paul Wong-Gibbs
KeymasterBy default, BP has only that ‘name’ profile field. All BuddyPress profile fields are separate and distinct from any field in the WP user profile. For example, creating a field in BP called ‘biography’ won’t have any link or relation to the WP profile field of the same name.
The “profile syncing” option in BP, I believe, only tries to take your BP profile field ‘Name’, and separating on a space, populate WP profile’s First name, Last name, and Display Name fields.
February 28, 2012 at 10:14 pm #130621kuching
Participantis this the issue I’m experiencing?
https://buddypress.trac.wordpress.org/ticket/3725
looks like fixed in 1.6, is it?
February 26, 2012 at 4:21 pm #130482In reply to: Error editing profile fields
ORyanMcentire
MemberMy crop tool wasn’t working and it ended up being an error with the way I had enqueued the scripts and a JS error. After upload I was just seeing two versions of the image I had uploaded but no crop tool and nothing was interactive.
Be sure that jquery and jcrop are actually being called.
And check out those type errors. It could be stoping JS on those breaks.I had wp-activate-users installed and there was a big typo in the JS that ended up being my main culprit for breaking a few other things as well.
February 26, 2012 at 1:55 pm #130477In reply to: Error editing profile fields
viktor89
Memberbump
February 24, 2012 at 5:11 pm #130402In reply to: HobokenMommies.com
RonVaradero
Participantdont look lke a buddypress driven site! specialy he profile fields!
February 24, 2012 at 3:26 pm #130388In reply to: Custom Profile Groups/Fields Not Showing
Boone Gorges
KeymasterI’m a bit unclear on the use of the word ‘groups’ here (BP is not entirely clear either). There are ‘profile field groups’, which are groupings of profile fields, and then there are Groups. You’re talking about profile field groups, right?
Note that profile fields will only show up on a user’s profile if the user has filled in some data for that field. So if you’ve added new fields, they won’t show up on a user’s public profile until they have filled something in.
February 24, 2012 at 12:46 pm #130378Boone Gorges
KeymasterHi @takuya and @cyrille13 – Sorry for some of the miscommunications above. It was only after seeing the linked bug report that I was able recognize that what you were reporting was actually an instance of https://buddypress.trac.wordpress.org/ticket/3725, which we’ve known about for a while, but which was very difficult to track down. (See https://buddypress.trac.wordpress.org/ticket/3725#comment:7 for all the gory details.) It has been fixed for the next version of BP. In the meantime, you can fix your installation either by manually applying https://buddypress.trac.wordpress.org/changeset/5778, or by doing what @cyrille13 suggests: changing the name of your Full Name profile field at Dashboard > BuddyPress > Profile Fields.
Thanks for your patience.
February 24, 2012 at 2:45 am #130352In reply to: Basic HTML tags in text area bp-xprofile fields
macbookjim
MemberI looked at adding some $xprofile_allowedtags into the bp-xprofile-filters.php file. No luck with that either yet. Must be something else.
February 24, 2012 at 2:10 am #130350In reply to: Basic HTML tags in text area bp-xprofile fields
yadigit
ParticipantI’ve been searching for an answer myself for awhile.. I kinda gave up on it but still was able to put
“ in the css in home.php and created divs and allowed the users to change the size, color, ect of their profile.February 21, 2012 at 11:14 pm #130244mysmallbizu
ParticipantMy apologies
February 21, 2012 at 11:09 pm #130242aces
Participant@mysmallbizu
Please don’t hijack another thread with a different problem. It would be better start a new topic!February 21, 2012 at 11:07 pm #130243mysmallbizu
ParticipantIs there a way to isolate the notifications from the other profile settings?
I’m using amember V4 to manage registration and subscriptions everything is working correctly except for 1 thing… The “settings” menu in the subscribers user profile goes to a blank white page “404” is the error I get.
for example…http://www.mysmallbizu.com/directory/subscribersusername/settings/
The other issue is that because amember is handling the login and registration/ username and password etc. I’d only like the user to be able to edit their notifications from this menu… Not their U and P: is there a way to do this?
February 21, 2012 at 11:04 pm #130240aces
ParticipantUntil then couldn’t you use https://buddypress.org/community/groups/buddypress-profile-privacy/home/
February 21, 2012 at 10:27 pm #130236Paul Wong-Gibbs
KeymasterIn BP 1.6, we’ve added profile field visibility (privacy); ‘anyone’, ‘logged in users’, ‘my friends’. Try it out on testbp.org when you edit your profile. Not quite what you’ve asked for, but it should open up a new range of possibilities for plugin authors to filter things further.
February 21, 2012 at 9:38 pm #130233Hugo Ashmore
ParticipantNo such thing sadly; you could ensure the fields are in a specific group of their own and then wrap that in a if is_admin check so only admins can read, if you are creating a theme for general use and wouldn’t know the field names then you may need to write a function of some description with dashboard option settings to manage things or check what BP plugins are available in the ‘privacy’ genre and see if they offer any greater control.
February 21, 2012 at 8:32 pm #130228Tux Kapono
ParticipantActually, I did. She was wondering if there were more obvious solutions than what she could think of. Though she mentioned that the listed solution only works if you don’t ever have a different field name.
Attached is a screenshot of what I really was hoping BuddyPress would have, a standard Ning feature, which allows you to select ‘private’, so the answer will only be visible to you and other administrators: http://csplacemaking.com/images/profile-questions.png. This is the ideal solution.
-
AuthorSearch Results