Search Results for 'profile fields'
-
AuthorSearch Results
-
August 3, 2011 at 4:38 am #117463
In 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?
July 27, 2011 at 12:04 am #116983In reply to: Only members get profiles
christophg
MemberOn this same vein, can I make free members get a different registration form. Lets say with just the “base” profile fields to fill out for my records?
July 26, 2011 at 8:02 pm #116965In reply to: Member search alphabetical order
lpryor
ParticipantYes, the ordering should be on name. But it should search on the other fields, surely? The way it does when you order by recently active, say?
Currently (straight out of the box default theme) it applies the search terms to all the extended profile fields if you order by anything other than alphabetical. If you order by alphabetical, it applies the search terms to the name only.
So if you keep the same search terms, but choose a different ordering, you get different members showing. This is counter intuitive, to say the least.
July 25, 2011 at 8:54 pm #116909In reply to: french date in profile fields
drhoussem
Member???????
July 25, 2011 at 8:53 pm #116908In reply to: french date in profile fields
drhoussem
Memberany replay?
July 13, 2011 at 10:24 pm #116265gregfielding
ParticipantThanks Paul – that works great.
You mean on all fields? I don’t think it would hurt anything…
July 13, 2011 at 10:08 pm #116259gregfielding
Participant@djpaul
That did the trick of adding rel=”me” – but now none of the other profile fields show.July 10, 2011 at 4:36 pm #116085In reply to: Profile fields for specific user roles
neontrauma
MemberHi,
thanks for your reply! I installed that plugin and found it quite confusing. So it did’nt work immediately; I’ll have to spent some time with it this evening.
July 8, 2011 at 10:40 pm #116023In reply to: Is it possible to make some profile fields private?
tnd
MemberAlright, thank you!
July 8, 2011 at 8:50 pm #116012In reply to: Is it possible to make some profile fields private?
danbpfr
ParticipantMaybe this can help ?
https://buddypress.org/community/groups/creating-extending/forum/topic/hide-profile-field/
https://buddypress.org/community/groups/bp-profile-privacy/
http://bp-tricks.com/snippets/displaying-certain-profile-fields-on-your-members-profile-page/also remember that privacy controls don’t apply to Admin. Admin can see everything. Log in as a regular user and then test.
July 8, 2011 at 8:13 pm #116010In reply to: Is it possible to make some profile fields private?
tnd
MemberI hate to bump, but…any ideas?
July 8, 2011 at 8:08 pm #116009Nahum
Participant@gregfielding are you not wanting to use dropdown select for any reason? instead of using checkboxes/radio? Can you have more than one role? If you only need one role per user, why not use dropdown xprofile field and make it required at sign up?
July 8, 2011 at 6:14 pm #116000gregfielding
ParticipantAs a work-around, I wonder if I could use this plugin https://wordpress.org/extend/plugins/buddypress-xprofiles-acl/ to assign roles based on the profile field answer.
Then I could more easily show different sidebars depending on roles.
Not the cleanest way to do it. Has anyone else had trouble with checkboxes?
July 8, 2011 at 4:34 pm #115991gregfielding
Participant@pcwriter @johnjamesjacoby
Yup. Bug is definitely still there. Nice find!July 7, 2011 at 11:28 pm #115954pcwriter
ParticipantOops… forgot the link

https://buddypress.trac.wordpress.org/ticket/2685July 7, 2011 at 11:27 pm #115953pcwriter
ParticipantJust tested the snippet by @nuhammadrid above with a dropdown select and it works perfectly.
I found this old trac ticket (pre 1.2.6) but maybe checkboxes/radio buttons are stilla bit buggy with xprofile_get_field_data
-
AuthorSearch Results