Search Results for 'profile fields'
-
AuthorSearch Results
-
August 14, 2011 at 4:19 pm #118417
In 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
August 9, 2011 at 4:00 pm #118065lwaltzer
ParticipantFixed:
`
function DisplayedUserEmail() {
global $bp;
echo ‘‘ . ‘‘ . ‘
‘ . ‘Email Address: ‘ . ‘ ‘ . ‘
‘ . $bp->displayed_user->userdata->user_email . ‘ ‘ . ‘
‘ . ‘
‘;
}add_action( ‘bp_after_profile_field_content’, ‘DisplayedUserEmail’ );
`August 9, 2011 at 7:29 am #118046In reply to: Is there a way to allow for HTML in profile fields?
modemlooper
ModeratorCould present a security risk unless you only allow specific code
August 5, 2011 at 7:58 am #117767In reply to: How to use Group Extension API
4ella
ParticipantI agree with @modemlooper, there’s no need for a plugin if it will be implemented in core(hope it will run quicker), group’s fields is very important feature and I think that for many users who use groups as company & venue’s descriptions like me also much more important than profile fields. If not I hope @slaffik will finish his great work on it globally.
August 5, 2011 at 7:54 am #117765Micheal Kennedy
ParticipantBP should definitely have them in core, just like they do for profile fields.
August 5, 2011 at 7:34 am #117762In reply to: How to use Group Extension API
Micheal Kennedy
ParticipantBP should definitely have this in core – just like like they do for Profile fields.
August 3, 2011 at 5:51 pm #117540Tammie Lister
ModeratorYou’d probably be looking at profile fields. Here are some starting points:
http://bp-tricks.com/snippets/displaying-certain-profile-fields-on-your-members-profile-page/
August 3, 2011 at 2:05 pm #117520In reply to: Suggested Posts Plugin (for Multisite Preferably)
Nahum
Participant@r-a-y I have something working but it’s real dirty looking… wondering if someone sees this and can offer a much neater way of going about this. maybe it will inspire someone to make an advanced plugin because this is a very interesting function of xprofile fields driving the content received by members i would think.
`
<?php global $bp;
if (bp_has_members(‘include=’.$bp->loggedin_user->id)):
while ( bp_members() ) : bp_the_member();
$suggestions = bp_get_member_profile_data( ‘field=Interests’ );
$nosuggestions = bp_get_profile_field_data((‘field=Interests’) == “”);
endwhile; endif; ?>Suggested Posts
- <a href="”>
`
I’d also like to add a way to recognize no suggestions and display a message that says no suggestions available.
Anyway this is for loggedin user and multisite feed but it can be done on a single blog just by removing the switch_to and restore_current.
-
AuthorSearch Results