Replies
- Brajesh Singh on October 6, 2016 at 9:04 am in reply to: [Resolved] Members profile – reducing the number of items in the activity count #5890
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.
- Brajesh Singh on October 6, 2016 at 2:30 am in reply to: Pugin Idea – Allow certain users to a larger quota each month #5882
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 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- Brajesh Singh on October 6, 2016 at 2:08 am in reply to: [Resolved] Members profile – reducing the number of items in the activity count #5880
Hi George,
Please put this code in your bp-custom.phpfunction 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 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.
- Brajesh Singh on October 6, 2016 at 1:41 am in reply to: [Resolved] Status drop down menu runs into image on edit photo page on mobile devices. #5878
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 - Brajesh Singh on October 6, 2016 at 1:38 am in reply to: [Resolved] BuddyPress Ajax Registration – poping up at the bottom on Android view #5877
Hi Brandon,
Please let me take a look at this. will assist you today.Thank you
Brajesh - Brajesh Singh on October 6, 2016 at 1:37 am in reply to: BuddyPress Ajax Registration – keep loading after hitting register #5876
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 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- Brajesh Singh on October 4, 2016 at 9:04 am in reply to: Pugin Idea – Allow certain users to a larger quota each month #5861
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