Making WordPress.org


Ignore:
Timestamp:
07/07/2017 05:39:52 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Add two views to user profiles to allow for browsing topics ordered by recent activity:

  • "Active Topics" shows the user's topics with recent replies, ordered by latest reply.
  • "Topics Replied To" shows all topics the user has replied to (including topics started by others), ordered by latest reply.

Fixes #2470.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-reviews-written.php

    r5617 r5626  
    1010do_action( 'bbp_template_before_user_reviews_written' ); ?>
    1111
    12 <div id="bbp-user-topics-started" class="bbp-user-topics-started">
     12<div id="bbp-user-reviews-written" class="bbp-user-reviews-written">
    1313    <h2 class="entry-title"><?php esc_html_e( 'Reviews Written', 'wporg-forums' ); ?></h2>
    1414    <div class="bbp-user-section">
     
    3232
    3333    </div>
    34 </div><!-- #bbp-user-topics-started -->
     34</div><!-- #bbp-user-reviews-written -->
    3535
    3636<?php do_action( 'bbp_template_after_user_reviews_written' );
Note: See TracChangeset for help on using the changeset viewer.