Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 4,226 through 4,250 (of 5,698 total)
  • Author
    Search Results
  • #21139
    #21135
    krbmedia
    Member

    here is what i want to do and could use your help. I want to use BuddyPress almost like a dating site but it would match teams with players. There would be no free membership, basically one level for players (annual), and two for teams (one 90 day and one annual). No one needs to be here except for members and what I want is the following:

    The home page to be the login page or registration page
    If they register, they fill out all the fields I want and then pay.

    The TEAM level ONLY would be able to search and see the profiles. No one else. They also would have much less fields to fill out for their profile.

    I’ve tried using S2Member and BuddyPress but can’t figure out how to make it all work. Would be willing to pay for help too.

    Thank you.

    #109455

    In reply to: Tags On Profile Fields

    @mikey3d
    Participant
    #109428
    Nahum
    Participant

    have you considered moving some xprofile fields to the top of the middle column above the tabs? This area would make a lot of sense for some of the profile info maybe some of the ones you are having trouble with space.

    #109427
    gregfielding
    Participant

    @pcwriter,

    Thanks for that. white-space:normal; helps with my x-axis fields and it works perfectly.

    Now, however, I am trying to limit the height of my “about me” field. I’m using max-height:400px; but white-space causes the browsers to ignore the limit. What I really want is: white-space:normal; max-height: 400px; overflow-y:auto; but firefox is the only one that shows it properly. The others all revert to scroll bars, even safari.

    Ugh.

    #21115
    JamieWade
    Member

    Whenever a user uses commas on their “About Me” field on their profile, it makes words in between 2 commas a hyperlink? How do I remove this feature?

    #109335
    christophg
    Member

    I have the same question as well. I have created a couple more field groups in Buddypress profile fields section on the dash. Alas, none but the base group shows up in registration. Any help on how to get around this would be fantastic!

    #21087
    Mikeyt4
    Member

    The page you were looking for was not found.

    Hi new to buddyPress and reasonably new to WordPress I’m getting and “page not found” message on the member page and most of the profile pages but not all the pages, groups, activity all seem to be there. Permalinks and mod rewrite working fine and I’m getting the correct URLs, member pages are “there” but with no content.

    The latest version of buddyPress is running with WP 3.1 in a subdirectory. I’m wondering if the correct tables have been initialised I’ve got these:

    wp_bb_forums
    wp_bb_meta
    wp_bb_posts
    wp_bb_terms
    wp_bb_term_relationships
    wp_bb_term_taxonomy
    wp_bb_topics
    wp_bp_activity
    wp_bp_activity_meta
    wp_bp_friends
    wp_bp_groups
    wp_bp_groups_groupmeta
    wp_bp_groups_members
    wp_bp_messages_messages
    wp_bp_messages_notices
    wp_bp_messages_recipients
    wp_bp_notifications
    wp_bp_xprofile_data
    wp_bp_xprofile_fields
    wp_bp_xprofile_groups

    Any pointers in the right direction greatly appreciated

    #109004
    nanchante
    Participant

    Did this ever get off the ground?

    nanchante
    Participant

    Hi all,

    is it possible to give the user the ability add their own custom fields to their profile? ie on the frontend?

    Does anyone know of a plugin to do this? Or a hook or something?

    Is there some way we can make use of the admin functionality that allows this, and make it available client side?

    #108999
    nanchante
    Participant
    #108948
    Hugo Ashmore
    Keymaster

    *puzzled* I contributed to some and have used various approaches of my own all post dating 1.1 or the transition to the 1.2 stream, but yes guess some are a little complicated but then BP isn’t that simple a thing to code for requiring as it does a little more than basic knowledge.

    #108935
    Bowe
    Participant

    hnl: Yep.. I did that.. but they where all old and did not use the BP 1.2 method of displaying the profile fields and seemed to add a a lot of extra unneeded parameters to the snippet. Hopefully it’ll be easier for php noobs to find and implement now :)

    #108931
    Hugo Ashmore
    Keymaster

    A search of the forum would have thrown up a few posts on this subject that have this and alternative examples.

    #108928
    Bowe
    Participant
    jasonewillis
    Participant

    I would like users to choose from a drop down box their zip code when filling out their profile. How would I go about doing this? Hoping there is a tutorial for adding databases with accompanying fields to BuddyPress Profiles? I have a sql database for zip codes. Thank you,

    Jason

    #108926
    Boone Gorges
    Keymaster

    Sweet!

    #108925
    Bowe
    Participant

    Works absolutely perfect Boone.. I’ll put it up on BP-Tricks as well.. this is useful stuff! Thanks!

    #108922
    Boone Gorges
    Keymaster

    Probably the most efficient way is to do something like this (not beautiful to put in a template file, but functional and lean):

    `

    Occupation:

    `

    Bowe
    Participant

    Hi guys,

    I’m using the following snippet to display certain xprofile fields in my member-header.php:

    `

    Occupation:

    `

    This works fine, but it also shows when the profile field is empty. So I would like to hide them when empty, but I can’t figure out how to do this. I’m pretty sure @DJPaul made a snippet once, but I could not find it again. I imagine it must have been something like:

    if xprofile field “Country” has data
    Country: United States
    else
    *blank*

    Ofcourse this needs to be proper php (which I can’t write :D). If someone has this working, or could help me figure this out, it would be pretty awesome!

    philsquires
    Member

    How do I temporarily REMOVE the BP navbar on the edit profile page?

    The reason is I wish for NEW members to complete their profile before progressing through the site

    To that end I have been looking at bp-xprofile.php to find where the code appears

    The challenge of course is if I edit this then the change will be reflected globally… (in all profile pages permanently)

    What I need is a separate reference to the NAVBAR – hiding it until the profile is complete

    I am a newbie to css and coding but appreciate the page is dynamically created hence my challenge finding a solution

    Additionally I would like to add a video to this page educating and encouraging user how to go about completing the profile

    Any help would be awesome ;-)

    theshooter
    Member

    The issue was a memory issue setting in .htaccess on my server since I do not have access to php.ini

    Found answer here, so thanks to all who offered their expertise!!

    — Jim


    ORIGINAL POST


    Hi all,
    Installed WP 3.1 – works fine
    Installed BP 1.2.8 – I see it, ready to activate it
    –> Activate [CLICK] – nothing… blank screen

    I looked in my log and it appears that some tables are not there.
    I look at my database and sure enough, the only tables are the wp_ tables after installing WP
    Soon as I delete the buddypress directory from my server, everything comes back to normal.

    QUESTION: When in the installation process (or activation process) do the wp_bp_* tables get created?

    My specific log errors are listed below;
    [25-Mar-2011 04:24:39] WordPress database error Table ‘370118_HSPOT_wp_2011.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
    [25-Mar-2011 04:24:39] WordPress database error Table ‘370118_HSPOT_wp_2011.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
    [25-Mar-2011 04:24:39] WordPress database error Table ‘370118_HSPOT_wp_2011.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
    [25-Mar-2011 04:24:39] WordPress database error Table ‘370118_HSPOT_wp_2011.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
    [25-Mar-2011 04:24:39] WordPress database error Table ‘370118_HSPOT_wp_2011.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

    Thanks to any and all that can guide me along to getting these tables created/working.

    — Jim

    #108558
    ultimateuser
    Participant

    @r-a-y – Ok but they are basically the non-required fields members leave blank when registering.

    I’d like to apply the second patch as well but then I come back to my initial question:

    “I do not have the file bp-xprofile-template.php on my server. Although I do have bp-xprofile-templatetags.php?”

    Can you also include a link to the entire amended file I need to use?

    philsquires
    Member

    Hello

    I would like to limit new/all members view of the membership site until they have completed the fields in the profile page.

    Is there a plugin or some coding that someone can recommend please…any help on this would be greatly appreciated…

    Phil

    #108182
    Youraj Pawar
    Participant

    I strongly feel using this documentation you can achieve what you want.
    https://codex.buddypress.org/developer-docs/group-extension-api/

    And this should help you with manipulating navigation items in group , renaming them or removing them. (At midway of page)
    http://themekraft.com/2011/02/customize-profile-and-group-menus-in-buddypress/

    And this for custom fields (Not sure how much this will help for groups)
    http://wparena.com/how-to/the-power-of-wordpress-custom-fields/

    bye

Viewing 25 results - 4,226 through 4,250 (of 5,698 total)
Skip to toolbar