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

    (@opajaap)

    No idea; I will get into this.

    Thread Starter Strawberry1

    (@strawberry1)

    Thank you

    Thread Starter Strawberry1

    (@strawberry1)

    Additional to the activity feed for buddypress users to see new uploads and comment there. There is no function for the individual user created albums to be shown on their individual buddypress profile page or is there a shortcode i am not aware of to insert it? In other words if I click on “Mr x” profile there is thumbnails or albums just related to him.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    One thing at a time please…
    Activity feed: this will be released at 6.7.06:
    WPPA activity feed

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    About buddypress:
    See this ducumentation page Do’s #10

    Thread Starter Strawberry1

    (@strawberry1)

    Thank you once again. My apologies.
    Brilliant cant wait for that update.
    I have put the php code in buddypress user page but it says “No albums or photos found matching your search criteria.” I have not changed any of the default folder settings etc.

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

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    The album must contain at least 2 photos.
    You will have to wait a few weeks for the act feed. I am on hollidays. Sorry.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    There is a setting that forces the display of empty thumbnail areas. Find it and switch it on.
    In combination with the upload link on thumbnail areas is perfect in this case.
    Sorry i do not know where the settings are by head. I am on my phone.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    The current development version contains the activity feed enhancement. It is the only diff with the current stable version, so it is safe to install it.

    Please follow the instructions here to install it ( 6.7.06.Beta.001 ), and – if appropriate – give me some feedback on the feature.

    Table II-D18 forces the display of empty thumbnail areas.
    You may also need to set Table I-A4: Photocount threshold to 0

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Activity Feed’ is closed to new replies.