Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum List

  • @deepthyxavier

    Participant

    Hi,

    Is it possible to display forums as Recent topic widget in BBpress with Forum name,author name with avatar, and forum created date.
    Any help greatly appreciated.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • @anonymized-15184782

    Inactive

    I have the same question 😀

    @robin-w

    Moderator

    Not totally sure exactly what you are after, but my style pack plugin includes a latest activity widget that sounds like it might do what you are after

    https://wordpress.org/plugins/bbp-style-pack/

    @deepthyxavier

    Participant

    Thank you for your response.
    Solved the problem by changing the code in plugins/bbpress/includes/common/widgets.php
    made a small change around the line no: 586

    	
    
  • <div class=”user-avatar”><?php bbp_author_link($widget_query->post->ID ); ?></div>
    <div class=”forum-title”>
    post->ID ); ?>”><?php bbp_forum_title( $widget_query->post->ID ); ?>
    <div class=”user-name”><?php bbp_author_link($widget_query->post->ID ); ?></div>
    <div class=”date-time”><?php bbp_topic_last_active_time( $topic_id ); ?></div>
    </div>
  • Thank You..

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar