Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 8,626 through 8,650 (of 69,046 total)
  • Author
    Search Results
  • #262090
    modemlooper
    Moderator

    There isn’t an official API for BuddyPress. Development on API starting early January

    danbp
    Participant

    @cofindrs,

    BuddyPress doesn’t handle likes. That’s 3rd party plugin territory.
    If Super Socializer has a notification option for BP users who doesn’t work, the solution is on the plugin author side.

    If you think you can get a BP notification because somebody liked a post with help of Super Socializer, and there is no BP specific option in the plugin, i guess it is not possible.

    Would be great to see more details about your statement: (Heateor) say that it is an issue in BP. Can you share a link to the discussion ?

    Did you asked yourself for this issue on their support ? Your name doesn’t appear.

    #262085
    Bingo Bongo
    Participant

    Awesome, thanks Dan 😉

    I also got some CSS – one of the Avada Support guys (Muhammad I think) sent it over to me – needed a few tweaks, but also that now seems to have done the trick with me – if it helps any, great –

    @media all and (max-width: 768px) {
    #buddypress #register-page form#signup_form .register-section{
    width: 100%;
    }
    }
    
    #buddypress .standard-form #basic-details-section input[type="password"], 
    #buddypress .standard-form #blog-details-section input#signup_blog_url, 
    #buddypress .standard-form #basic-details-section input#signup_username,
    #buddypress .standard-form #profile-details-section input#field_1
    {
    width: 100%;
    }

    The only minor bug-bear with me now is the Recaptcha overflowing, but I can live with that.

    For tonight 😉

    Thanks again Dan 😉

    #262082

    In reply to: Fatal error PHP 7.1

    Paul Wong-Gibbs
    Keymaster
    #262072
    danbp
    Participant

    Hi @darrenllrgmailcom, @adjunkten,

    i had the same issue with a custom theme: fields didn’t wrap properly on small screens…
    To solve it, i simply copied the concerned form rules from Twenty Sixteen into my child theme css and all went OK after that.

    The 2016 rules of the register page:

    #buddypress #signup_form.standard-form #profile-details-section,
    #buddypress #signup_form.standard-form #basic-details-section,
    #buddypress #signup_form.standard-form #blog-details-section {
    	float: none;
    	width: 100%;
    }
    
    @media screen and (min-width: 38.75em) {
    	#buddypress #signup_form.standard-form #profile-details-section,
    	#buddypress #signup_form.standard-form #basic-details-section,
    	#buddypress #signup_form.standard-form #blog-details-section {
    		width: 48%;
    	}
    }
    
    @media screen and (min-width: 38.75em) {
    	#buddypress #signup_form.standard-form #profile-details-section {
    		float: right;
    	}
    	#buddypress #signup_form.standard-form #basic-details-section {
    		float: left;
    	}
    }
    #262063

    In reply to: share with custom text

    danbp
    Participant

    Hi,

    do you mean this plugin ? If it is the case, you have to ask the author directly.

    Or if you only want to add some comment to a content you share, you can use this plugin. It is outdated but still working (i use it without trouble since years).

    #262062
    danbp
    Participant

    Depends where you need that and what you exactly want as result. You can hardcode something into the child theme template or use some CSS trick like this one.
    Or maybe you need something like this ?

    That said, be default, when you mention a user within a blog post or any update, a class name is automatically added: “bp-suggestions-mention”.

    When you mention a user in a bbPress topic, there is no class name. But that’s lazy bbPress mentioning, not BuddyPress. If so, ask for this on their support.

    #262061
    danbp
    Participant

    it could be possible that your host plan doesn’t allow you to use BP.
    it could be possible that you shouldn’t use php 7.1, as BP is not completely ready to use this latest php version.

    To get sure, create a php info file and upload it at the site root (same level as wordpress)
    Once uploaded, go to your-site/phpinfo.php. There you will see all information i asked you about your install. Check them and report them here please.

    If you have an access to a php config via your host admin interface, go there and try to set it to php 5.6 or 7 instead of 7.1

    Yes, it is not recommended to use 3rd partys automated WP installation tools. It is also not recommended to use page builders. Such tools are rarely updated, correctly maintained and often bugy… For 1.5$/mounth you can’t expect the creme de la creme, even if talented marketers try to suggest you the opposite.

    #262060
    larsivar
    Participant

    Using the debug mode I get this message when activating BP:

    Fatal error: Uncaught Error: [] operator not supported for strings in /customers/3/8/5/athleeto.com/httpd.www/social/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-component.php:281 Stack trace: #0 /customers/3/8/5/athleeto.com/httpd.www/social/wp-includes/class-wp-hook.php(298): BP_Activity_Component->setup_admin_bar(”) #1 /customers/3/8/5/athleeto.com/httpd.www/social/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array) #2 /customers/3/8/5/athleeto.com/httpd.www/social/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /customers/3/8/5/athleeto.com/httpd.www/social/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php(143): do_action(‘bp_setup_admin_…’) #4 /customers/3/8/5/athleeto.com/httpd.www/social/wp-includes/class-wp-hook.php(298): bp_setup_admin_bar(Object(WP_Admin_Bar)) #5 /customers/3/8/5/athleeto.com/httpd.www/social/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array) #6 /customers/3/8/5/athleeto.com/httpd.www/social/wp-includes/plugi in /customers/3/8/5/athleeto.com/httpd.www/social/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-component.php on line 281

    #262055

    In reply to: Fatal error PHP 7.1

    lgreenwoo
    Participant

    Just jumping back in on this one.

    I’ve been developing a large & complex WP site (60+ CPTs using Pods & BP) for the past few months on PHP 7.1. I ran all PHP 7.1 RCs and so far the only issues I’ve seen are related to BP. I’m now at the point where I’ve had to disable BP to continue development on PHP 7.1 (I need nullable types and void returns from PHP 7.1) and ignore any BP features I have on my roadmap until it’s stable (I hope soon 🙂 )

    I can’t report any issues with WP-core and PHP 7.1 that I’ve witnessed.

    No trying to say that BP is crappy 🙂 – just a hint that the issue may be more likely to be on BP side (especially since it seems that BBPress had a similar issue which they’ve already fixed – see my link in previous post).

    The other issue I’m seeing on PHP 7.1 seems to be related to enabling Opcache and BP – https://buddypress.trac.wordpress.org/ticket/7361

    Hope that’s helpful 🙂

    #262054

    In reply to: Fatal error PHP 7.1

    Paul Wong-Gibbs
    Keymaster

    Okay. The story is that PHP 7.1 is supported by WordPress 4.7 (or newer). Likewise, BuddyPress will need at least that version, too.

    We’re currently tracking some unit test failures in PHP 7.1 (see the very bottom of https://travis-ci.org/buddypress/BuddyPress), but we’ve not figured out if they are our bugs, or some bug in WordPress core. Likewise, this do_action issue might be a regression WordPress should fix instead of us (if we’re getting caught by this, I bet many other plugins are, too).

    At any rate, I’m going to try to fix the unit tests once I get a PHP 7.1 box set up (hopefully this week), and then I’ll test the basics of BuddyPress, and see what other issues crop up, and fix or report them as necessary.

    I think I’d wait a month or two to use PHP 7.1 with WordPress and BuddyPress in the wild, to be honest.

    #262045
    modemlooper
    Moderator

    install BuddyPress and only activate the Profile component.

    #262039
    danbp
    Participant

    Here the complete list of functions containing threat_id in their name:
    http://hookr.io/plugins/buddypress/#index=g&search=thread_id

    #262032
    randomblink
    Participant

    When I Install Buddypress then goto Dashboard > Appearance > Customize the URL I posted above is in my address bar and I’m at a White screen… nothing loads.

    Confused as heck…

    #262023
    danbp
    Participant

    Hi,

    please give more details… what kind of post ? Blog, update, forum….
    By the way, BP doesn’t handle blog posts.
    Read documentation about emails here:

    emails: https://codex.buddypress.org/emails/
    custom emails: https://codex.buddypress.org/emails/custom-emails/

    #262013
    heytricia
    Participant

    I asked a bit too soon… A little more searching and I found your explanation here. Setting the default component seems to have done the trick. Thanks for the code samples!

    #261931
    danbp
    Participant

    Sorry, i don’t act privately on user’s site.

    If you’re unable to solve your issue, hire somebody who can help you on BP Job Board.

    #261925
    Venutius
    Moderator

    Have you tried deactivating all plugins apart from BuddyPress and using the 2016 theme? Does it work then?

    #261922
    danbp
    Participant
    #261919
    danbp
    Participant

    Hi,

    the only valid URL to theme customizer is:
    ../wp-admin/customize.php?return=%2Fwp-admin%2Fthemes.php

    BuddyPress pages are not customizable like ordinary WP pages. BP pages have dynamic content and can be adjusted to any theme directly by CSS and a child theme. These page should only exist with a title, and nothing else.

    Depending the theme you use, and his complexity, customize it to your need first. Once your WP works with the desired layout, you activate BuddyPress.

    This should work flawless, out of the box generaly. If you estimate that some details, like a header width or an avatar size should be modified, you do that directly via CSS.
    Read codex for more details about themes.

    #261914
    livingflame
    Participant

    @henrywright

    This work okey –>: but, How I can Hide Admin from BuddyPress Widget??

    —->

    // Deny access to admins profile. User is redirected to the homepage
    function bpfr_hide_admins_profile() {
    	global $bp; 
    	if(bp_is_profile && $bp->displayed_user->id == 1 && $bp->loggedin_user->id != 1) :
    		wp_redirect( home_url() );
    	exit;
    	endif;
    }
    add_action( 'wp', 'bpfr_hide_admins_profile', 1 );
    
    // Hide admin's activities from all activity feeds
    function bpfr_hide_admin_activity( $a, $activities ) {	
    	
    	// ... but allow admin to see his activities!
    	if ( is_site_admin() )	
    		return $activities;	
    	
    	foreach ( $activities->activities as $key => $activity ) {	
    		// ID's to exclude, separated by commas. ID 1 is always the superadmin
    		if ( $activity->user_id == 1  ) {			
    			
    			unset( $activities->activities[$key] );			
    			
    			$activities->activity_count = $activities->activity_count-1;			
    			$activities->total_activity_count = $activities->total_activity_count-1;			
    					$activities->pag_num = $activities->pag_num -1;				
    		}		
    	}		
    	// Renumber the array keys to account for missing items 	
    	$activities_new = array_values( $activities->activities );		
    	$activities->activities = $activities_new;	
    	
    	return $activities;
    	
    }
    add_action( 'bp_has_activities', 'bpfr_hide_admin_activity', 10, 2 );
    
    // Remove admin from the member directory
    function bpdev_exclude_users($qs=false,$object=false){
        
        $excluded_user='1'; // Id's to remove, separated by comma
    	
        if($object != 'members' && $object != 'friends')// hide admin to members & friends 
        return $qs;
    	
        $args=wp_parse_args($qs);
    
        if(!empty($args['user_id']))
        return $qs;	
    	
        if(!empty($args['exclude']))
    		$args['exclude'] = $args['exclude'].','.$excluded_user;
        else
    		$args['exclude'] = $excluded_user;
    	
        $qs = build_query($args);
    
        return $qs;
    	
    }
    add_action('bp_ajax_querystring','bpdev_exclude_users',20,2);
    
    // once admin is removed, we must recount the members !
    function bpfr_hide_get_total_filter($count){
        return $count-1;
    }
    add_filter('bp_get_total_member_count','bpfr_hide_get_total_filter');
    
    
    #261901
    melodies
    Participant

    I have tried with Firefox, Internet Explorer, and the Microsoft Edge browser. They are all having the same issue.

    You will need an account to be able to access the BuddyPress pages.
    What is a good email address or any alternative to send you the URL and a user account password to use for logging in?

    #261894
    modemlooper
    Moderator

    Try another browser, the zip from .org should not download to local. It could also be an issue if you installed BuddyPress from a one click installer. They sometimes create bad folder permissions.

    #261891
    danbp
    Participant

    Check your forum settings and sync WP and BP users.

    Usually on a local site, and standard setup, while you use BP group forum, the forum slug is:
    http://localhost/groups/group_name/forum/
    If you use wampp, you should have a list of virtual hosts (aka site names), where you installed wordpress. This means also that wp is at the site root. If your site is called mario, you install wp there and then you should have http://mario/ Once BP is activated, you’ll get http://mario/members/ or http://mario/groups/ and so on…

    The link to the forum user/author/commenter is
    http://localhost/members/member_name/

    When you use bbPress as standalone forum (aside or without BuddyPress), the link looks like

    http://localhost/root_forum/single_forum/forum_name/
    Link to user is the same as the one indicated previously.

    More details here

    Installing Group and Sitewide Forums

    You can also follow the bbPress install guide if you use bbPress separately.

    #261890

    In reply to: Newbie questions

    mohamedouqas
    Participant

    @danbp thank you , i’m a beginner my self and that’s how i did it , can you please answer my question here Broken user Link

Viewing 25 results - 8,626 through 8,650 (of 69,046 total)
Skip to toolbar