Search Results for 'profile fields'
-
AuthorSearch Results
-
February 16, 2013 at 9:01 pm #153222
In reply to: [Resolved] Typo in Profile Fields
@mercime
Participant@km-schafer-1 thank you. The issue was corrected in BP 1.7 beta 1 available for download https://buddypress.org/2013/02/buddypress-1-7-beta-1/
February 13, 2013 at 9:32 pm #153000In reply to: Profile Fields show on email to admin?
kizzywizzy
Participant@stephan83 This worked for me in BP 1.6.
`
add_filter(
‘bp_core_signup_send_validation_email_message’,
‘add_user_data_to_message’,
10,
2
);function add_user_data_to_message( $msg, $user_id )
{
$user = get_user_by( ‘id’, $user_id );
return $msg . “\n\n” . var_export( $user, TRUE );
}
`February 13, 2013 at 1:44 pm #152966In reply to: Profile field to upload photo.
danbpfr
ParticipantHi, it’s not possibe out of the box and depending which BP version you use.
This perhaps may work on 1.5.x only:
How to Add an Image Field to Buddypress Extended Profile Fields
February 13, 2013 at 10:17 am #152957In reply to: Profile Fields show on email to admin?
Stefan
ParticipantI’m also looking to do this. I realise this is an old post so there may be an easier way to add xprofile data to the wp user registration admin emails? I’ve tried searching but can’t find anything. Can anyone help? Thanks
February 12, 2013 at 9:14 pm #152929In reply to: Move Posts inside the profile tab
modemlooper
ModeratorYou just need to create a WP post loop in the file members/single/profile/profile-loop.php. This function will add a loop to the bottom of profile fields. But it is not very pretty. This is just a base example.
`function bp_profile_show_posts() {
query_posts( ‘author=’ . bp_displayed_user_id() );
// the Loop
if (have_posts()) : the_post();
the_title();
the_content( ‘Read the full post »’ );
endif;
}
add_action( ‘bp_after_profile_loop_content’, ‘bp_profile_show_posts’ );`
February 12, 2013 at 5:44 am #152874In reply to: Base Button in Profile — What does it do?
Ben Hansen
ParticipantIt doesn’t really do anything unless you have other profile field groups. If you do, you will see the other groups as buttons also, in that case the “base” (or whatever you have renamed base to) button will bring you back to the “base” profile field group. “Base” refers to the default or required group of profile fields.
February 11, 2013 at 6:36 am #152809In reply to: [Resolved] Website and bio (Extended profiles)
omgbud
ParticipantHi, I am using this useful plugin named “Custom Profile Filters for BuddyPress” to remove link of any fields I want.
This plugin dont come with admin panel, so need to edit the custom-profile-filters-for-buddypress.php file.
After this line:
`$no_link_fields = array( // Enter the field ID of any field that you want to appear as plain, non-clickable text. Don’t forget to separate with commas.`You can add in the field (field name must match) that need to be linkless:
`’bio’,
‘something’ ,`This plugin allows you to setup social field too like just enter facebook username or id and it will auto generate the url.
https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/
Note: this plugin is old and not update, there is an error with the social field url, but just need to apply this fixed:
Hope it helps.
February 8, 2013 at 7:12 pm #152675tuxkapono
ParticipantI realized the secondary fields do show up on the profile page, but under a separate tab within the profile field. It’d be nice if the entire thing showed up, but that sounds like a fair bit of custom coding.
February 8, 2013 at 6:35 pm #152672In reply to: Interactive Profile Fields During Registration
aniqueakhtar
ParticipantOkay so this topic was started an year ago. I am hoping there is some update being made on this.
I need to be able to do this. Even without the jQuerry just show specific fields for specific user types.
Anyone has any idea on how to do this ?
February 8, 2013 at 6:16 pm #152670aniqueakhtar
Participant@Tux Kapono
I need to get this working too. I want the secondary fields to be only visible on the profile page.Let me know if there’s a solution to this issue.
February 7, 2013 at 5:19 pm #152592@mercime
ParticipantUser Profiles – https://codex.buddypress.org/developer/developer-docs/loops-reference/the-profile-fields-loop-bp_has_profile/
For any issues re above, please start a new topic. Marking this as resolved.
February 7, 2013 at 3:28 pm #152583In reply to: Get posts by xprofile field
mikegarlick
ParticipantThanks for the reply. I understand I could do that but its not quite what I’m after.
I want to be able to filter a custom post type with the details provided in the xprofile. The problem i have is that the data field i want to search by has many items in them (tick box list of attributes). I dont know how to explode them all (if explode is the correct php term??)
What im making is a custom post type of jobs advertised on the site and when they get to that index of posts i nead to search the posts custom fields or tags with their xprofile data field.
I hope that makes sense
February 7, 2013 at 4:59 am #152551gust0208
ParticipantHello,
That worked great. I will read up further on how to set up the forum functionality.
An eventual goal is to work on adding some custom functionality to the user profile page, is there a recommended documentation section that reviews this? I was wading into the documentation area, but not sure what codes / fields I should be looking for at this point.
February 5, 2013 at 3:19 pm #152433In reply to: How to filter extended profiles fields editings?
indirakrishna
ParticipantThe present profile field visibility settings are not at all good and not working also.
When we allow users to change the visibility it is changing the default visibility to ANYONE which is not at all useful.
We cannot expect a user to change each and every fields visibility while he is filling up the registration form.. I hope the owners of buddypress look into this BUG which is seriously a issue for privacy of users,, and if there is some other plugging which can add some privacy strictly please do mention them here.
And I am expecting @boonebgorges reply for this Bug as I guess he is one of the most best plugin developer in buddypress
February 4, 2013 at 6:42 pm #152361In reply to: Move profile fields to another field group?
tushargp
ParticipantJust a small favor from you required if you can look that- as I’m very close to execute it.
For http://www.healthitinsider.com – I’m currently using buddypress template file and having the following functionality
https://github.com/kayue/buddypress-blank/tree/master/Activity
Blogs
Forums
Members
RegistrationI would like to create a specific section like groups which I name to Company. So that user can create and register company here.
I have copy the code of groups section (code mention in previous link)- modify it and create a directory which I name company
Healthitinsider.com/wp-admin/content/themes/companyNow I would like to define function in function.php so that it will be functional and we can assign a page on the site like
http://healthitinsider.com/groups/For style.css I’ve use the previous codes. Please let me know how we can have the following functionality.
February 4, 2013 at 8:31 am #152321Thorsten :-)
Participant@mercime
Thanks for your fast response. I’ll check it and will come back to this thread.Regards
ThorstenFebruary 4, 2013 at 7:59 am #152319@mercime
Participanthttps://buddypress.trac.wordpress.org/browser/tags/1.6.4/bp-themes/bp-default/members/single/profile/edit.php would normally correspond to huddle/members/single/profile/edit.php file. Since you’re using a premium theme, we have no way to know if the theme author changed the HTML structure of that page. Back up your theme’s edit.php file and watch out that when you change the PHP tags, you won’t mess up the HTML tags in return.
February 4, 2013 at 6:29 am #152310Thorsten :-)
ParticipantYou are right but the author is not available for six months so I must find another way. Do you now which page is responsible in the standard BuddyPress theme? Is it easy to copy the responsible section of the plugin into the section of the Huddle theme?
I appreciate any support that help 🙂
Regards
Thorsten
February 3, 2013 at 11:25 pm #152280Toby Cryns (@themightymo)
ParticipantAs you indicated, this looks to be a theme issue. Your best bet is to contact the author of the huddle theme.
February 2, 2013 at 8:51 pm #152242In reply to: URGENT!!! PLS HELP -> Add new users from admin
ebraxton30
ParticipantBenzine,
I am searching another issue and see your issue and thought I may provide a solution because I ran into the same issue. I couldn’t see any way to change or alter user profiles after entered. I couldn’t see the fields which you think would be an easy thing, but highly annoying to learn that I couldn’t. A solution…
I am using the Gravity Forms plugin. The problem is, the plugin is $50, but the only way to get their user registration add-on is to purchase the developer edition which is $200. It works with Buddypress and User Registration very nicely. You can go through your Gravity Form entries and make all of the edits to user profiles that you need. I wish I knew of a less expensive solution, but Gravity Forms is a nice plugin and I’m sure you will find other uses for it on your site!
February 2, 2013 at 8:49 pm #152241In reply to: URGENT!!! PLS HELP -> Add new users from admin
ebraxton30
ParticipantBenzine,
I am searching another issue and see your issue and thought I may provide a solution because I ran into the same issue. I couldn’t see any way to change or alter user profiles after entered. I couldn’t see the fields which you think would be an easy thing, but highly annoying to learn that I couldn’t. A solution…
I am using the Gravity Forms plugin. The problem is, the plugin is $50, but the only way to get their user registration add-on is to purchase the developer edition which is $200. It works with Buddypress and User Registration very nicely. You can go through your Gravity Form entries and make all of the edits to user profiles that you need. I wish I knew of a less expensive solution, but Gravity Forms is a nice plugin and I’m sure you will find other uses for it on your site!
February 2, 2013 at 8:24 pm #152238In reply to: Adding custom profile fields to Member Profile
ebraxton30
ParticipantI finally figured this out. I am using Gravity Forms user registration plugin to work with my Buddypress theme. My field names varied slightly between the custom profile field name and what I put on the user registration form. I realized that I must use field name as it is entered in the WordPress Custom Profile Field.
I do have one question…I would like to display the field name as well as what was entered in that field. For example, this site is a cancer site and users will enter their type of cancer. I would like it to read “Type of Cancer: Breast” rather than “Breast”
Any suggestions?
February 2, 2013 at 7:35 pm #152237couchdavid
ParticipantOkay, I feel like this one should work, but it’s showing not really making anything happen…
in my bp-custom file (lifted heavily from John James Jacoby’s informative post here: https://buddypress.org/support/topic/calling-specific-profile-fields-individually/#post-55905):
In my edit.php file, I replaced “bp_get_current_profile_group_id()” with the custom_position function
Thanks again!
January 31, 2013 at 4:42 pm #152126Tux Kapono
ParticipantHow does one unresolve an issue? I’m actually worse off than I was 🙁 Rather than have secondary fields appear only on the profile page, they’re not appearing anywhere at all.
January 30, 2013 at 9:26 pm #152104Tux Kapono
ParticipantI actually want to keep the registration page as is, otherwise it’s too overwhelming. It’s the profile page that I want the secondary group fields to show up on.
-
AuthorSearch Results