Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    [wppa type="thumbs" album="#upldr,barack"][/wppa] shows the thumbnails of all the photos uploaded ( owned ) by barack.

    [wppa type="thumbs" album="#upldr,barack,$Members"][/wppa] shows the thumbnails of all the photos uploaded ( owned ) by barack that are in album with name Members or sub-albums thereof.

    [wppa type="slideonly" album="#upldr,barack,45"][/wppa] shows a slideshow without supporting boxes of all the photos uploaded ( owned ) by barack that are in album with id 45 or sub-albums thereof.

    etc, see: http://wppa.opajaap.nl/shortcode-reference/

    Note here we use #upldr for owner of photos; #owner refers to albums created by a certain user

    If you have Buddypress and you want to display the users photos on his profile page, put this in the profile page template:

    <?php
    global $bp;
    $owner = $bp->displayed_user->userdata->user_login;
    echo apply_filters('the_content','[wppa type="thumbs" album="#upldr,'.$owner.'"][/wppa]');
    ?>

    Thread Starter pugman76

    (@pugman76)

    Awesome! Would there be any way to make a dynamic shortcode or link for this. For instance, i am using buddypress and would love to have an option to click a link from the members profile page to show all the photos they own. That way my community could see all the photos uploaded by each membe when they visit their profile page. Thanks again! Love this plugin and the support is equally as good!

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    That is the code i gave above. You should put that code in the template for the users profile page.

    Thread Starter pugman76

    (@pugman76)

    Jacob thank you so very much. I was looking at the response in my email, and I didn’t see that part. You are, by far, the best plugin author I have ever encountered for support. Going to try it now. Thank you!

    Thread Starter pugman76

    (@pugman76)

    Jacob it works perfect!!! I can’t thank you enough. This is EXACTLY what I was looking for!! Thank you Thank you!

    Thread Starter pugman76

    (@pugman76)

    (Solved)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Viewing all upload photos by a particular user’ is closed to new replies.