Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 15,051 through 15,075 (of 69,016 total)
  • Author
    Search Results
  • #227794
    shanebp
    Moderator

    Unless you are specifically use the BP default theme, BP will use the files in
    buddypress\bp-templates\bp-legacy\

    Are you sure that your theme or child-theme is not overloading those files?

    FlickChicks
    Participant

    I’m still new to buddypress. I’m wondering if this thread might be close to what I need. I don’t want to get any new user notifications sent to me (my admin email address). The notification I get shows the new user’s email address. I want email addresses to be private and drop into some kind of database that I can later use to send newsletters to. Anyway to fix that?

    Thanks

    #227789
    shanebp
    Moderator

    The function works on a test site when I go to home_url() . '/groups/'

    You may need to put it in bp-custom.php.

    #227775
    gcskye
    Participant

    Hey,

    Thank you for the response!

    I’m using this theme:
    http://themeforest.net/item/keronchong-band-music-event-woocommerce-theme/6461791?WT.oss_phrase=&WT.oss_rank=1&WT.z_author=Tokokoo&WT.ac=search_list&ref=GCSkye

    As for plugins, I have quite a few installed. If I disable all of them other than woocommerce and buddypress, the avatars have the same issue. The issue is solved by removing buddypress.

    The avatars are broken everywhere (blog posts, woocommerce product reviews, admin panel) but on the buddypress profile page.

    Edit:
    I should mention, the theme developer has mentioned they did not do any work with making the theme compatible with buddypress. If there is something that needs to be done, please let me know. This is my first time using buddypress on a theme that wasn’t made to support it.

    #227770

    In reply to: Comment Notifications

    milenushka
    Participant

    Hey @chatty24, thanks. Buddypress actually added this functionality to the latest update (activity mentions) but It would be great to have a more convenient bbpress forums mentioning system.

    #227767

    In reply to: Comment Notifications

    chatty24
    Participant

    Hi

    This might help you – Buddypress Activity Comment Notifier

    #227764
    Hugo Ashmore
    Participant

    But I donโ€™t understand how BuddyPress understand that

    It does because it’s written to understand that. WP knows what type of theme is in operation, a main parent ‘ template’ or a theme acknowledging another theme as the template source thus labelling it a child theme; WP provides that information to anything that cares to ask. BP performs a series of simple checks, it looks to see what type of theme in operatio, it checks various hardcoded directory names to see if they exist either in a parent theme or in a child theme and if they contain BP template files, if they exist and do have BP templates then those are used in preference to the original BP ones. It’s not that complex a process but you do need to understand the basic principles of template hierarchy which is a WP construct.

    You can only ever have two themes max a parent and one containing ‘some’ copied files or additional files coded. WP always loads the child theme up checks anything in functions.php then looks at the parent theme and loads that themes templates and functions.php unless it has found a necessary template already in the child.

    #227756
    tecbay
    Participant

    I’m feeling so noob ‘-‘
    Anyways, let me know if I get it…So I knew childtheme had the purpose of “protecting” the theme updates. But I don’t understand how BuddyPress understand that. I mean if I paste a new pages.php in childtheme it will just change all templates of both themes or just the theme of the BP community?

    If this last its right. I have just to create a subfolder /buddypress/ in my CHILDtheme and copy all the content of /plugins/buddypress to that subfolder?
    *Of course, considering that already have a functions.php and style.css for the childtheme.

    #227752
    danbp
    Participant
    #227751
    tecbay
    Participant

    I already have an childtheme(blank and useless) of my own parent theme, but my question is for the buddypress theme. How can I connect him with the BP plugin? What the BP updates means to this childtheme? o.O

    #227738
    danbp
    Participant

    Better a child theme and to start, read here first:
    https://codex.wordpress.org/Child_Themes

    and once you understood how it works, you can read again
    https://codex.buddypress.org/themes/building-a-buddypress-child-theme/

    and search on the forum for topics related to theme. ๐Ÿ˜‰

    #227737
    thatchrischaos
    Participant

    Well I deactivated all my plugins (with the exception of the buddypress plugin) and then tried to create and new account as a user and it worked. No white screen.

    So then I thought id activate my plugins one at a time and see at what point would I get the white screen again after submitting the sign up page. Well I didn’t. All my plugins are back to being active again and I can still sign up as a new user. Not sure if it has to do with the order in which plugins are installed and activated or what but it seems to work now.

    #227733
    mohammad-mursaleen
    Participant

    Sure you can change that link as well as content of confirmation email by adding the following code in you function.php;

    add_filter( 'bp_core_signup_send_validation_email_message', 'custom_buddypress_activation_message', 10, 3 );
     
    function custom_buddypress_activation_message( $message, $user_id, $activate_url ) {
        $user = get_userdata( $user_id );
        $activate_url = 'http://www.domain.de'; // change this link to what ever you want.
        return "Hi $user->user_login,
    Thanks for registering! To complete the activation of your account please click the following link:
    $activate_url 
    Thanks,
    Jesin";
    }

    For more details you can visit the following link;
    http://jesin.tk/custom-buddypress-activation-email/

    #227732
    mohammad-mursaleen
    Participant

    Try deactivating all plugins and then check if this issue still continues.

    Explanation:
    Mostly it happens if some plugin is interfering in registration process because the way BuddyPress registers a user is a bit different then what happens in WordPress by default for which usually plugins are designed.

    #227724
    iburnthings
    Participant

    https://buddypress.org/support/topic/hide-profiles-of-a-specific-role-not-admin/

    I created a new thread. Sorry to hijack/resurrect this thread.

    #227714

    In reply to: BP Group Extension API

    shanebp
    Moderator

    Where are you running your code?
    Try it in a plugin or in bp-custom.php

    Try this code.

    #227710
    shanebp
    Moderator

    Create a template overload of one or more of the files found here:
    \buddypress\bp-templates\bp-legacy\buddypress\members\single\

    #227703
    shanebp
    Moderator

    1. No need to create register.php, just copy this file:
    buddypress\bp-templates\bp-legacy\buddypress\members\register.php
    into your theme/ child theme using this approach.

    Then adjust it accordingly.
    You don’t say whether ‘location’ is a required field – that will affect where in the file you make your adjustments.

    Will the values for ‘location’ change very often?
    If not, you can use code to create both the field and all the values, so you don’t have to manually enter all the values.
    And won’t have to overload register.php
    Example

    #227416
    Ben Hansen
    Participant

    it depends for some theme developers it just means they have tested it out and not found any major issues for others they have taken the time to do custom layouts with buddypress specific features in mind. but yes to reiterate most any theme should at least be basically compatible since buddypress takes care of its own layout automatically.

    #227398
    Henry Wright
    Moderator

    See this post. There’s a bug in iOS 8 file uploads. I’m not sure if it has been resolved yet.

    #227386
    Ben Hansen
    Participant

    i would only add that a theme which is designed specifically for buddypress can be better depending on your situation especially if the theme dev took special time to do a better job on those buddypress specific pages.

    #227370
    danbp
    Participant
    #226207
    jjese
    Participant

    Well, my answer may be found somewhere in here: https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/

    But after reading it, I’m still unlear as to how to match the Buddypress page style/template with the rest of my site.

    #225864

    In reply to: Members Directory

    Chrisw83
    Participant

    For anyone looking. Here is an update.

    1) I have created a page and called it, Homeowners Directory. In buddypress I have selected this page to show the members directory Buddypress -> Pages -> Members. How do I change the title of this page from Members to something else?

    /wp-content/plugins/buddypress/bp-members/bp-members-loader.php

    ‘directory_title’ => _x( ‘Members’, ‘component directory title’, ‘buddypress’ ),

    Change Members to what you need.

    2) Currently on the Members Directory the members Name is shown, how do I add other profile fields here?
    (Note, I am using s2member)

    Add the following code below “><?php bp_member_name(); ?><br />

    Change street_address to your s2member profile ID.

    <?php
    $id400 = bp_get_member_user_id();
    $fields = get_s2member_custom_fields($id400);
    echo $fields[“street_address”][“user_value”];
    ?>

    /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/members-loop.php

    4) When you click on and view someones profile, what file do I need to edit to add a Return button to go back to the members directory?

    /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/member-header.php

    #225815
    danbp
    Participant

    Have you tested with one of the bullet proven 2013 or 2014 themes ?

    Some Dynamix related topics can be found here.

    โ€“ Members import โ€“ I used it two other times a year ago for different lists with no problem.
    A year ago means datas from BP ~1.7 and the reason why i mentionned the ticket.

    my issue isnโ€™t with avatars
    I have a doubt ๐Ÿ˜‰ : on your members directory, the default avatar is gravatar who doesn’t appear. Avatars may not be the issue but are related to profiles.

    Try to use Mystery Man instead. if he appears as default avatar, there is perhaps a conflict with media upload or permalinks.

    The other thing i observe, is that you and the other user who’s profile access is ok, are the only one using a username in the URL. All other members have first and last name.

    Do you use a custom function or a plugin to get this ?

    About wpengine, is this already the case ?

Viewing 25 results - 15,051 through 15,075 (of 69,016 total)
Skip to toolbar