Search Results for 'profile fields'
-
AuthorSearch Results
-
August 10, 2011 at 4:55 pm #118144
In 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.
August 3, 2011 at 4:38 am #117463In reply to: From Roadmap, basic privacy
enderandrew
Member@linusf I tried that plugin, and while it installs cleanly in 1.5, it doesn’t seem to work. I don’t see any areas where I can set privacy options on my profile fields.
July 28, 2011 at 4:40 pm #117085In reply to: Efficiency of X-profile fields
gwu123
Participantthanks @DJPaul. Will take your word. I still doubt if the search will be efficiently. I want to have a backup plan in case going forward this slows down the search.
Thanks.
July 28, 2011 at 11:05 am #117065Prince Abiola Ogundipe
Participant@Alan, 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.
July 28, 2011 at 7:31 am #117057katje
MemberThank you Gorges, but I already activated the invite anyone. It needs email addresses; what I want is for users to be able to search for other members on multiple criteria and to invite them. With 10.000 members you don’t want your users to have to scroll through the whole list to find someone.
I’m not a developper but with some reasoning I reckon it must be simple to use the profile form. I put a lot of fields there as required and text becomes links as well. You could let a search and invite feed on the profile information.
Nothing like that available?
And how difficult will it be to create a plugin like that?July 27, 2011 at 11:24 pm #117043Prince Abiola Ogundipe
Participant@Alan, i will try it and if i run into any problem , i will let you know.
regards
July 27, 2011 at 10:49 pm #117041Alan
Member`
<?php
global $bp;
$data = bp_get_profile_field_data(‘field=Country’);
$user_status = is_user_logged_in() ;
$add_data_link = $bp->loggedin_user->domain . ‘/profile/edit/group/1’;
?><?php echo '‘. ‘Add Your Coutnry’.’‘; ?>
`
Make sure that you change the link in $add_data_link at the end … you can check out the slug and see in what group is the Country field located …
July 27, 2011 at 10:01 pm #117039Prince Abiola Ogundipe
ParticipantI think it could be achieved by adding an empty checking which i have no clue. i think something loke “if empty return” could do.
July 27, 2011 at 7:52 pm #117035Tammie Lister
ModeratorCould this work with a empty checking or null value on the $data? That would be my first suggestion.
July 27, 2011 at 6:26 pm #117032In reply to: Efficiency of X-profile fields
Paul Wong-Gibbs
KeymasterIt’ll be fine. xprofile’s database structure is good.
July 27, 2011 at 4:22 pm #117024In reply to: Efficiency of X-profile fields
gwu123
Participantbounce. Any thoughts?
-
AuthorSearch Results