Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Do you have a bp-custom.php in your wp-content/plugins directory? If yes, Please put it there or you may put it in your functions.php

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi Adam,
    Once you have decided on the membership plugin, Please post back with the details and we will provide you a proper quote. At the moment, the details are not sufficient to decide on the time.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: Welcome email fatal error #5881

    Hi Leigh,
    I am sorry for the delayed reply. It seems that your email client has the settings enabled that makes it show the mail headers.

    The content displayed are all mail headers. For changing From, Please change it in the code.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi George,
    Please put this code in your bp-custom.php

    
    function buddydev_limit_number_in_activities( $args ) {
    	
    	if ( bp_is_user_activity() ) {
    		$args['per_page'] = 5; //how many?
    	}
    
    	return $args;
    }
    add_filter( 'bp_after_has_activities_parse_args', 'buddydev_limit_number_in_activities' );
    

    Also, please change 5 to the number of activities you want to display.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: Sitewide Activity Shortcode #5879

    Hi George,
    Thank you for posting.

    The shortcode does not have a way to exclude action but you can include multiple actions. In other words, the exclude is used for excluding activity ids and not for the activity action/type.

    You can restrict the shortcode to limit to certain actions by using

    
    
    action="activity_update,activity_comment, other type etc"
    

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi James,
    I have emailed you again today.

    It is an issue as I can see that from the screenshot you sent, Your Site being NSFW makes it difficult for us.
    I was not a able to produce it on the Firefox(using the media presets). As communicated on mail, Will setup a remote demo and test in next 2-3 days.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi Brandon,
    Please let me take a look at this. will assist you today.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi Brandon,
    Thank you.
    It is the same error I mentioned earlier with the WPLMS theme. I am not sure why they haven’t fixed it yet. I will update it on your server again and post back.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: BP Simple Front End Post #5875

    Hi Joseph,
    Are you using it with BuddyBlog or Blog Categories plugin? Please visit Dashboard->settings->BuddyBlog ( Or Blog Categories for Groups) and make sure to select the options for post types/taxonomies.

    The error comes when the settings are improper ( most probably not selected).

    Hope that helps.
    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi Adam,
    Thank you for posting.

    In order to decide, It needs a few details:-
    1. What criteria will be used for allocating space(how we decide)
    2. Will the members loose space if they opt out?

    Are you using any 3rd party plugin for membership?

    Thank you
    Brajesh