Search Results for 'profile fields'
-
AuthorSearch Results
-
April 3, 2011 at 2:23 am #109427
In reply to: Looking for feedback on our tweaked Profile Pages
gregfielding
ParticipantThanks for that. white-space:normal; helps with my x-axis fields and it works perfectly.
Now, however, I am trying to limit the height of my “about me” field. I’m using max-height:400px; but white-space causes the browsers to ignore the limit. What I really want is: white-space:normal; max-height: 400px; overflow-y:auto; but firefox is the only one that shows it properly. The others all revert to scroll bars, even safari.
Ugh.
April 1, 2011 at 9:31 pm #109335In reply to: Multiple Profile Group Fields in Registration
christophg
MemberI have the same question as well. I have created a couple more field groups in Buddypress profile fields section on the dash. Alas, none but the base group shows up in registration. Any help on how to get around this would be fantastic!
March 29, 2011 at 2:56 am #109004In reply to: dynamically create new sets of profile fields
nanchante
ParticipantDid this ever get off the ground?
March 29, 2011 at 1:09 am #108999In reply to: Adding multiple profiles per member
nanchante
ParticipantMarch 28, 2011 at 4:07 pm #108948In reply to: Hiding empty xProfile fields in member-header.php
Hugo Ashmore
Participant*puzzled* I contributed to some and have used various approaches of my own all post dating 1.1 or the transition to the 1.2 stream, but yes guess some are a little complicated but then BP isn’t that simple a thing to code for requiring as it does a little more than basic knowledge.
March 28, 2011 at 2:30 pm #108935In reply to: Hiding empty xProfile fields in member-header.php
Bowe
Participanthnl: Yep.. I did that.. but they where all old and did not use the BP 1.2 method of displaying the profile fields and seemed to add a a lot of extra unneeded parameters to the snippet. Hopefully it’ll be easier for php noobs to find and implement now
March 28, 2011 at 2:23 pm #108931In reply to: Hiding empty xProfile fields in member-header.php
Hugo Ashmore
ParticipantA search of the forum would have thrown up a few posts on this subject that have this and alternative examples.
March 28, 2011 at 2:02 pm #108928In reply to: Hiding empty xProfile fields in member-header.php
Bowe
ParticipantYou can read the post here:
http://bp-tricks.com/snippets/displaying-certain-profile-fields-on-your-members-profile-page/
March 28, 2011 at 1:26 pm #108926In reply to: Hiding empty xProfile fields in member-header.php
Boone Gorges
KeymasterSweet!
March 28, 2011 at 1:23 pm #108925In reply to: Hiding empty xProfile fields in member-header.php
Bowe
ParticipantWorks absolutely perfect Boone.. I’ll put it up on BP-Tricks as well.. this is useful stuff! Thanks!
March 28, 2011 at 12:53 pm #108922In reply to: Hiding empty xProfile fields in member-header.php
Boone Gorges
KeymasterProbably the most efficient way is to do something like this (not beautiful to put in a template file, but functional and lean):
`
Occupation:`
March 23, 2011 at 6:02 pm #108558In reply to: Zebra styling Profile Page
ultimateuser
Participant@r-a-y – Ok but they are basically the non-required fields members leave blank when registering.
I’d like to apply the second patch as well but then I come back to my initial question:
“I do not have the file bp-xprofile-template.php on my server. Although I do have bp-xprofile-templatetags.php?”
Can you also include a link to the entire amended file I need to use?
March 18, 2011 at 7:21 pm #108182In reply to: Custom fields for BP groups?
Youraj Pawar
ParticipantI strongly feel using this documentation you can achieve what you want.
https://codex.buddypress.org/developer-docs/group-extension-api/And this should help you with manipulating navigation items in group , renaming them or removing them. (At midway of page)
http://themekraft.com/2011/02/customize-profile-and-group-menus-in-buddypress/And this for custom fields (Not sure how much this will help for groups)
http://wparena.com/how-to/the-power-of-wordpress-custom-fields/bye
March 16, 2011 at 1:05 pm #107969noizeburger
ParticipantHave you tested the solution I’ve mentioned? Just for your interest: I set up a naked wp 3.1. (single) with buddypress 1.2.8, BuddyPress xProfiles ACL, Capability Manager and WP Roles at Registration – works like a charm and requires no coding by hand.
March 15, 2011 at 8:45 am #107849noizeburger
ParticipantPS: I often think about switching to single installation of wp, your combination of plugins would be the only one working, as described by the author of the stuff in my links. So I don’t have to think about switching again.
March 15, 2011 at 8:43 am #107848noizeburger
ParticipantMaybe you should try this solution: works for wp3.1 multisite, also there are hints when working with single-site. I have it working on my multisite (but with the old code example).
The first link shows you how to make a selection for roles at signup: http://cleverness.org/2011/01/27/updated-buddypress-user-roles-code/
The second link is for the setup of which profilegroups (fieldgroups) are shown on certain roles: http://cleverness.org/2010/10/13/user-types-in-buddypress-assign-xprofile-groups/Give it a try, it works for me.
March 15, 2011 at 3:20 am #107833In reply to: bp_get_the_profile_field_input_name() field name?
Virtuali
Participantbp_get_the_profile_field_input_name() just gets you what they have imputed in the name. As easily read by the statement.
Why are you trying to input in the file? Just go to your admin section of buddypress, and add “Country” as a new text box for the form.
Unless your trying to put it in core fields?
P.S, for future, check this out: Rich has a Great Directory for other Action Hooks, just like above: http://etivite.com/groups/buddypress/hooks/search/component/?c=bp-core
March 11, 2011 at 5:05 pm #107550just2izy
MemberI am also having a similar error and Yes @djpaul it is the same Lines. I am also using custom fields but I have 3 groups, the group having the problem has only checkboxes and is a required field.
`
Warning: trim() expects parameter 1 to be string, array given in C:xampphtdocsashantibar.orgwp-contentpluginsbuddypressbp-xprofile.php on line 717Warning: Cannot modify header information – headers already sent by (output started at C:xampphtdocsashantibar.orgwp-contentpluginsbuddypressbp-xprofile.php:717) in C:xampphtdocsashantibar.orgwp-includespluggable.php on line 897
`March 11, 2011 at 2:53 pm #107538Hugo Ashmore
ParticipantBuddyPress users are essentially WP users there’s no separation and in this and other respects BP is a plugin running under WP and thus using aspects of WP such as users/signups
Buddypress has extended profiles that can be set in the dashboard under the BP menu there you can add new fields to the base group (base group fields are displayed on the initial signup page) or create new filed groups for anything you like and those will be displayed on the users profile screens and accessed under ‘edit profile’ by the user to complete.
As an admin you are very limited as to what you can set on a users profile, basically being restricted to the capabilities under the WP dashboard ‘users’ and ‘add users’
March 10, 2011 at 8:13 am #107382In reply to: How on earth did I do this?
Paul Wong-Gibbs
KeymasterBy default, all profile fields which you’ve put into the first (default) profile field group will appear on the registration template.
March 9, 2011 at 6:36 pm #107325maesutsuro
MemberDid you proceed with it? I need the same thing but i’m unfortunately not good at coding
March 7, 2011 at 1:36 am #107015In reply to: How do I add a menu item on the profile page?
Virtuali
ParticipantJust creating new profile page category from my understanding??? Just to go your buddypress admin page under profile setup and create new fields there, no need to hook anything.
P.S, why on your activity page is the header content below the avatar? Go into your theme’s CSS file and remove
`div#item-header div#item-header-content {
float:left;
}`To clear things up, it should look a-lot nicer.
March 5, 2011 at 9:15 am #106883In reply to: Purely Genius Way to Add Custom Profile Fields
Hugo Ashmore
ParticipantIt’s a syntax error so you need to examine the line it’s referring to and check and correct the syntax php met an unexpected double quote mark and seems to be suggesting there ought to have been an ) closing parentheses. this is an extremely old post you have dragged up and I would expect this plugin/code to necessarily work given the version updates to BP since this was written.
btw editing core files in this manner is not advised really, if it’s a filter it ought to be written to a functions.php file living in a child theme
March 5, 2011 at 8:46 am #106880In reply to: Purely Genius Way to Add Custom Profile Fields
richiedupe
MemberHello, Im pretty new to php and i pasted the custom profile code into my bp-xprofile-filters.php file, and it killed my site, i just get the error: Parse error: syntax error, unexpected ‘”‘, expecting ‘)’ in /home/richied/plainprofile.com/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-filters.php on line 158
i tried deleting and re-installing buddypress but im still getting it! site url is: plainprofile.com
Any help would be HUGELY appreciated!!!!
March 4, 2011 at 7:04 pm #106824jakeL
MemberI am definitely interested in this too. Taking it a step further, it would be nice to make users complete a full profile for the site after logging in through Facebook. Right now the WP-FB-autoconnect works great, creates the user and logs them in – but then it brings them back to the homepage without filling out the rest of their profile.
When you create an account in BP without logging in through facebook, the BP registration page asks users to complete all the required and optional fields in the profile – but I haven’t found a way to do this with Facebook, it just gives them a user name and logs them in. So I think what would need to happen is that after the facebook connect, the registration process isn’t complete – it points them back to the BP registration page (or something like it) where they can finish entering other required and optional fields.
Any ideas on how this might work?
A workaround might be that on the *first* login only, the user is redirected to the edit profile page, and on subsequent logins they’re redirected to the homepage and logged in normally.
-
AuthorSearch Results