Replies
Hello Audiomonk,
Welcome back again. You can find template generating content on members single gallery page under directory ‘wp-content/plugins/mediapress/templates/mediapress/default/gallery/views/’. Hope it will help you.
Regards
Ravi Sharma- Ravi on February 27, 2018 at 4:00 pm in reply to: [Resolved] BP + Multisite – add blog posts and comments to group activity #13609
Hello Hugo,
Have you checked “Blog category for groups”?. Please refer the following URL:
https://buddydev.com/plugins/blog-categories-for-groups/Thank You
Ravi Hello Hugo,
I have tested and found that URL you are referring does not support oembed feature. As it is not working on my development server as well. Currently, BuddyPress only supports sites which support oembed feature for the preview of page.
I don’t see a ready made solution for this. It may need custom development.
Thank You
RaviHello Hugo,
Just check the link you post me. I have got this check the following screenshot.
https://www.awesomescreenshot.com/image/3196540/32ac1666a597d0ae92a200846b0cb6a1
Please point me to the site with some demo account details so that I can check and help you.
Regards
RaviHello Hugo,
BuddyPress already do this thing when we post a URL into activity. When we submit the activity form then BuddyPress parse all the URL and shows embedded view for those URL.
Please try after deactivate all other plugins and switch to WordPress default theme. There might be chance that any plugin or theme modifying the default functionality.
Regards
Ravi- Ravi on February 25, 2018 at 7:03 am in reply to: [Resolved] BuddyBlog – head title and redirect problem #13577
Hello Trolinof,
We have updated the plugin. Please download the latest plugin version from the following url and let me know if it works or not.
https://buddydev.com/plugins/buddyblog/
Thank you
Ravi - Ravi on February 22, 2018 at 4:36 am in reply to: [Resolved] Display Users Gallery in a widget #13517
Hello Keith,
Thank you for posting. Your requirement is already in our goal into next MediaPress release. Please stay updated with plugin release.
Thank you
Ravi - Ravi on February 21, 2018 at 10:24 am in reply to: Subscribers not affected to subsite they joined #13509This reply has been marked as private.
- Ravi on February 20, 2018 at 5:41 pm in reply to: Subscribers not affected to subsite they joined #13501
Hello Hakim,
Thank you for posting. Please try the following code in your ‘bp-custom.php’ file. If do not how what is bp-custom.php. Please refer the following url
https://buddydev.com/docs/guides/guides/buddypress-guides/what-is-bp-custom-php/function buddydev_modify_permissions() { $bp = buddypress(); if( ! empty( $bp->members->admin ) ) { $bp->members->admin->capability ='manage_options'; } } add_action( 'bp_init', 'buddydev_modify_permissions', 11);
and let me know if code works or not.
Thank You
Ravi Hi NikB,
Thank you for the acknowledgement. Please clarify me one thing that is WordPress normal media uploading file is working fine or not on your localhost?
Regards
Ravi