Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,151 through 10,175 (of 73,985 total)
  • Author
    Search Results
  • Kristian Yngve
    Participant

    https://buddypress.org/support/topic/how-to-edit-the-text-in-registration-page/

    I have found and followed this as best I can, my Template Overload File is in this root:

    Wp-content/themes/child-theme/buddypress/register.php/

    The problem is, I think, that Buddypress isn’t finding my Template Overload File in my child-folder.

    Should the ideal root for Template Overload Files be
    Wp-content/themes/buddypress/register.php/ ??

    It’s driving me crazy how most of my buddypress tweaks I make go with no affect at all.

    #268434
    waseemabbask
    Participant

    I am using mailgun and buddypress but my buddypress emails loose its formatting. I want to rewrite wp_mail in mailgun as @djpaul has mentioned in one of the threads.

    Please can you provide me hints to rewrite wp_mail in mailgun. I have tried it myself but still the same problem. Mails sent through mailgun are not formatted as per format in buddy presss. All help would be highly appreciated.

    #268433
    prototurk
    Participant

    plugins/buddypress/bp-blogs/bg-blogs-activity.php

    $post_link = '<a href="' . esc_url( $post_url ) . '">' . $post_title . '</a>';

    I found the related code but I can not add the h tag. h does not add the tag, but the span tag is added. Interesting πŸ™

    #268432
    ezwayuk
    Participant

    Hi Forum,

    I wonder if anyone can help? I have recently brought a Kleo theme witch came included with a nicely customised BuddyPress theme as shown at this link: https://seventhqueen.com/themes/kleo/members/kleoadmin/

    However for technical reasons I am not able to use the Kleo theme for the website that I am creating so I will no longer be using my recently purchased Kleo theme.

    The sad thing is that I actually brought that theme solely for how the looks of its BuddyPress theme…. Now the question is, is there any way that the look / design or skin of this theme can be extracted and used in my BuddyPress plugin that I downloaded from the WordPress theme site?

    I look forwards to hearing if this request is possible.

    Kind regards.

    Fitz.

    #268427
    metalhead
    Participant

    Put it all in one column:

    /* Aligns Registration Profile Details fields to the left */
    #buddypress .standard-form #basic-details-section,
    #buddypress .standard-form #blog-details-section,
    #buddypress .standard-form #profile-details-section {
        width: 100%;
    }
    #profile-details-section {
        margin-top: 20px;
    }

    And the finish button too (recommended):

    #buddypress .standard-form#signup_form div.submit {
        float: left!important;
        margin: -12px 3px 3px 3px!important;
    }

    That should line it all up in 1 row. Congrats on not paying someone $1000 for that info πŸ™‚

    #268426
    Kristian Yngve
    Participant

    I am using all the updated versions:
    WP: Version 4.8.2
    BP: Version 2.9.1

    My registration form when signing up to my site with Buddypress appears in two rows:

    Registration Page

    I think it looks good / professional this way, but it’s a little squashed / coming off the edge on mobile devices. Is there any CSS that can target this page specifically to at least keep my registration page contained within the page (even if it is a little squashed).

    #268420
    noobiestrikesagain
    Participant

    Hey,

    I’m trying to retrieve meta data from Signup form using the user id. (wp_signup table)

    I have tried various methods like:

    function bp_user_field ($user_id){
    $usermeta = BP_Signup::get( array('meta'=> $usermeta ) );
    $usermeta2 = array(
    			'signup' => $bp->signup->meta);
    $usermeta3 = $user['meta']
    
    update_user_meta($userid, 'irt_field', $usermeta['irt_field']);
    return $user_id;
    }
    add_filter( 'bp_core_activated_user', 'bp_user_field',1 );

    I have verified that my data was successfully stored to $usermeta that I’m trying to fetch.

    Note: I have already checked https://buddypress.org/support/topic/how-to-add-custom-usermeta-to-registration but couldn’t make it work.

    Thanks in Advance!

    #268419

    In reply to: BP and PMPro

    livingflame
    Participant

    Currently PMPro has no official relationship with BuddyPress.

    The relationship depends on the Theme.

    Themes like SweetDate have options for PMPro.

    #268413
    zzjoelzz2
    Participant

    hey, guys!

    is it possible to “convert” groups to a custom post type?

    I’m having several issues because I’m unable to do some search plugin and filter plugins, because buddypress groups are not custom post type like forums, for example.

    If it were even possible to “mirror” the creation of groups and transpose a post type with the main information too … I do not know …

    Any help or tip will be welcome

    #268405
    MSoliman
    Participant

    the question have been answered before 7 years ago in this ticket , but unfortunately the provided codes doesn’t work anymore … what i need is to show group avatar instead of the member avatar in any group update post
    https://buddypress.org/support/topic/group-avatar-in-activity-stream/

    #268399
    MSoliman
    Participant

    the question have been answered before 7 years ago in this ticket , but unfortunately the provided codes doesn’t work anymore … what i need is to show group avatar instead of the member avatar in any group update post
    https://buddypress.org/support/topic/group-avatar-in-activity-stream/

    #268398
    mattadin
    Participant

    Hi,

    Praying someone in this community may be able to assist with two issues.

    1. I’m currently using BuddyPress combined with PMPro to charge members for access to a network, through the BuddyBoss ‘Boss’ theme ( https://thesmallbrandnetwork.com/ ). As such, for registration, I need new members to be processed through the PMPro checkout process, NOT able to join via the standard BP/WP signup form. I know at first this might sound like something that has been asked too many times, but I believe what I want to do differs from previous problems. When you view the site logged out/as a non member, there is a “Register” button and “Login” Button (from BP). What I need is for this “Register” button from to act the same way as the “Join” page that I have added into the title-bar menu. Despite my best efforts and countless hours of research, the BP “Register” continues to eventually redirect to the standard WP/BP signup.

    I am relatively fresh still to coding with WP, thus am using the “My Custom Functions” plugin. If any code could be added through this plugin, that would be great!

    2. How would change the BP “Register” button from “Register” to “Join”?

    Any support for the above two problems would be massively appreciated.

    Also, apologies if this has in fact been discussed before.

    Thanks,

    Matt

    #268388
    saidsanka
    Participant

    hello dear i hava installed buddypress on my my site http://bestonlineblog.com but when activated the plugin it automatically deactivating so what can i do?

    #268373
    wzshop
    Participant

    Hi,
    I have this code below for one custom post type to be shown in the activity feed. All works fine, but how can i use this also for an extra CTP?

    I tried adding an extra line add_post_type_support( 'listing_2', 'buddypress-activity' );
    But that is not working. Also i rather have different tracking_args for the different custom post types.

    Anyone? Thanks!

    <?php
    //Listing activity support
    function customize_page_tracking_args_listing() {
        // Check if the Activity component is active before using it.
        if ( ! bp_is_active( 'activity' ) ) {
            return;
        }
     
        // Don't forget to add the 'buddypress-activity' support!
        add_post_type_support( 'listing', 'buddypress-activity' );
     
        /**
         * Also don't forget to allow comments from the WordPress Edit Page screen
         * see this screencap https://cldup.com/nsl4TxBV_j.png
         */
     
        bp_activity_set_post_type_tracking_args( 'listing', array(
            'action_id'                         => 'new_listing',
            'bp_activity_admin_filter'          => __( 'Vermelding toegevoegd', 'custom-textdomain' ),
            'bp_activity_front_filter'          => __( 'Vermelding', 'custom-textdomain' ),
            'bp_activity_new_post'              => __( '%1$s heeft een nieuwe vermelding genaamd <a href="%2$s">[vermelding]</a> toegevoegd', 'custom-textdomain' ),
                    'contexts'                          => array( 'activity', 'member' ),
            'comment_action_id'                 => 'new_listing_comment',
            'bp_activity_comments_admin_filter' => __( 'Reageerde op vermelding', 'custom-textdomain' ),
            'bp_activity_comments_front_filter' => __( 'Reacties op vermelding', 'custom-textdomain' ),
            'bp_activity_new_comment'           => __( '%1$s reageerde op <a href="%2$s">een vermelding</a>', 'custom-textdomain' ),
            'position'                          => 100,
        ) );
    }
    add_action( 'bp_init', 'customize_page_tracking_args_listing', 1000 );
    function new_listing_include_post_type_title( $action, $activity ) {
    	if ( empty( $activity->id ) ) {
    		return $action;
    	}
    
    	if ( 'new_listing' != $activity->type ) {
    		return $action;
    	}
    
    	preg_match_all( '/<a.*?>([^>]*)<\/a>/', $action, $matches );
    
    	if ( empty( $matches[1][1] ) || '[vermelding]' != $matches[1][1] ) {
    		return $action;
    	}
    
    	$post_type_title = bp_activity_get_meta( $activity->id, 'post_title' );
    
    	if ( empty( $post_type_title ) ) {
    
    		switch_to_blog( $activity->item_id );
    
    		$post_type_title = get_post_field( 'post_title', $activity->secondary_item_id );
    
    		// We have a title save it in activity meta to avoid switching blogs too much
    		if ( ! empty( $post_type_title ) ) {
    			bp_activity_update_meta( $activity->id, 'post_title', $post_type_title );
    		}
    
    		restore_current_blog();
    	}
    
    	return str_replace( $matches[1][1], esc_html( $post_type_title ), $action );
    }
    add_filter( 'bp_activity_custom_post_type_post_action', 'new_listing_include_post_type_title', 10, 2 );
    #268371
    thedragonsguide
    Participant

    Hey, I’m new to BuddyPress. Is there anything that can be done if your theme isn’t compatible with buddypress? It said it was when i installed buddypress but I can’t upload avatars, cover photos for groups or profiles or group images. I am able to do all those with other themes (I tried it out)…. πŸ™ but I really like the theme I’m using.

    I’m using Buddypress 2.9.1 WordPress 4.8.2 and the theme SuperMag.

    #268370
    tinodo
    Participant

    I probably don’t have a real solution for you, but for the record, images uploading on Buddypress will not have a same CSS everytime. Just think about it, because avatars and cover images are new images uploading into our database, and lazy load will exclude core images (which have specific classes throughout). If you’re planning to add the uploading image area into lazy load, it will probably not work also since you’re using the class of the surrounding/background/border/area not the actual image that is uploaded.

    Second of all, I have the same issue as yours. And my solution is to officially turn off lazy load. Because lazy load can actually affect our SEO rather than helping it grow. And the resolve is too hard to figure out since it’s not the problem of both theme and Buddypress, neither will have a solution (And lazy load plugins are one time development, noone will stick around to adjust this upload that for us).

    tinodo
    Participant

    Hi, this is my current version:
    – Latest WordPress 4.8.2
    – Buddypress 2.9.1
    – Bimber WordPress Theme 5.0.2

    Problems: Everything is fine except for the uploading and cropping part. The cropping handle was nowhere to be seen, like a tiny little pixel on the screen but when I hover the mouse it appears the cross cursor. And of course, unusable in everyway. So below is my problem: big avatar remains, a tiny black dot on the top left corner.

    Anyone had this same issue please help, I would be so thankful. Bimber is probably not the problem to all of this because the theme itself is really light-coded and every other function went really well. There is no conflict on other plugins since I only use plugin for contact or such, not any involving JQuery or anything.

    #268363
    learntodesign
    Participant

    Is there any function I can tap into to set a default search upon going to the members page? For example the search page will automatically generate a $_GET request based on specific profile fields and go to /members/?field_6=Teacher&field_8=apple, instead of the user having to manually select these fields and then submit the form.

    I know I can do something similar by adding a custom query to the members loops as designated here:

    Members Loop

    However, this does not edit the form directly and only the members loop, and is not clean in my opinion.

    #268360
    Humiges
    Participant

    Hello,

    I’m sorry, but I can’t find the way how to import Avatars.

    We are moving to wordpress/buddypress and we have over 100.000 users. We have successfully transfer all data, but can’t find the way to connect user to correct avatar…. because e are moving from custom build website – all users’ avatars are in one folder and not separated by users’ folders like in buddypress.

    Please, is there anyway – even in database, how we can link users to correct avatar?
    Thank you

    coolhunt
    Participant

    Hey Guys,

    Im using the Buddypress Json Api Plugin..

    BuddyPress Json API

    Im trying to use “members_get_members”

    This returns users http://coolhunt.la/api/buddypressread/members_get_members/

    Im wondering how to search it maybe something like http://coolhunt.la/api/buddypressread/members_get_members/?get_members=denim

    Any ideas or tips

    Ive been trying to look thru this documentation https://wordpress.org/plugins/json-api/#3.1.-Output-modifying-arguments

    But its not that helpful for me.

    Thanks guys

    quadko
    Participant

    For some reason whenever someone registers on my website through buddypress and they try to change the setting for who can see “your name” it does not work. You can click on a different choice but then when you click close to exit from the setting it just goes back to the original “everyone”

    Anyone have a solution/troubleshooting ideas?
    Is this a bug anyone else has?

    smurfworks
    Participant

    Hey team,

    I’ve searched older replies for an answer on how to do this but can’t seem to find anything that matches this scenario. I have a profile field group of custom fields that currently sits within the ‘view’ and ‘edit’ profile tab on buddypress. For both of these views, I’d like to move editing this single group to under the settings tab.

    I assume there’s probably some custom development involved, however as we have this great implementation of field management, I’m hoping there’s a way I can move it under the settings menu and still re-use a bunch of this functionality that’s all ready to go.

    I’m sorry if this topic is inappropriate for this forum, it’s my first time asking for help here.

    Thanks!

    #268348
    livingflame
    Participant

    Hi there. I need some help.

    Photo example (link)

    If you click e. g. Add Friend button (1st times), automatically changes to Text: Cancel
    friendship Request, and the style is broken until you refresh the page. The same, if you click Cancel friendship Request, changes to Add Friend (text).

    A person said:

    Then replace this file content: /wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php with this one: https://pastebin.com/raw/XjsaY26E
    This will overwrite a BuddyPress core file, since the ajax, it returns the “Add friend” text dynamically this it’s the single option, you can ask the BuddyPress forums about how to overwrite the ajax.php file in child theme.

    But, this does not work now. So, help!


    @shanebp


    @modemlooper


    @r-a-y


    @dcavins


    @mercime


    @imath

    #268346

    Hi,

    Here’s a list of all style and script files that are included in the head section of very page on every site in a BuddyPress network:

    
    <link rel='stylesheet' id='bp-admin-bar-css'  href='.../wp-content/plugins/buddypress/bp-core/css/admin-bar.min.css?ver=2.9.1' type='text/css' media='all' />
    <link rel='stylesheet' id='bp-legacy-css-css'  href='.../wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress.min.css?ver=2.9.1' type='text/css' media='screen' />
    
    <script type='text/javascript' src='.../wp-content/plugins/buddypress/bp-core/js/confirm.min.js?ver=2.9.1'></script>
    <script type='text/javascript' src='.../wp-content/plugins/buddypress/bp-core/js/widget-members.min.js?ver=2.9.1'></script>
    <script type='text/javascript' src='.../wp-content/plugins/buddypress/bp-core/js/jquery-query.min.js?ver=2.9.1'></script>
    <script type='text/javascript' src='.../wp-content/plugins/buddypress/bp-core/js/vendor/jquery-cookie.min.js?ver=2.9.1'></script>
    <script type='text/javascript' src='.../wp-content/plugins/buddypress/bp-core/js/vendor/jquery-scroll-to.min.js?ver=2.9.1'></script>
    <script type='text/javascript'>
    /* <![CDATA[ */
    var BP_DTheme = {"accepted":"Accept\u00e9","close":"Fermer","comments":"commentaires","leave_group_confirm":"Voulez-vous vraiment quitter ce groupe ?","mark_as_fav":"Favori","my_favs":"Mes Favoris","rejected":"Rejet\u00e9","remove_fav":"Supprimer le favori","show_all":"Tout afficher","show_all_comments":"Afficher tous les commentaires de cette discussion","show_x_comments":"Afficher tous les commentaires (%d)","unsaved_changes":"Votre profil contient une ou plusieurs informations non sauvegard\u00e9es. Si vous quittez cette page sans les enregistrer, ellles seront perdues.","view":"Afficher"};
    /* ]]> */
    </script>
    <script type='text/javascript' src='.../wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.min.js?ver=2.9.1'></script>
    

    Now, needless to say this hurts page load times and so SEO results badly. Worse is that this applies to every page on every site in the network!

    Now I could understand the buddypress admin bar related stuff, if the admin bar was actually activated. But it all seems to be loaded whether it’s actually needed on that page or not … and whether the related module or options is even activated or not :S

    Apart from the performance impact, I see it actually hurt theme scripts on sites in the network. Like the jquery smooth scroll that is used by Genesis / Agency Pro theme, it just gets overruled and rendered useless by the activity feed / scrollto scripts.

    IMHO these should ONLY be loaded on the activity page or other BP pages, or if any of the BP widgets (do any of them need extra assets?) are used… And even then, not way up in the header if at all possible.

    Why is it implemented as it is now? Convenience or actual necessity?

    Thanks for any clarification or thoughts πŸ™‚

    bulld_digital
    Participant

    No matter what I try, the template I put into /wp-content/themes/my-theme/buddypress/members/single/member-header.php does not load. it keeps on loading the default template.

    However the strange thing is that the template I put here: wp-content/themes/my-theme/buddypress/members/member-loop.php does load.

    Any ideas?

Viewing 25 results - 10,151 through 10,175 (of 73,985 total)
Skip to toolbar