Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 9,901 through 9,925 (of 73,984 total)
  • Author
    Search Results
  • #269163

    In reply to: Armember badges

    patricktank
    Participant

    is there someone who can help me out here…
    i just need the arm badge in the profile header and the overview of the buddypress profile…

    #269153
    #269152
    DragoWeb
    Participant

    Hi, I have this error message

    “There was a problem cropping your profile photo.”

    when I try to upload an avatar image with a width of 450px and above. Starting to 451px it works (even with an height of 150px). I get a warning message only if I try to upload an image under 150x150px :

    “You have selected an image that is smaller than recommended. For best results, upload a picture larger than 150 x 150 pixels.”

    So, I suppose this problem doesn’t come from a setting option somewhere.

    The problem is the same when I switch to the default theme Twenty Fifteen and I have no other plugin activated (except HideMySite). Cover image works without problem. Cropping image works with Ultimate-member plugin and in WP admin -> Media -> Edit/crop as well.

    Config:
    Wordpress (new install) v4.9
    Buddypress 2.9.2
    php 5.6
    GD enabled

    Thanks.

    #269148
    Harsh
    Participant

    Hi,

    I recently updated buddypress to 2.9.2 and after that my RSS feeds are not working. I tried all ways to find if this is a conflict by enabling/disabling plugins and switching theme. But I am getting this error on my group feeds page..

    This page contains the following errors:
    
    error on line 2 at column 6: XML declaration allowed only at the start of the document
    Below is a rendering of the page up to the first error. 

    Thanks in advance.

    seriouslightbox
    Participant

    Hello, I successfully created a new BuddyPress Profile Tab called “Videos”. This page shows all videos shared by that user (custom post type called “video”). It also shows the pagination, however, once the pagination is clicked, it brings me to a 404 page. Here’s what I have so far:

    function my_videos_screen_content() { 
        echo 'We are currently working on this section, some content may not appear properly. Thank you for your patience.'; ?>
    	<div class="container">
        		<div class="row">
    			<div class="col-sm-8">
                	<div class="row video-section meta-maxwidth-230">
    	<?php 
    	
    	$custom_query_args = array(
            'post_type'         => 'video',
            'author'            => bp_displayed_user_id(),
    		'posts_per_page'    => get_option( 'posts_per_page' )
            );
    	
    	$custom_query_args['paged'] = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1;
    	
    	$custom_query = new WP_Query( $custom_query_args );
    	
    	$temp_query = $wp_query;
        $wp_query   = NULL;
        $wp_query   = $custom_query;
    
        if ( $custom_query->have_posts() ) : while ( $custom_query->have_posts() ) : $custom_query->the_post();
    		get_template_part( 'loop', 'video' );
    		endwhile; ?>
    		</div>
    		<?php endif; 
    		wp_reset_postdata(); ?>
    	    
    	    <?php // Custom query loop pagination
            previous_posts_link( 'Newer Videos' );
            next_posts_link( 'Older Videos', $custom_query->max_num_pages );?>
            
            <?php // Reset main query object
            $wp_query = NULL;
            $wp_query = $temp_query; ?>
    
    			</div>
    		</div><!-- /.row -->
    	</div>
    	</div><!-- /.container -->   
    <?php }

    NOTES:
    Wordpress Version : Latest
    BuddyPress Version : Latest
    Theme : VideoTube

    Any help would be greatly appreciated – thanks!

    #269139
    Boone Gorges
    Keymaster

    Don’t abandon the Groups functionality or BuddyPress over this small display issue! With a plugin like this https://wordpress.org/plugins/simple-custom-css/, it is trivial to add the CSS that I gave above.

    Building a child theme is more complex, and is something you should learn down the road if you plan to make extensive customizations. But if you just need to make a small change like what I’ve suggested, then a plugin like https://wordpress.org/plugins/simple-custom-css/ is more than enough.

    #269132
    autox420
    Participant

    Not what you are serching for but plugin BuddyPress bulk delete can delete all activity.

    #269131
    jelee
    Participant

    WordPress: Versie: 4.9
    Theme: Appointment Versie: 1.0.9
    BuddyPress 2.9.2

    The automatically generated buddypress page are empty.
    Checked the setting (everyone allowed to register) in settings -> general
    Have the associations in settings -> buddypress -> pages set on those pages.

    Installed the plugin 3 times and tried it multiple times.

    tried the Theme Twenty and it worked…

    How can i get the pages working in the Appointment version?

    #269130
    Renato Alves
    Moderator

    You can use wp-cli-buddypress to delete the activities from the command line: https://github.com/buddypress/wp-cli-buddypress

    #269126
    carlosvv
    Participant

    Hi everybody,

    I’m working on my first BuddyPress website and I realised that in the profile section when I go to Change Profile Photo, the option to use the webcam is not there.

    Can anyone help me, please?

    I’m using chrome and the options about the camera are ok. In fact, using my computer I can see that option in a friend’s BuddyPress, so… maybe I’m doing something wrong in my backend?

    Thanks a lot 😉

    roseashm
    Participant

    Where do I upload my theme to on BuddyPress?

    #269106
    lovechard
    Participant

    Hello,

    WP Version: 4.9

    BP Version: 2.9.2

    BP for LD Version: 1.2.3

    NutribabeNation.LoveChard.com

    Hope you are having a great day! I just created a course group for my latest course in LearnDash and following error showed on my screen:

    Warning: Illegal offset type in isset or empty in …/wp-includes/pomo/plural-forms.php on line 240

    Warning: Illegal offset type in …/wp-includes/pomo/plural-forms.php on line 243

    Screen Shot Image: https://imgur.com/a/k4mCL

    I’ve since noticed that I’m receiving the same error on ALL of my course groups. Since I use the Boss Theme, LearnDash for courses, and BuddyPress for social… I’m not certain which service I should seek for help.

    Please let me know if this is something you can help with fixing or if I should be contacting one of the other guys.

    Thank you for your support!

    #269103
    AliceG
    Participant

    Hello!
    I just found this link to solve my problem but, it work only on a group page!
    I made a header on my site, where user can see their notifications, their new message notification and I would like to add “my groups” button. Else, we have to go to “all groups” page, charge, waiting and find our group… (there is 40 groups…)
    So is there a way to display these groups link ?
    You would save me !
    Thank you a lot for your answer…

    #269101
    Boone Gorges
    Keymaster

    Thanks for the link. It does appear that the margin-top property is the culprit.

    Here is the CSS that should fix it:

    
    body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content, body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {
        margin-top: 0px;
    }
    

    I don’t recommend that you make the change directly to your themes/parabola/style.css stylesheet, as it will be overridden on the next update. I suggest building a child theme. But you could also use a custom CSS plugin, or the Custom CSS tools in Jetpack.

    #269098
    Boone Gorges
    Keymaster

    If your theme uses bp-legacy theme templates, then the styles for the Who’s Online widget are in buddypress/bp-templates/bp-legacy/css/buddypress.css.

    https://postimg.org/image/sl03lqwff/

    BuddyPress does have a lot of files, but it’s organized according to pretty specific principles, and I don’t think it qualifies as “messy”. In any case, for the purposes of CSS, you can always use your browser inspector (see image above) to locate styles.

    #269097
    autox420
    Participant

    Where is the .css of Whos Online widget?
    Buddypress files are really messy with all maps and all the files cant find it.

    Boone Gorges
    Keymaster

    Ah yes, thanks for that.

    It looks like your theme is loading scripts from BuddyPress, but is using an old path for these scripts. (BP changed the paths a couple versions ago. See https://buddypress.trac.wordpress.org/changeset/11009.) Look in your theme – probably in functions.php – to see how it’s loading the cookie, caret, and atwho scripts. Then update the paths as needed (I think you can just add /vendor/).

    donalconlon
    Participant

    I’m seeing the following:

    Loading failed for the <script> with source “http://www.test.irishnetworkboston.net/wp-content/plugins/buddypress/bp-core/js/jquery-cookie.min.js?ver=2.9.2”.
    Loading failed for the <script> with source “http://www.test.irishnetworkboston.net/wp-content/plugins/buddypress/bp-core/js/jquery.caret.min.js?ver=2.9.2”.
    home2:601
    Loading failed for the <script> with source “http://www.test.irishnetworkboston.net/wp-content/plugins/buddypress/bp-core/js/jquery.atwho.min.js?ver=2.9.2”.

    donalconlon
    Participant

    Hi Boone,

    I had to disable buddyepress as we need to allow users to register (upcoming event).

    I cloned the site here http://www.test.irishnetworkboston.net/home2/.

    Buddypress is enabled on the cloned site.

    richard.miller
    Participant

    I’m using BuddyPress in a limited way in conjunction with BBPress.

    Looking for code or a URL I can add to my BBPress forum template that will take users to their own BuddyPress profile page.

    http://fluentself.com/forums
    WP 4.8.2
    BBPress 2.5.13

    donalconlon
    Participant

    Hi

    Take a look at http://www.irishnetworkboston.net/home2/ to see revolution slider, and https://www.irishnetworkboston.net/membership/ where it breaks Stripe integration button for Wishlist Membership.

    Disabling BuddyPress fixes both of them, so pretty sure that’s the issue.

    #269081
    wayne alex
    Participant

    I’m using the latest version of WordPress and Buddypress.

    Forgot to mention i’m using Buddypress activity plus to upload images.

    Thank you.

    #269078

    In reply to: customize members page

    autox420
    Participant

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

    <div class="item">
    <div class="item-title">
    <a href="<?php bp_member_permalink(); ?>">
    <?php bp_member_name(); ?></a>
    <?php if ( bp_get_member_latest_update() ) : ?>
    <span class="update"> <?php bp_member_latest_update(); ?></span>
    <?php endif; ?>
    </div>				
    
    ///////////// <YOUR CODE HERE> <LIKE_GET_THAT_FIELD> ///////////// 		
    				
    <?php
    /**
    * Fires inside the display of a directory member item.
    *
    * @since 1.1.0
    */
    do_action( 'bp_directory_members_item' ); ?>
    #269074
    Humiges
    Participant

    Dear Buddypress community,

    I’ve scheduling posts – they will be for example posted in 2 and 4 hours.
    The problem is that when I do that… there is not an activity at all… it doesn’t say
    “USER posted a new blog post NAME”
    When I posted without scheduling, the activity works fine.

    Any ideas how to fix this please?
    Thank you 🙂

    Ankit Joshi
    Participant

    Thank you Boone Gorges,

    Yes I have checked all the functions but I am working in child theme functions.php file and buddypress friends_add_friend function is not working in this file directly. DO I need to import any file here?

    So can you please let me know

Viewing 25 results - 9,901 through 9,925 (of 73,984 total)
Skip to toolbar