Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 1,901 through 1,925 (of 3,594 total)
  • Author
    Search Results
  • #142730

    In reply to: Profiles

    @mercime
    Participant

    https://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields
    Any field you add on the first group (as seen above) will show up in registration page. If you “Add a New Profile Field Group”, any field you add in this new group will not be shown in registration but in member’s profile page after logging in.

    mouffles
    Participant

    Thanks for the answers,

    It would be better with profile fields (users are used to this kind of display for multiple games), but i’ll take a look into other solutions as you told Shane, and i’ll first look at files you mentionned.
    I think that later i’ll look after plugin development (skeleton plugin is a very good way to understand basics), because highscores friends notifications + profile tab with games scores is an elegant and efficient way to socialise games activities (facebook proove it well…).

    Indeed social + games website can suit well with bp and even better with plugins, Because plugins are often simpler than the bp core functions (like profiles are), it’s quite easy to plug them with other things.
    As an example the drawing game connection with bp_album was very easy to develop, cause it was just some very basic php/mysql queries, i use just 2 or 3 queries to achieve this…
    I also connect Cubepoints to one my game, the points can be converted in gold coins, by this way i can get more gamers social investisment in community.

    Ok i’ll give news if i meet problems.

    #142627
    learning22
    Participant

    I am just learning MultiSite WordPress myself. So far I’ve learned that if I want to edit Templates or Plugins pages for another site, I first have to activate the Theme I want to make changes to as my first level site, the Admin Site, or Edit the Plugin via the Admin site. Then, I go under the Main/Admin Site and edit the Templates or Plugin. After I have everything looking good, then I activate the Theme or Plugin for the actual site where I want to use the Template or Plugin. One must use this method (based on my learning) if one wants to use an external Editor, such as Dreamweaver.

    I did notice that the access to the Activity, Sites, Forums, et al only show up in WordPress’s Tool Bar (the dark gray bar at the top of the page) under my Profile Link on the far right, when I am Logged In. I think this part is not clear in the directions, imo. After the initial install of BuddyPress MultiSite, I was able to see a couple of the BuddyPress pages links in the Main Menu of my top Site only after I am logged in.

    Since I know I want to edit my Theme for one of the Sites, I have not enabled the separate tables for the additional site. I am going to edit the Theme first and then enable the other sites using the method described at this page: https://codex.buddypress.org/developer-docs/using-multisite-with-buddypress/segregated-x-profile-fields-for-multisite/ .

    #142613
    Paul Wong-Gibbs
    Keymaster

    Is the server running on object or page caching? If you aren’t sure, are you running W3 Total Cache or any other caching plugins and what the settings are?

    I am assuming that error in your post is recent. It’s saying that a database table mydb_ivdb4wp.pd doesn’t exist. “mydb_ivdb4wp” is your database name. Where you have the part “LEFT JOIN pd”, it should look like this:

    “LEFT JOIN {$bp->profile->table_name_data} pd” (the middle part is replace by the name of an xprofile database table).

    Now to figure out why. If you look in your database, do you have these tables? wp_bp_xprofile_data, wp_bp_xprofile_fields, wp_bp_xprofile_groups, wp_bp_xprofile_meta ?

    Paul Wong-Gibbs
    Keymaster

    You’re very welcome!

    Your problem sounds interesting. You could either build your own query / cache / template functions and display it in the bottom of the profile table, or sync that external content into BP’s profile fields database tables.

    #142558
    brandonecarr
    Participant

    Solution found here:

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/problem-with-profile-information-please-help/?topic_page=1&num=15

    If any of your profile fields are asking for links, however, and your users input http://, you’re still going to get the same nofollow craziness!

    Thanks @shanebp!

    #142553
    brandonecarr
    Participant

    @shanebp Thanks so much for your response! I’ve included the source code from my profile-loop.php page. I appreciate your help!

    `

    <div class="bp-widget “>

    <tr>

    `

    #142550
    Robert77
    Participant

    Looks like we are still waiting on this issue, there is another post here that I started:

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/emoticons-not-displaying-correctly-buddypress-1-6-1/

    Obviously this is a repeatable bug in buddypress..

    #142508
    Robert77
    Participant

    I have been waiting over a month on this as well as my other post.. I am using wordpress 1.6.1, I was fine with version 1.5.7.. I checked all plugins and it is not my theme.. it has to be a buddypress issue. When using the extended profile with emoticons on not only do emoticon’s like this :) don’t work but other extended profile fields turn regular text into HTML links for no apparent reason at all.. this is very frustrating as I am about to launch a website and can not have this happening.. someone please help..

    #142498
    modemlooper
    Moderator

    I wouldn’t mess with a plugins code but work around it. You could write a function to redirect user to profile edit page if certain fields are not entered in the profile edit form.

    #142478
    modemlooper
    Moderator

    The default BuddyPress search searches profiles based on profile fields

    #142456
    sandeepandugula
    Participant

    Hi All,

    I used WP-FB-Autoconnect plugin. It works well if any existing user logs in using FB credentials. But, it is not stopping unregistered users from logging in. Ideally, it should direct the unregistered users to the registration page for them to fill some profile fields. Is there any way I could stop unregistered users from logging in using WP-FB-Autoconnect plugin? and also to redirect the unregistered users to the registration page.? Please help.

    Also, is there any better free plugin that handles registration and login effectively? I am looking for FB login/register functionality something similar to the one in Pinterest..

    #142450
    @mercime
    Participant

    @ashraf something’s getting lost in translation. Are you asking how to add profile fields (https://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields) and/or asking for a demo site which allows you to add profile fields (none public that I know of) ?

    #142383
    John
    Member

    Easy solution I didn’t really understand at first.. but not it’s quite obvious.

    I created a profile field check-box (“Publish”) to let users control their visibility within the directory.
    After the while loop I inserted the code:

    `
    `

    Then, following
    `<a href="”>`
    I added my profile fields, one by one:
    `Experience Type: `

    Refinements I’d like.
    Access to Group Fields in bulk, or at least being able to distinguish between group A, field 1 and group B, field 1 if field 1 is named the same within each group. i.e. Family Group, Name, Friend Group, Name.. etc.

    In the mean time, with some appropriate styling, this should give me a good looking member profile page, allowing members to elect to participate in the directory.

    #142315
    Roger Coathup
    Participant

    Yes, you can do this, but you need to write PHP code.

    Have a look at some of the actions that are invoked when profile fields are saved, and hook on to those. It’s a little complicated because you aren’t told which fields have changed (just field groups), so you’ll probably also have to maintain previous value and compare to latest.

    #142294

    In reply to: New to BuddyPress

    clamoreaux
    Participant

    One more question — how do I add profile fields that can only be seen by the user that is setting it up? For example, I want the Name field hidden and the user known on the site by their username only. Right now it is showing as seen by Anyone. I can’t have that on the type of site I am building.

    And can fields be searched on?

    #142267
    infocoolsms
    Participant
    #142250
    John
    Member

    I’m looking at something under the

    like
    `<?php
    $var=bp_member_profile_data(‘field=Field’);
    if $var==”string” { ?>`
    followed by the member loop code with added fields.

    – Put into Practice –
    When I put this into practice using a radio field called Publish with Yes & No options

    `<?php
    $publish_var = bp_member_profile_data( ‘field=Publish’ );
    if ($publish_var == “Yes”) { ?>`

    my directory displays a two yes’ (the correct number of yes’ in the DB) and ends.

    When I edit the code for the opposite
    `<?php
    $publish_var = bp_member_profile_data( ‘field=Publish’ );
    if ($publish_var != “Yes”) { ?>`
    The output is the normal member directory with the field “Publish” displayed atop each member.

    #142169

    In reply to: Need Help

    @mercime
    Participant

    I am answering what you’ve stated in “I would like for a login to not use the admin bar and it all be a front end deal.”

    As for registration, Paul asked you what you needed that was not already in BuddyPress, where by default, you can create xprofile fields in base (primary group) which users can fill up during registration. Then you could create a new profile group and fill it up with fields which users can fill up after they have registered.

    @mercime
    Participant

    == I get the normal wordpress user profile editable fields? ==

    If you mean the first and last names in wp-admin user settings, then you have to create a script to call those as BP xprofile fields has its own settings. Otherwise, you can create First Name field and Last Name field in User > Profiles panel https://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields

    #141860
    bojan85
    Participant
    #141843
    modemlooper
    Moderator

    Yes, you could create this but it would require custom coding. Great idea for using BP. The profile fields can be set up for the required info. The emailing members part is where the custom coding would come into play. You can use WP-Cron to find members with a profile field set to stolen and then execute a notification which will result in an email.

    #141836
    modemlooper
    Moderator

    You can create a select menu but you have to enter options on field creation. No way to pull info from db

    #141835
    maddogmcewan
    Participant

    brilliant, next Q, is there a plugin that can “populate” a text field with data from the wp DB? example say i wanted to show the users country field from wp_users field or say his membership level from membership pro table?

    #141833
    maddogmcewan
    Participant

    tx Hugo

Viewing 25 results - 1,901 through 1,925 (of 3,594 total)
Skip to toolbar