Replies
I have another questions.
I try achieve my goal in different way, and instead single photo I add galleryinto profile header ( next tu porfile picture) and all work well.
But when I click the gallery thumbnail a lightbox don’t open, (open only when I click gallery thumbnail under buddypress profile tab => Gallery) . I admit I don’t know to much about javascript and again I stuck :(.I know your are busy, and I thank you for your your time.
- This reply was modified 8 years, 4 months ago by Tomasz Sztreker.
Thank You very much for your answer.
sorry if i was confused,
I would like open every single media in lightbox. Now for me lightbox open only when I click gallery. Maybe I did something wrong?Tomasz,
Hi,
It is possible to open single media in lighbox.
I displayed last photos of user in profile header.
I like to open photos in lightbox when user click them, not to redirect them to profile page with containing photos.Thank Fork
Answer.Ok it working, I used code below , i hope it is correct solution.
global $bp;
$user = $bp->displayed_user->id;
$args = array(
‘user_id’ => $user,
);// The Query
$the_media_query = new MPP_Media_Query( $args );