Search Results for 'profile fields'
-
AuthorSearch Results
-
February 26, 2013 at 5:32 am #154119
In reply to: Add country list in extended profile
danbpfr
ParticipantHi@evo252,
in the BP 1.0 branch there was a CSV based country field in xprofile.
https://buddypress.trac.wordpress.org/browser/branches?order=name#1.0/bp-xprofile/prebuilt-fieldsTake a look in the code and see if you can build something for 1.6.4 or 1.7.
Since 2008, Google Map became a must have. And IMO it’s a better geoloc tool as a simple city/country dropdown witch only prevent end users from having to write themselves the name of their city and their country….
Doing this is much more complicated as you think. Over 160 countries on earth and millions of cities. What kind of server do you need to just store these informations and to make them work together ?Typing country and city is the same effort as typing name and first name for the end user. Let them write and use something powerfull, existent and easy to use and show AND effort less for you too.
Spare your time and made it simple so far ! 😉
Give this plugin a try: https://wordpress.org/extend/plugins/bp-user-profile-map/Or search another map plugin : https://wordpress.org/extend/plugins/search.php?q=map
February 25, 2013 at 5:41 pm #154075In reply to: Image Profile Field
dasped
ParticipantLooks like it is achievable but not without its headaches and a considerable effort.
Found this article relating to what you ask, ‘I think’ …
Though I can not say how, secure/suitable it will be to current Buddypress versions, perhaps ask the guy who wrote it, if it is still a valid solution.
February 25, 2013 at 2:34 pm #154060In reply to: Profile fields default is stuck on public
Hugo Ashmore
ParticipantOff top of my head can’t recall where I was up to in testing ( I’ve created a ticket on the clear issue I found) but check carefully that you have set the option to allow user override on the profile field settings in backend.
February 25, 2013 at 12:48 pm #154053In reply to: Profile fields default is stuck on public
jordas
ParticipantCool. Yes, the problem is only limited to registering, because registered users can change these privacy settings without any problems. But I want to give registering users already the possibility not to share every account detail.
February 25, 2013 at 12:11 pm #154051In reply to: Profile fields default is stuck on public
Hugo Ashmore
ParticipantLooking at the function that retrieves this label value it’s checking for an array name that doesn’t exist so is defaulting the label to ‘public’ This probably needs looking into, I’ll raise a ticket.
February 24, 2013 at 12:20 pm #153977In reply to: No HTML allowed on front end profile page
hsutliff
ParticipantThank you for taking the time to respond. It was a great help and eventually I edited /bp-xprofile/bp-xprofile-filters.php
On line 48;
`add_filter( ‘xprofile_get_field_data’,’wpautop’ );`Now my custom data fields come through with the html still attached.
Thankyou.
February 23, 2013 at 1:23 am #153822In reply to: SOLVED: Limit Members Loop by Profile Fields
mohammad
ParticipantSorry for not responding to the questions – I never received notification of any replies! If you still need any help, send me a message at mohammad@duable.com and I’ll try to help out the best I can.
Valuser, 7 months later, I’m sure you have your answer, but that is where you place the code to manipulate/display the information about each user as it runs through the loop.
February 22, 2013 at 9:08 pm #153773In reply to: Features List for Testing
@mercime
Participant@scotm I’ve started on a checklist to test features of BuddyPress Components for BP 1.7 to be published in BP Codex, got 3 more components to go. It’s looking to be a long list 🙂 If you’d like to contribute to the Messaging, Profile Fields or other component you’ve started on, please feel free to do so 🙂
February 22, 2013 at 6:14 pm #153756In reply to: [Resolved] Two usernames on registration page
modemlooper
Moderatordid you add that field in the profile fields set up? BP includes it’s own username field so you do not need to duplicate it
February 21, 2013 at 11:04 pm #153657In reply to: Does this feature exist?
Ben Hansen
Participantyes all items entered into the various profile fields should be clickable and function similarly to the way tags do in regular wordpress.
February 20, 2013 at 4:36 pm #153517In reply to: Theme Integration
alanfolkard
ParticipantThanks – I logged out and then clicked the activation email – returned an invalid key message – same in new browser.
if you look at my site you will see that the pages do not display correctly…how do I rectify this…?
Also, where do I configure the extended profile fields?
February 19, 2013 at 5:05 am #153393In reply to: How to make Profile fields visible only to admins?
haagsekak
Participant@modemlooper Hi George, I have your BBG Custom BP Visibility plugin installed but since this will be a new feature on BP 1.7 do I need to deactivate the plugin to avoid a conflict?
Also I have BP 1.6.4 installed but am dying to have 1.7 up and running, any idea when that version will be available? I know I can download the beta version but since I’m not a code guru by any means I prefer to do a standard upgrade via the plugin menu then doing it manually.
What are your thoughts?
February 18, 2013 at 5:16 pm #153351In reply to: Profile Fields show on email to admin?
Stefan
ParticipantThanks for your reply kizzywizzy! I’ve added this code to the functions.php file but this adds some of the user data to the users activation email which is not what I want. Like this:
`WP_User::__set_state(array(
‘data’ =>
stdClass::__set_state(array(
‘ID’ => ‘827’,
‘user_login’ => ‘user’,
‘user_pass’ => ‘password’,
‘user_nicename’ => ‘stefanlesik’,
‘user_email’ => ’email’,
‘user_url’ => ”,
‘user_registered’ => ‘2013-02-18 17:05:46’,
‘user_activation_key’ => ”,
‘user_status’ => ‘0’,
‘display_name’ => ‘user’,
)),
‘ID’ => 827,
‘caps’ =>
array (
‘subscriber’ => true,
),
‘cap_key’ => ‘wp_capabilities’,
‘roles’ =>
array (
0 => ‘subscriber’,
),
‘allcaps’ =>
array (
‘read’ => true,
‘level_0’ => true,
‘subscriber’ => true,
),
‘filter’ => NULL,
))`I’d like to display the all the xprofile data in the new user registration email that admin receives. Is this possible?
February 18, 2013 at 2:16 pm #153334In reply to: [Resolved] Typo in Profile Fields
Kevin M. Schafer
Participant@mercime Thank you!
February 16, 2013 at 9:01 pm #153222In 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.
-
AuthorSearch Results