Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 1,576 through 1,600 (of 3,575 total)
  • Author
    Search Results
  • smartmwp
    Participant

    Hi bp-help,

    Thanks so much for replying! My default setting was contributor (roles – add/edit posts, participate in forums, and BP activity). Because of spams I changed it to Subscriber (Only BP activity, no adding posts). The profile fields I am talking about are in the base/primary field only. Even the base fields are not showing up – even name and email! Nothing, just blank. I had to add my own sign-up form using a shortcode to that page to at least show the name and email fields, and that is not working either.

    Many Thanks
    Sonia

    bp-help
    Participant

    @smartmwp
    By default new users are set to subscriber’s so why did you have to set it?
    Is the profile fields you want for registration placed in the base profile which shows up automatically on registration? If you added those fields to a new field group which is secondary then it only shows after the user has activated and logged in to their account and go’s to edit their profile in this secondary field you may have created.

    #163623

    In reply to: Missing Profile Fields

    @mercime
    Participant

    @ebraxton30 know that we are all volunteers here living in different time zones.
    What have you done so far to troubleshoot the problem? Have you checked whether your theme has been updated for BP 1.7+? Did you change to Twenty Twelve theme or the BP Default theme to see if issue is the same or resolved? Or possibly checking if it’s a plugin conflict?

    the test profiles are working. Just not the ones filled in.

    Not quite sure what you mean. Filled in profile fields are not showing up? Site url?

    #163621
    Thunderpeel
    Participant

    These plugins should help 😉

    This one is used for members to choose the group they want on registration.
    https://wordpress.org/extend/plugins/wp-roles-at-registration/

    This plugin assigns specific profile groups to the roles you want.
    https://wordpress.org/extend/plugins/buddypress-xprofiles-acl/

    These both work great together, and I am using them on the most recent WordPress and BuddyPress versions.

    #163595

    In reply to: Missing Profile Fields

    ebraxton30
    Participant

    Can anyone help with this? I have listed all of the information you requested but I’m still waiting for some assistance here.

    Thanks so much.

    #163524

    In reply to: Profile Layout

    Tammie Lister
    Moderator

    If you only want urls you can use profile fields then pull each through to show where you want on the profile.

    Once you’ve set up the profile fields in your admin dashboard you can then output like this:

    <?php bp_profile_field_data( array('user_id'=>$user_id,'field'=>'twitter' )); ?>
    

    This assumes a profile field called Twitter. You may have to set the $user_id depending on if you are outputting on profile or somewhere else.

    Should you want to use different types of fields such as date pickers and so on you can use: https://wordpress.org/extend/plugins/buddypress-xprofile-custom-fields-type/

    #163523

    In reply to: Missing Profile Fields

    ebraxton30
    Participant

    ok, i have asked several questions on this support forum and this is the first time i was directed to this site. here you go…

    1. i am up to date on wordpress, 3.5.1
    2. WordPress was installed as a directory, not a subdomain
    3. Root
    4. WordPress was installed at 3.5.1, not upgraded
    5. yes
    6. 1.7.1
    7. I did not upgrade Buddypress, I installed this version
    8. Bowe Codes, ADJE Event Cal, Buddypress Xprofile Custom Fields, Gravity Forms, Gravity Forms user Registration Add-on, Members, Uber Login Logo, WordPress Font Uploader, WordPress Uploader
    9. I am using the Salutation theme
    10. No
    11. no
    12. n/a
    13. none
    14. bluehost
    15. Linux

    Again…the test profiles are working. Just not the ones filled in.
    i am using buddypress 1.7
    it was a direct install, not an upgrade

    #163518

    In reply to: Missing Profile Fields

    @mercime
    Participant
    #163430

    In reply to: Remove profile links

    bp-help
    Participant

    @praisehim
    For the sake of convenience I made a super light weight plugin wrapped in a class that may enable you to use the Buddypress Xprofile Custom Fields Type plugin along with the plugin I made to get rid of the profile links. Give it a try and give some feedback if this resolves the conflict! Get the plugin here:
    https://github.com/bphelp/bp-remove-profile-links

    #163428

    In reply to: Remove profile links

    praisehim
    Participant

    @bphelp

    I ended up not using the plugin, however, I did make a post in their support forum asking them to resolve it. It seemed like the default profile fields sufficed for me anyway.

    Thank you for your help!

    #163424

    In reply to: Remove profile links

    praisehim
    Participant

    @bphelp

    It’s funny, but the plugin used to creat the custom fields Buddypress Xprofile Custom Fields Type 1.5.5.5 is what is causing the links to appear. I’m very confused as to what to do. I disabled all plugins and the current theme, and the links didn’t appear, however, as soon as I re-enabled the Buddypress Xprofile Custom Fields Type 1.5.5.5, then the links appear.

    What should I do now please 🙁

    bp-help
    Participant

    @walid3
    That sounds like a great idea that maybe you should open a ticket on this.

    Walid
    Participant

    No, sure I didn’t mean inserting countries or cities, I was talking about adding a field in profile fields that open a box where you can paste a list of names and it populate as drop down select box, can come in handy adding every kind of lists.

    bp-help
    Participant

    @walid3
    Glad I could help but realistically that would take a huge amount of effort for the BP Dev team to integrate every country, every state, and every city in the world into BP so I don’t think they would look too seriously at something of this nature. But then again that is just my opinion.

    Walid
    Participant

    Thanks so much for your help 🙂 also, I think about suggesting this as a feature in buddypress trac if that is available, it will be so much better adding all those kind of lists fields through admin panel. I will add the cities list for now, thank you again 🙂

    bp-help
    Participant

    @walid3
    Not sure about the translation but add the code in the link below to bp-custom.php
    http://pastebin.com/asjAAcru

    Walid
    Participant

    I would be thankful for that, here is the list of cities I need to add at the moment:
    http://pastebin.com/pWayVDQH

    bp-help
    Participant

    @walid3
    If you can supply a link with a list to your countries cities then I will try to help you out.

    Walid
    Participant

    Thank you so much guys but I think it will still be time consuming to add each mark before and after every city name ( or is there a way to add them automatically too? )

    I think adding a feature like that to buddypress core would be fantastic, like an option to add a list of names instead of one by one.

    bp-help
    Participant

    @walid3 @aces
    I was thinking of suggesting something along the same lines and just adapt it for cities
    same author @modemlooper .
    Seems like this would be simpler to me anyway:
    https://gist.github.com/modemlooper/5043768

    aces
    Participant

    Maybe the technique used here for US States could be adapted for your cities: https://gist.github.com/modemlooper/5170950 ?

    For a similar way of adding Countries see https://gist.github.com/modemlooper/5043768

    bp-help
    Participant

    @walid3
    It would be helpful to have a list of those 168 cities in your country, preferably as a text document that could easily be pasted into some code.

    #163134
    Henry
    Member

    When you’re creating your profile fields you can drag each field up or down which will help control the order of them.

    The email address, username, password and repeat password fields are part of register.php. If you want to change the order of how these are displayed then you will need to open that file and reorder them manually.

    In theory, the two column set-up could be achieved via CSS (again the markup used can be found in register.php), so you wouldn’t need to know how to write PHP.

    partytrotter
    Participant

    @bphelp, thanks a lot for the help, but I tried adding that line and it didn’t do much :S Here is what my code looks like without the line, where should I add it? Also, just to be sure I am modifying the right file, i took the members-loop.php in the folder of the current theme I am using, is that correct?

    <?php

    /**
    * BuddyPress – Members Loop
    *
    * Querystring is set via AJAX in _inc/ajax.php – bp_dtheme_object_filter()
    *
    * @package BuddyPress
    * @subpackage bp-default
    */

    ?>

    <?php do_action( ‘bp_before_members_loop’ ); ?>

    <?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ) ) ) : ?>

    <div id=”pag-top” class=”pagination”>

    <div class=”pag-count” id=”member-dir-count-top”>

    <?php bp_members_pagination_count(); ?>

    </div>

    <div class=”pagination-links” id=”member-dir-pag-top”>

    <?php bp_members_pagination_links(); ?>

    </div>

    </div>

    <?php do_action( ‘bp_before_directory_members_list’ ); ?>

    <?php cc_get_displaymode(‘members’)?>

    <?php do_action( ‘bp_after_directory_members_list’ ); ?>

    <?php bp_member_hidden_fields(); ?>

    <div id=”pag-bottom” class=”pagination”>

    <div class=”pag-count” id=”member-dir-count-bottom”>

    <?php bp_members_pagination_count(); ?>

    </div>

    <div class=”pagination-links” id=”member-dir-pag-bottom”>

    <?php bp_members_pagination_links(); ?>

    </div>

    </div>

    <?php else: ?>

    <div id=”message” class=”info”>
    <p><?php _e( “Sorry, no members were found.”, ‘cc’ ); ?></p>
    </div>

    <?php endif; ?>

    <?php do_action( ‘bp_after_members_loop’ ); ?>

    partytrotter
    Participant

    @Henry thanks a lot for the help, but I’m really a beginner, I just opened members-loop.php and sincerely can’t find any instruction on how to add custom profile fields, care to explain?

    Thanks a lot again!

Viewing 25 results - 1,576 through 1,600 (of 3,575 total)
Skip to toolbar