Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 16,376 through 16,400 (of 68,918 total)
  • Author
    Search Results
  • jasonsherwin
    Participant

    Hi Guys,

    I’m also experiencing this issue with a broken registration form.
    Fresh wp + buddypress install.

    WP_DEBUG doesn’t report anything… the registration form just fails silently on submit.
    I don’t have any weird directory naming going on like hope mentioned above^
    I just had a fresh test wp install setup on mamp at http://localhost:8888/wordpress/
    Tried renaming this dir in case it was some reserve word issue with ‘wordpress’… still no luck.

    wp 3.9.1
    bp 2.0.1

    cheers,

    – jason

    #184197

    In reply to: redirect user login

    modzirra
    Participant

    So, I’ve been combing these forums for weeks for a very similar problem, and being that this is the closest solution post, I thought I would ask here, extending the support for this problem.

    I would like to redirect users during login in the following manner:

    If logging in from the front page (site, not user): redirect to user profile
    If logging in from anywhere else: redirect to original url (where original url is the url where the login process was initiated)

    Currently I am forced to run the following for backwards compatibility reasons:
    WP: 3.7.3
    php: 5.3.10
    bbPress: 2.5.3
    BuddyPress: 1.9.2 +5 complimentary plugins

    Active Plugins
    45+ with the most relevant being:
    BadgeOS: 1.3.5 +4 complimentary plugins
    Bowe Codes: 2.1
    BP My Home: 2.0
    BP RedirecttoProfileforBuddypress: 1.2
    BP Simple Front End Post: 1.1.4
    BuddyBlog: 1.0.4

    I’ve tried to edit the redirect plugin mentioned often here as well as with no luck.

    Here is a sample of one of my latest attempts (a modification on redirect to profile plugin):

    add_filter("login_redirect","bpme_redirect_to_profile",100,3);
    
    function bpme_redirect_to_profile( $redirect_to_calculated, $redirect_url_specified, $user ){
    	/* if no redirect was specified,let us think we want the current page */
    	if( empty( $redirect_to_calculated ) )
    		$redirect_to_calculated=$redirect_url_specified;
    	
    	/* if the user is site admin or not and it's the front page,redirect to his/her profile */
    	if( is_super_admin( $user->ID ) && is_front_page() )
    		return bp_core_get_user_domain( $user->ID ) . 'profile/';
    	if( !is_super_admin( $user->ID ) && is_front_page() )
    		return bp_core_get_user_domain( $user->ID ) . 'profile/';
    	else
    		return $redirect_to_calculated; /*if site admin or not logged in,do not do anything much*/
    
    }

    (I recognize that the admin user check is redundant, that was part of some debugging I was doing)

    I find that every time I try to check for the front page, something happens to interrupt the redirect process. Without a check for front page: Working great! With the check for front page: No Bueno! I’ve been using several debugging plugins and if I understand them correctly, most of the issue has to do with the sidebar login location (it seems to ignore wp_login and login_redirect hooks/filters) and checking for the front page.

    I tried many other plugins and most of the code (with minor adjustments for my needs) that was offered on the forums here, including the Ajax one, but most of our login process is done through the sidebar and they just don’t ever get called or triggered during the sidebar login process.

    I would love some advice on how to adjust what I have and get it working properly.

    Your help is appreciated, thanks!

    #184194
    Henry Wright
    Moderator

    Hi @josephfrio13yahoocom and @lflier

    Component navigation is set-up in the component’s class. For example, the setup_nav method within the BP_Friends_Component class does this for the Friends component. See here for exactly how it’s done.

    To my knowledge, there is no easy way to move subnavs around.

    #184191
    LeafyGrove
    Participant

    Nevermind found: “CubePoints Buddypress Integration” joining someone to group seems to be part of it.

    #184174
    nirgalo
    Participant

    a nice article on how to modify the member’s loop display here. Just need to check in the loop for presence of an admin and not display it.

    #184172
    nirgalo
    Participant

    I found out the code displaying content of the Members page is buddypress/bp-templates/bp-legacy/buddypress/members/index.php. Since I am using BP 2.0.1, is this normal code from bp-legacy is executed?

    #184170
    shpitzyl
    Participant

    Hi @sylmurray sorry for the late replay. Saw your post just now.
    It is located at bp-templates/bp-legacy/buddypress/members/single/profile/

    Copy the file to your child theme, create this directory structure:

    [Your-child-theme]/buddypress/members/single/profile/

    #184164
    @mercime
    Participant
    #184162
    @mercime
    Participant

    My members can join groups, but the problem is that if they click on teams they can’t create them.

    Please clarify. Did you create a new BuddyPress teams component or are you referring to your groups as “teams”? If you are referring to your groups as “teams” did you enable group creation for all users in Settings > BuddyPress > Settings ?

    @mercime
    Participant

    @titoesco Activate BuddyPress and configure BP settings activating the Extended Profiles component only. BP is compatible with nearly all WordPress themes.

    jeremykamiya
    Participant

    Yes, clearing history and cache seemed to work for me. I am still in the development stages of my site, but I feel good (enough) about my hypothesis and am not freaking out when I run into the “no activity found” message – so far, every time I reset my browsers it restores the activity. If you find different results, please post.

    For front-end stuff, I’m using WP-toolset ( http://wp-types.com/ ). I’m not sure that this is best, but without a formal (“paid for”) coding education this is what I choose. I think buddypress and bbpress will do the job for me for now.

    #184157
    Tommy White
    Participant

    Resolved in THIS THREAD

    #184153
    touomiwilly
    Participant

    I had the same issue, and I resolved it without deleting files and database.

    To show group avatar, Buddypress uses a setting from wordpress. When it is disabled, Buddypress won’t show your group avatar. So, in admin, go to Settings > Discussion and make sure Show avatars is checked in Avatars section (you can find it at the bottom of the page).

    Once I checked it, avatars started to show on my site. I hope it will be the same for you.

    #184134

    In reply to: Help with profiles

    blu3shad0w
    Participant

    well the idea being is that I’m after creating a guild/clan plugin for the community that well kinda of sits on/makes use of wordpress and buddypress….

    There are some plugins out there, but they don’t go far enough in terms of the way they do it.

    If not create a plugin then well a how to so people can config it…

    In regards to the conditional fields plugin is there a way to alter it so that the lower level can be say a picture, a number, a text field that you enter…or are you restricted to just a set option that you already fill out….

    #184129
    @mercime
    Participant

    @tjr3217 Go to Appearance > Menus and click on the “Screen Options” tab at the upper right hand area of the screen to open up the contextual help panel. Top line of the panel, check BuddyPress to “Show on Screen”.

    Strange that the BuddyPress page links didn’t show up under either the “Most Recent” or the “View All” tab of your Pages metabox.

    #184108
    Nasongo
    Participant

    Was this issue sorted out.I have been biting my brains for along time now with the same issue. I f yo could assist. I need to change the words “Avatar” to Profile pictures. DO I do it from the control panel or should I have to do it through the Buddypress “Editor” option.
    Any assistance will be highly appreciated.
    Kind regards

    #184102
    paton400
    Participant

    No, I need to grant the user role permission to ‘edit users’. But by granting that, I’m granting them access too much access.

    I want only want them to be able to change the information in other users profile fields. I don’t want them to be able to read private messages.

    Is this a question for Buddypress, WordPress or my user role permissions plugin?

    #184098
    shanebp
    Moderator

    Is your sidebar in a BuddyPress page ?

    Take a look at the BP_Core_Members_Widget

    #184094
    shanebp
    Moderator

    >As an alternative solution, is it possible to exclude all members in the above list if they had selected ‘N/A’ for Dog Breed?

    Yes, there are 2 ways:

    1) https://codex.buddypress.org/plugindev/using-bp_parse_args-to-filter-buddypress-template-loops/
    2) https://codex.buddypress.org/developer/loops-reference/the-members-loop/#code-examples

    >Is it possible for me to not display the line for ‘N/A No Dog’ whenever a member has specificed “No Dog” in the ‘Dog Breed’ field on their profile?

    Yes, use bp_get_member_profile_data instead:

    $dog_size = bp_get_member_profile_data('field=Dog Size'); 
    if ( $dog_size != false ) echo $dog_size;
    #184087
    dromy
    Participant

    just to add buddypress member link to the members page URL the #main encore.

    instead of http://www.website.com/members/username/
    a like with ancore http://www.website.com/members/username/#main

    BTW, trying this, removing the <?php before the script and ?> after creates the line as text on page boxy.

    #184085
    Henry Wright
    Moderator

    @pietro_sferrino as a general guide to how templates work check out the BP Template Hierarchy

    The template for the registration page would normally live here:

    /your-theme/buddypress/members/index-register.php

    You can edit that file if one has been set up by Mingle but as I say, I’m not sure what Mingle does because it’s code isn’t available.

    #184074
    dromy
    Participant

    so, just to make this clearer to me:
    I add to the [theme]/buddypress/function.php this:

        function bpfr_my_directory_setup_nav() {
           echo’#main‘; // link to what you want
        }
        add_action( ‘bp_members_directory_member_types’, ‘bpfr_my_directory_setup_nav’ );

    or any thing I want on the echo field between the two ‘.

    Did I get it right?

    #184071

    In reply to: Help with profiles

    danbp
    Participant

    It’s a field builder plugin, not a filter, so no it wouldn’t help you. BuddyPress already do this (building fields and fields section) for xprofile component, so such a plugin is not to use with BP.

    Conditionnal fields is an old and remaining “must have” thing, but the state of the art is far away i guess.
    https://buddypress.org/support/topic/buddypress-conditional-profile-fields-available-now/

    i would take a try over Gravity Form at your place.

    #184070
    danbp
    Participant

    Where do you use this code ?

    Read here and see especially the recommendation at the end of the post:

    Members Loop


    or view more here:

    Add custom filters to loops and enjoy them within your plugin

    #184049
    danbp
    Participant

    Are you aware about css styling ?
    The css goes into your theme style.css, not in the core file.

    Please read a little the codex before asking for such basic things !
    Read about child-theme and buddypress customization. On BP’s codex and WP codex too.
    You can also learn a lot by only reading topics on this forum.

Viewing 25 results - 16,376 through 16,400 (of 68,918 total)
Skip to toolbar