Search Results for 'profile fields'
-
AuthorSearch Results
-
August 20, 2011 at 2:39 am #118765
modemlooper
Moderatortype=”checkbox”
When I’m done with next version of BP mobile I’m creating a plugin that does what the profile fields does
August 19, 2011 at 9:09 am #1187264ella
ParticipantFor displaying member profiles fields I use this code in member-header.php:
php if ( $data = bp_get_profile_field_data( ‘field=State’ ) ) :State/Region: php echo $dataphp endif
(the code will be broken because I have forget how to insert the code on this site)
How can we display group custom fields in group-header.php?August 19, 2011 at 9:03 am #1187254ella
ParticipantFor displaying member profiles fields I use this code in member-header.php:
State/Region:How can we display group custom fields in group-header.php?
August 17, 2011 at 3:38 am #118599modemlooper
Moderatoroops, missing global. Making this into a plugin but might need some help. i’ll post it on git hub. Think we need same extra field functionality as profiles
`function group_details_markup() {
global $bp, $wpdb;`August 16, 2011 at 11:11 pm #118567In reply to: What does “Base profile group name” mean?
modemlooper
ModeratorYou can specify profile field groups like links or interests. The default group of fields is called Base but you can change it to something like info or about
August 16, 2011 at 10:10 pm #118555In reply to: Quick buddypress plugin question
Stigmartyr
Member@Stigmartyr – no need to thank me, Paul did the heavy lifting.
I’m not 100% sure but I don’t think that any tables get created when a new group is made, rather the existing tables are populated. Usually any tables to be are created are done initially when the mod is first installed.
If you’re trying to add more fields to the group profile like Paul said: you probably want to make a plugin that does this. Unfortunately like you I’m merely dangerous with php.
August 14, 2011 at 4:24 pm #118418In reply to: french date in profile fields
Paul Wong-Gibbs
KeymasterOh, that should be working. At least, I know it does in the latest version (1.5). We use 1.5 on this site, and I got an email and a notification (in admin bar) from you
August 14, 2011 at 4:19 pm #118417In reply to: french date in profile fields
August 14, 2011 at 12:59 am #118388Prince Abiola Ogundipe
Participant@alfredojp, thanks for your input, i know i can use that code to get some profile field but if you read my post you will know that what am trying to achieve is more than just profile field.
thanks anyways
August 13, 2011 at 9:20 pm #118353alfredojp
ParticipantTry this:
`<?php
bp_profile_field_data( ‘field=Country’ );?>`
August 13, 2011 at 4:27 pm #118342Prince Abiola Ogundipe
Participant@uloga,or can someone please help me look at this code to know if something is wrong, have tried it and everything seems ok if the member did not add the “country field” as it shows the link and take you to the edit page, but immediately you input the field “Country” e.g “UK” and save, it breaks both Admin bar and the Sidebar. please someone help.
August 13, 2011 at 2:50 am #118314In reply to: Can I fix formatting issues in the profile fields?
modemlooper
ModeratorYou need to provide a bit more info about what version of BP and browser
August 12, 2011 at 1:27 am #118241In reply to: french date in profile fields
drhoussem
Memberespecially when they are mentioned in forums
August 12, 2011 at 1:26 am #118240In reply to: french date in profile fields
drhoussem
MemberOK! Sorry for my bad english :$
I think in buddypress 1.2.8 members didn’t receive notification (in admin bar) when another member mention them!? I would that members receive that notification.August 11, 2011 at 7:24 pm #118220In reply to: french date in profile fields
Paul Wong-Gibbs
KeymasterI don’t understand what you mean
August 10, 2011 at 11:30 pm #118173In reply to: ADD Profile Fields
archonic
ParticipantI had extended profiles turned off in the BP component settings. My bad! An off day indeed.
August 10, 2011 at 10:33 pm #118170gregfielding
ParticipantHere’s a link to a page that shows the “Property Search” headline when I don’t want it to…
http://housingstorm.com/prualliancerlty/August 10, 2011 at 4:55 pm #118144In reply to: BuddyPress 1.5 user fullname save/show errors
juanmaguerrero
ParticipantI found what’s triggering the Issue. I had changed the names of the profile fields from the admin menu (which should not break this anyway
). Changed the Profile Field Group “Base” and the default input “Name” for “Info” and “Full Name” respectively. That broke the saving data system.Hope the core developers cant fix this, thanks!
August 10, 2011 at 6:50 am #118117In reply to: Chain selection in profiles fields
Paul Wong-Gibbs
KeymasterPlease be patient. No, I’ve not seen any customisations of the profile fields that work like this. You’d probably have to hire a developer to build it for you.
August 10, 2011 at 4:34 am #118111In reply to: Profile rating system
embergermedia
Member@christophg Sorry for the delay in getting the registration/profile idea to you. Here is what I do:
I use S2member to keep my customers and brands separate. I then created a new profile group called “Company Profile”. I made this the last profile group. I then added the following code to the file:
members/single/profile/edit.php`
<?php if (S2MEMBER_CURRENT_USER_ACCESS_LEVELul.menu li:last-child{display:none;}
.company-profile{display:none;}`
The above code hides the profile group on the edit menu from users below level 2, my brand level. And it also hides the profile group edit fields from anyone below level two. In case the menu item shows for some reason. And, unfortunately, this will not hide the menu item from users in IE 8 and below. But it WILL hide the profile group from them.
I tried using jquery to affect last-child in IE. Although I can get the jq to work on a test page on IE, it won’t work on the menu item… not sure why.
Next, my brands all belong to a private group, and I use a group conditional script to show the brands profile info front and center on their profile page with custom styling. This allows the brand members only to have a slick looking page that is different from regular consumer pages.
`
`
Let me know if you need anything else. Or if something doesn’t make sense.
August 10, 2011 at 4:13 am #118110In reply to: Chain selection in profiles fields
gen385
MemberAnybody
?August 10, 2011 at 4:13 am #118109In reply to: Chain selection in profiles fields
gen385
MemberAnybody
?August 9, 2011 at 11:49 pm #118092In reply to: french date in profile fields
drhoussem
Member@djpaul Thank you very much I’ve fixed the problem

I take the occasion of your presence here to ask you how to set mention notification in admin bar and if it is fixed in bp 1.5 give me the code because I wouldn’t update my website so far..August 9, 2011 at 6:08 pm #118076In reply to: french date in profile fields
Paul Wong-Gibbs
KeymasterThis has been addressed in BuddyPress 1.5; see how we did it — https://buddypress.trac.wordpress.org/browser/trunk/bp-core/bp-core-template.php#L166
August 9, 2011 at 5:02 pm #118070In reply to: french date in profile fields
-
AuthorSearch Results