Replies
- Brajesh Singh on April 20, 2018 at 1:00 pm in reply to: Videos showing up as link in stead of a video thumbnail. #14666
Hi Bjorn,
It’s is the mov file. It needs conversion/transcoding. That will work when we have our transcoder available like discussed in previous topic. - Brajesh Singh on April 20, 2018 at 12:56 pm in reply to: BuddyPress Moderation – Report Users/Groups #14663
Please wait for the first release. Once it is up, we can discuss if it issed something or needs improvement.
The plugin is flexible enough to support any content type in future, Please allow me to update it.
Also, just to note for all of you, I am still not sure but if I am unable to put the plugin tomorrow, It will be released on Monday evening then.
Currently, The plugin supports-
– All public post types
– Comments
– BuddyPress Activity
– User
– BuddyPress Groups
– MediaPress Media
– MediaPress Gallery# Still to test
– bbPress forum
– bbPress topic/replies
– BuddyPress Messages(May not be available in the first release)All of the above can be enabled/disabled using the admin settings. Also, we have a simple API to support registering/unregistering content types.
More details in our release post.
Thank you
Brajesh Hi AMV,
Thank you for bringing it back. I have shared similar code on forums. so, it should be easy. I will pack and put it as a plugin next week.Regards
Brajesh- Brajesh Singh on April 20, 2018 at 12:38 pm in reply to: Location of buddypress main nav – sub nav #14659
bp-templates/bp-legacy/buddypress/members/single/home.php.
Look for the line that sys something like
bp_get_displayed_user_nav()Regards
Brajesh - Brajesh Singh on April 20, 2018 at 12:35 pm in reply to: [Resolved] BuddyPress Simple Front End Post | 'Add Media' button not appearing. #14656
Thank you for confirming.
- Brajesh Singh on April 20, 2018 at 12:34 pm in reply to: [Resolved] Mediapress file upload size limit #14655
Hi Tosin,
At the moment MediaPress does not set any limit. The limit is set by WordPress on the size of the file(based on site admin preference or server settings).The best way to change it dynamically will be to filter on
upload_size_limitRegards
Brajesh - Brajesh Singh on April 20, 2018 at 12:18 pm in reply to: [Resolved] BP Profile Tab Pro – Default Tab Error #14653
Hi Sujee,
I will post back the shortcode in an hour or two when back to my dev system.I missed it earlier because I was not sure if you needed the code or not.
- Brajesh Singh on April 20, 2018 at 12:16 pm in reply to: [Resolved] “Write something to {displayed_user_name}” disabled #14652
No problem.
- Brajesh Singh on April 20, 2018 at 12:14 pm in reply to: BuddyPress Moderation – Report Users/Groups #14651
Hi Julia,
That should not be an issue of concern as it works with Ids and not the usernames. Changing username will not make any difference.Regards
Brajesh - Brajesh Singh on April 20, 2018 at 12:13 pm in reply to: "Please upload your profile photo to start using this site." – Issue #14650
Hi Axl,
Are you using a custom theme? If yes, Please try disabling it and using twentyseventeen and see if the issue is resolved.Also, the issue comes from BuddyPress dependent codebase, so try renaming bp-custom.php(if preset in wp-content/plugins directory) and disbaling all BuddyPress related plugins one by one to check it.
Regards
Brajesh