Rtmedia in buddypress profile

@supergrower,
try installing rtMedia again. Please check rtMedia is enabled.

HELP!
How to show media gallery in boddypress profile? This gallery was on my site, but in new version of rtmedia it doesnt work!
My site is not working correct now.

Now it show that there are no media in gallery (buddypress profile gallery) , but user has images.
And uploader form is not working.
Example:http://fotofotografov.ru/photographers/gizmo/

It seems like the php tag is not closed correctly. I can see this on that link/page

Медиафайлов по запросу не найдено!  
rtmedia_uploader(); ?> 

Kindly check if rtMedia template and functions used correctly.

Yes. The file profike.php was damaged.
Now it works. Thank you.

Glad to know that :slight_smile:

Hi,

<?php rtmedia_gallery( array( 'context' => 'profile', 'context_id' => bp_displayed_user_id() ) ); ?>

Is there any possibility to add thumbnail size in this code?

Hi Felipe,
I am sorry to say it is not possible right now to send thumbnail size along with gallery shortcode.
This short code in return use wp_get_attachment_image_src function to get image src.