Activity

  • Milena replied to the topic Activity Wall – Show Featured image like Facebook in the forum Requests and Feedback 9 years, 6 months ago

    @tjchester

    As you can see in my last comment I made the featured image work on activity page.

    But the code @rotju found in the buddypress forum ends with this part:
    add_action('bp_activity_excerpt_append_text', 'icondeposit_bp_activity_entry_meta');

    which makes all the excerpt look like this […] and be unclickable – no link. If you are writing a longer update – it cannot be expanded any more.

    I want exactly the opposite- that all the posts on activity will have a “read more” link.

    You gave me this code in another thread
    function cc_custom_excerpt_length() {
    return '358';}
    add_filter( 'bp_activity_excerpt_length', 'cc_custom_excerpt_length' );

    But the last bit from the featured image code cancels it out.

    How can we combine the two?

    see images attached. (first image is after the featured image code, second – how it was before)