Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 2,651 through 2,675 (of 3,608 total)
  • Author
    Search Results
  • Nahum
    Participant

    @candacekthe1

    try: a “ backslash in front of the apostrophe

    as for the strong tags try span style=”font-weight:bold” Relat…/span

    perywinkle
    Participant

    I’m looking for the same thing myself!

    Paul Wong-Gibbs
    Keymaster

    Yes. Have a test install of BuddyPress and look at the “Profile Field Setup” menu item underneath the main “BuddyPress” menu in wp-admin to see what you can do with the profile fields.

    Per my previous post, the registration form is at /bp-default/registration/register.php. Copy that into your (child?) theme, preserving directory structure.

    Paul Wong-Gibbs
    Keymaster

    I would suggest you use the BuddyPress Profile Fields to record this information — you can view the template used on the registration screen at bp-default/registration/register.php. You can then pull the information out of BuddyPress and just feed the variables to your existing “grab content” query.

    See xprofile_get_field_data() in /buddypress/bp-xprofile.php how to retrieve/set this information programatically.

    Boone Gorges
    Keymaster

    What are you going to use the extra usermeta for? If you just need an easy way to store and retrieve some data about individual users, then using BP xprofile fields is really the easiest way to go – they can be created in the Dashboard, and all the registration markup & save/retrieve functions are all built in. If, on the other hand, you’ve already built a bunch of custom functions to query across usermeta, then it’s probably best to keep what you’ve got (saving in wp_usermeta) and hook some functions into the BP registration process.

    #102603
    sladkoe6ka
    Participant

    Buddypress 1.2.6
    Where can I change the format of the date in users profile. It appears in English, but I would prefer only digits like j/m/Y ?

    #102475
    Daniel
    Participant

    I use this little plugin https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/

    The description is not really that helpful. basically you can define certain xprofile fields to link directly to external URLs. e.g youtube, facebook, twitter, external website….etc etc

    you need to manually alter the .php file in the instruction but this is very simple to do and it comes with a few stock media sites setup already.
    Very good and very simple

    #102468

    In reply to: Moderate User Fields

    Virtuali
    Participant

    In the wp-admin panel, go to the buddypress tab on the right, see where it says “profile field setup”?

    Thats what you want! :D

    #101948
    dmillasich
    Member

    The php server error log provided this information:

    _____________________________________________________________________________________________________________________________________________________________________

    [05-Jan-2011 05:38:20] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /social.nanocrowd.com/wp-admin/includes/post.php on line 748
    [05-Jan-2011 05:52:02] WordPress database error Table ‘social.wp_bp_xprofile_data’ doesn’t exist for query SELECT value FROM wp_bp_xprofile_data WHERE field_id = 1 AND user_id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_get_field_data, BP_XProfile_ProfileData->get_value_byid
    [05-Jan-2011 05:52:02] WordPress database error Table ‘social.wp_bp_xprofile_fields’ doesn’t exist for query SELECT * FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_Field->bp_xprofile_field, BP_XProfile_Field->populate
    [05-Jan-2011 05:52:02] WordPress database error Table ‘social.wp_bp_xprofile_fields’ doesn’t exist for query SELECT id FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_ProfileData->save, BP_XProfile_ProfileData->is_valid_field
    [05-Jan-2011 05:52:02] WordPress database error Table ‘social.wp_bp_groups_members’ doesn’t exist for query SELECT COUNT(DISTINCT m.group_id) FROM wp_bp_groups_members m, wp_bp_groups g WHERE m.group_id = g.id AND m.user_id = 1 AND m.is_confirmed = 1 AND m.is_banned = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, groups_setup_nav, groups_total_groups_for_user, BP_Groups_Member->total_group_count
    [05-Jan-2011 05:52:02] WordPress database error Table ‘social.wp_bp_messages_recipients’ doesn’t exist for query SELECT unread_count FROM wp_bp_messages_recipients WHERE user_id = 1 AND is_deleted = 0 AND sender_only = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, messages_setup_nav, messages_get_unread_count, BP_Messages_Thread->get_inbox_count
    [05-Jan-2011 05:52:02] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /social.nanocrowd.com/wp-admin/includes/post.php on line 748
    [05-Jan-2011 05:56:08] WordPress database error Table ‘social.wp_bp_xprofile_data’ doesn’t exist for query SELECT value FROM wp_bp_xprofile_data WHERE field_id = 1 AND user_id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_get_field_data, BP_XProfile_ProfileData->get_value_byid
    [05-Jan-2011 05:56:08] WordPress database error Table ‘social.wp_bp_xprofile_fields’ doesn’t exist for query SELECT * FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_Field->bp_xprofile_field, BP_XProfile_Field->populate
    [05-Jan-2011 05:56:08] WordPress database error Table ‘social.wp_bp_xprofile_fields’ doesn’t exist for query SELECT id FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_ProfileData->save, BP_XProfile_ProfileData->is_valid_field
    [05-Jan-2011 05:56:08] WordPress database error Table ‘social.wp_bp_groups_members’ doesn’t exist for query SELECT COUNT(DISTINCT m.group_id) FROM wp_bp_groups_members m, wp_bp_groups g WHERE m.group_id = g.id AND m.user_id = 1 AND m.is_confirmed = 1 AND m.is_banned = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, groups_setup_nav, groups_total_groups_for_user, BP_Groups_Member->total_group_count
    [05-Jan-2011 05:56:08] WordPress database error Table ‘social.wp_bp_messages_recipients’ doesn’t exist for query SELECT unread_count FROM wp_bp_messages_recipients WHERE user_id = 1 AND is_deleted = 0 AND sender_only = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, messages_setup_nav, messages_get_unread_count, BP_Messages_Thread->get_inbox_count
    [05-Jan-2011 05:56:08] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /social.nanocrowd.com/wp-admin/includes/post.php on line 1038
    [05-Jan-2011 05:56:16] WordPress database error Table ‘social.wp_bp_xprofile_data’ doesn’t exist for query SELECT value FROM wp_bp_xprofile_data WHERE field_id = 1 AND user_id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_get_field_data, BP_XProfile_ProfileData->get_value_byid
    [05-Jan-2011 05:56:16] WordPress database error Table ‘social.wp_bp_xprofile_fields’ doesn’t exist for query SELECT * FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_Field->bp_xprofile_field, BP_XProfile_Field->populate
    [05-Jan-2011 05:56:16] WordPress database error Table ‘social.wp_bp_xprofile_fields’ doesn’t exist for query SELECT id FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_ProfileData->save, BP_XProfile_ProfileData->is_valid_field
    [05-Jan-2011 05:56:16] WordPress database error Table ‘social.wp_bp_groups_members’ doesn’t exist for query SELECT COUNT(DISTINCT m.group_id) FROM wp_bp_groups_members m, wp_bp_groups g WHERE m.group_id = g.id AND m.user_id = 1 AND m.is_confirmed = 1 AND m.is_banned = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, groups_setup_nav, groups_total_groups_for_user, BP_Groups_Member->total_group_count
    [05-Jan-2011 05:56:16] WordPress database error Table ‘social.wp_bp_messages_recipients’ doesn’t exist for query SELECT unread_count FROM wp_bp_messages_recipients WHERE user_id = 1 AND is_deleted = 0 AND sender_only = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, messages_setup_nav, messages_get_unread_count, BP_Messages_Thread->get_inbox_count
    [05-Jan-2011 05:56:16] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /social.nanocrowd.com/wp-admin/includes/template.php on line 154
    [05-Jan-2011 06:24:03] WordPress database error Table ‘social.wp_bp_xprofile_data’ doesn’t exist for query SELECT value FROM wp_bp_xprofile_data WHERE field_id = 1 AND user_id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_get_field_data, BP_XProfile_ProfileData->get_value_byid
    [05-Jan-2011 06:24:03] WordPress database error Table ‘social.wp_bp_xprofile_fields’ doesn’t exist for query SELECT * FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_Field->bp_xprofile_field, BP_XProfile_Field->populate
    [05-Jan-2011 06:24:03] WordPress database error Table ‘social.wp_bp_xprofile_fields’ doesn’t exist for query SELECT id FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_ProfileData->save, BP_XProfile_ProfileData->is_valid_field
    [05-Jan-2011 06:24:03] WordPress database error Table ‘social.wp_bp_groups_members’ doesn’t exist for query SELECT COUNT(DISTINCT m.group_id) FROM wp_bp_groups_members m, wp_bp_groups g WHERE m.group_id = g.id AND m.user_id = 1 AND m.is_confirmed = 1 AND m.is_banned = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, groups_setup_nav, groups_total_groups_for_user, BP_Groups_Member->total_group_count
    [05-Jan-2011 06:24:03] WordPress database error Table ‘social.wp_bp_messages_recipients’ doesn’t exist for query SELECT unread_count FROM wp_bp_messages_recipients WHERE user_id = 1 AND is_deleted = 0 AND sender_only = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, messages_setup_nav, messages_get_unread_count, BP_Messages_Thread->get_inbox_count
    [05-Jan-2011 06:24:03] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /social.nanocrowd.com/wp-admin/includes/post.php on line 318
    [05-Jan-2011 06:49:18] WordPress database error Table ‘social.wp_bp_xprofile_data’ doesn’t exist for query SELECT value FROM wp_bp_xprofile_data WHERE field_id = 1 AND user_id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_get_field_data, BP_XProfile_ProfileData->get_value_byid
    [05-Jan-2011 06:49:18] WordPress database error Table ‘social.wp_bp_xprofile_fields’ doesn’t exist for query SELECT * FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_Field->bp_xprofile_field, BP_XProfile_Field->populate
    [05-Jan-2011 06:49:18] WordPress database error Table ‘social.wp_bp_xprofile_fields’ doesn’t exist for query SELECT id FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_ProfileData->save, BP_XProfile_ProfileData->is_valid_field
    [05-Jan-2011 06:49:18] WordPress database error Table ‘social.wp_bp_groups_members’ doesn’t exist for query SELECT COUNT(DISTINCT m.group_id) FROM wp_bp_groups_members m, wp_bp_groups g WHERE m.group_id = g.id AND m.user_id = 1 AND m.is_confirmed = 1 AND m.is_banned = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, groups_setup_nav, groups_total_groups_for_user, BP_Groups_Member->total_group_count
    [05-Jan-2011 06:49:18] WordPress database error Table ‘social.wp_bp_messages_recipients’ doesn’t exist for query SELECT unread_count FROM wp_bp_messages_recipients WHERE user_id = 1 AND is_deleted = 0 AND sender_only = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, messages_setup_nav, messages_get_unread_count, BP_Messages_Thread->get_inbox_count
    [05-Jan-2011 06:49:19] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /social.nanocrowd.com/wp-admin/includes/post.php on line 318
    ____________________________________________________________________________________________________________________________________________________________________

    Is there a memory threshold problem with my shared php server? I’m using Rackspace cloud. This would be the first time a memory issue has surfaced using them.

    #101821
    junger
    Participant

    @royatl

    Or … I could think of it as a profile field that updates everywhere when it’s updated. Analogies don’t make bugs in the product any less annoying.

    Paul Wong-Gibbs
    Keymaster

    Thanks for the heads-up, @gunju2221 :)

    If by “BuddyPress profile”, you mean the fields and groups you have configured in the xprofile settings screen, then yes it’s certainly technically possible because site admins can create new user accounts without having to complete BuddyPress profiles. I’m not sure how to practically do this, however. Would need to try and find out.

    Try to see if there’s a user registration widget (i.e. https://wordpress.org/extend/plugins/registration-form-widget/ — not tested) and see if it works and does what you want it to do.

    (To clarify, there’s no difference between a “WordPress user” and a “BuddyPress”, both are the same.)

    #101529
    stan
    Participant

    I am having the same problem as kristine and I also use the same exact theme. I will post a screenshot. Any ideas on how to add a view profile option? I have been searching around for a couple days
    http://www.gamerebel.net/brit/problem.png

    #101454

    In reply to: A few questions

    Virtuali
    Participant

    There is a plugin for a photo, gallery, /audio that hookes into their profile.

    When users edit their profile, if you add custom profile fields via admin, every word they fill out will become a tag to member searches and inquiries, so lets say a member puts in their location as “Kentucky” If any such user would to search on the site “kentucky” that member would pop up.

    For the chat, I would recommend evolve chat.

    #101433
    royatl
    Member

    “It seems silly that a “universal” field like a profile field wouldn’t update it in all circumstances across user profiles. Why is that?”

    Think of an option field as a stencil, and think of the database as the surface you paint onto through the stencil. When you change the stencil, it doesn’t automatically go back and repaint all the previous surfaces. You would have to go back and re-paint them yourself, which would be like doing an update on the database. No way to avoid it.

    #101056
    junger
    Participant

    @techguy Yeah, that’s exactly what I’m hoping to avoid. Not because it wouldn’t work, but it just gets messy.

    It seems silly that a “universal” field like a profile field wouldn’t update it in all circumstances across user profiles. Why is that?

    #101044
    techguy
    Participant

    I think a query on the database is likely going to be the only solution that I can think of for this.

    #101027
    junger
    Participant

    Bump. Any thoughts on this?

    techguy
    Participant

    Seems simple enough. You can disable a lot of the functionality you don’t want in the admin.

    The custom parts will be the profile itself, but you should be able to do this pretty nicely using the xProfile fields without too much custom work on your end. You might also have to build a custom search to search through those profile fields, but there are a number of plugins you can look at to build out that functionality.

    I’d consider using s2member as the payment method for people signing up. That should work for what you want I think.

    As a side note, I’ve created a sports website that teams can use to fundraise called Giving Sports: http://givingsports.com Athlete profiles is not the core of the site, but each athlete just gets a profile as a means to fundraise for their team. It will be interesting to see how that evolves over time since athlete profiles are valuable and interesting.

    #100509
    Andrea Rennick
    Participant

    Disallowing bots to follow the signup page link (nofollow on the link), changing the default signup slug and adding new profile fields really really does help. And no plugins either.

    bojanski
    Member

    I would like to add the Email field to the members profile… using your method!
    Which file needs to be modified!?

    Thanks
    Bojan

    #100358
    @mercime
    Participant
    spanakorizo
    Member

    please somebody help me on this… i love buddy and wordpress but i don’t have the time now to study again from the beggining the multisite installation. there will be more questions, i made a local installation so i need for sure time on mu site and time now is a big issue. For now please somebody point me on this “simple” thing i ask: maybe it would be more easy to do the opposite? let’s say that i want to user to fill the wp’s fields Yahoo,IM.msn but into bp’s profile. Is this possible? I’m so confused plz help/ .

    spanakorizo
    Member

    yes i know but how am i gonna send this fields to a normal wp’s widget!? all the day i am trying things, the closest i got was to show the name of the last field i created in BP with this `echo bp_get_the_profile_field_name(); ` …so to show the contents of a field (and with charlimit) it can’t be that difficult .. so please someone help!

    @mercime
    Participant

    You’re on single WP with BP installed so that BP Profile widget won’t work for you, I should have asked that sooner. In any case, since you have installed BP, you can easily add the fields you want your users to fill in via dashboard > BuddyPress > Profile Field Setup.

    #100238
    aljuk
    Member

    I’d love to know if anyone’s made any progress in this area?

Viewing 25 results - 2,651 through 2,675 (of 3,608 total)
Skip to toolbar