<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[5626] sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support: Support Theme: Add two views to user profiles to allow for browsing topics ordered by recent activity:</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="http://meta.trac.wordpress.org/changeset/5626">5626</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"http://meta.trac.wordpress.org/changeset/5626","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>SergeyBiryukov</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2017-07-07 17:39:52 +0000 (Fri, 07 Jul 2017)</dd>
</dl>
<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>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 <a href="http://meta.trac.wordpress.org/ticket/2470">#2470</a>.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpresscontentsingleuserphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/content-single-user.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressloopsingletopicphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-topic.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressuserdetailsphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-details.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressuserreviewswrittenphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-reviews-written.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportfunctionsphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php</a></li>
</ul>
<h3>Added Paths</h3>
<ul>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressloopreplytopicsphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-reply-topics.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressloopsinglereplytopicphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-reply-topic.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressuseractivetopicsphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-active-topics.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressusertopicsrepliedtophp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-topics-replied-to.php</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpresscontentsingleuserphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/content-single-user.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/content-single-user.php 2017-07-07 17:38:42 UTC (rev 5625)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/content-single-user.php 2017-07-07 17:39:52 UTC (rev 5626)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -24,8 +24,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> <?php bbp_get_template_part( 'user', 'details' ); ?>
</span><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> <div id="bbp-user-body">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- <?php if ( bbp_is_favorites() ) bbp_get_template_part( 'user', 'favorites' ); ?>
- <?php if ( bbp_is_subscriptions() ) bbp_get_template_part( 'user', 'subscriptions' ); ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <?php if ( bbp_is_favorites() ) bbp_get_template_part( 'user', 'favorites' ); ?>
+ <?php if ( bbp_is_subscriptions() ) bbp_get_template_part( 'user', 'subscriptions' ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> <?php
</span><span class="cx" style="display: block; padding: 0 10px"> if ( function_exists( 'bbp_is_single_user_engagements' ) && bbp_is_single_user_engagements() ) {
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -33,11 +33,13 @@
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> ?>
</span><span class="cx" style="display: block; padding: 0 10px">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- <?php if ( bbp_is_single_user_topics() ) bbp_get_template_part( 'user', 'topics-created' ); ?>
- <?php if ( bbp_is_single_user_replies() ) bbp_get_template_part( 'user', 'replies-created' ); ?>
- <?php if ( wporg_support_is_single_user_reviews() ) bbp_get_template_part( 'user', 'reviews-written' ); ?>
- <?php if ( bbp_is_single_user_edit() ) bbp_get_template_part( 'form', 'user-edit' ); ?>
- <?php if ( bbp_is_single_user_profile() ) bbp_get_template_part( 'user', 'profile' ); ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <?php if ( bbp_is_single_user_topics() ) bbp_get_template_part( 'user', 'topics-created' ); ?>
+ <?php if ( bbp_is_single_user_replies() ) bbp_get_template_part( 'user', 'replies-created' ); ?>
+ <?php if ( wporg_support_is_single_user_reviews() ) bbp_get_template_part( 'user', 'reviews-written' ); ?>
+ <?php if ( wporg_support_is_single_user_active_topics() ) bbp_get_template_part( 'user', 'active-topics' ); ?>
+ <?php if ( wporg_support_is_single_user_topics_replied_to() ) bbp_get_template_part( 'user', 'topics-replied-to' ); ?>
+ <?php if ( bbp_is_single_user_edit() ) bbp_get_template_part( 'form', 'user-edit' ); ?>
+ <?php if ( bbp_is_single_user_profile() ) bbp_get_template_part( 'user', 'profile' ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px"> </div>
</span><span class="cx" style="display: block; padding: 0 10px"> </div>
</span><span class="cx" style="display: block; padding: 0 10px">
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressloopreplytopicsphp"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-reply-topics.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-reply-topics.php (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-reply-topics.php 2017-07-07 17:39:52 UTC (rev 5626)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,35 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<?php do_action( 'bbp_template_before_topics_loop' ); ?>
+
+<ul id="bbp-forum-<?php bbp_forum_id(); ?>" class="bbp-topics">
+ <li class="bbp-header">
+ <ul class="forum-titles">
+ <li class="bbp-topic-title"><?php esc_html_e( 'Topic', 'wporg-forums' ); ?></li>
+ <li class="bbp-topic-voice-count"><?php esc_html_e( 'Voices', 'wporg-forums' ); ?></li>
+ <li class="bbp-topic-reply-count"><?php bbp_show_lead_topic()
+ ? esc_html_e( 'Replies', 'wporg-forums' )
+ : esc_html_e( 'Posts', 'wporg-forums' );
+ ?></li>
+ <li class="bbp-topic-freshness"><?php esc_html_e( 'Last Post', 'wporg-forums' ); ?></li>
+ </ul>
+ </li>
+
+ <li class="bbp-body">
+
+ <?php while ( bbp_replies() ) : bbp_the_reply(); ?>
+
+ <?php bbp_get_template_part( 'loop', 'single-reply-topic' ); ?>
+
+ <?php endwhile; ?>
+
+ </li>
+
+ <li class="bbp-footer">
+ <div class="tr">
+ <p>
+ <span class="td colspan4"> </span>
+ </p>
+ </div><!-- .tr -->
+ </li>
+</ul><!-- #bbp-forum-<?php bbp_forum_id(); ?> -->
+
+<?php do_action( 'bbp_template_after_topics_loop' ); ?>
</ins></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressloopsinglereplytopicphpfromrev5622sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressloopsingletopicphp"></a>
<div class="copfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Copied: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-reply-topic.php (from rev 5622, sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-topic.php)</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-reply-topic.php (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-reply-topic.php 2017-07-07 17:39:52 UTC (rev 5626)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,62 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<?php $topic_id = bbp_get_reply_topic_id(); ?>
+
+<ul id="bbp-topic-<?php bbp_topic_id( $topic_id ); ?>" <?php bbp_topic_class( $topic_id ); ?>>
+
+ <li class="bbp-topic-title">
+
+ <?php do_action( 'bbp_theme_before_topic_title' ); ?>
+
+ <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( $topic_id ); ?>"><?php bbp_topic_title( $topic_id ); ?></a>
+
+ <?php do_action( 'bbp_theme_after_topic_title' ); ?>
+
+ <?php bbp_topic_pagination( array( 'topic_id' => $topic_id ) ); ?>
+
+ <?php do_action( 'bbp_theme_before_topic_meta' ); ?>
+
+ <p class="bbp-topic-meta">
+
+ <?php do_action( 'bbp_theme_before_topic_started_by' ); ?>
+
+ <span class="bbp-topic-started-by"><?php printf( __( 'Started by: %1$s', 'wporg-forums' ), bbp_get_topic_author_link( array( 'post_id' => $topic_id, 'size' => '14' ) ) ); ?></span>
+
+ <?php do_action( 'bbp_theme_after_topic_started_by' ); ?>
+
+ <?php do_action( 'bbp_theme_before_topic_started_in' ); ?>
+
+ <span class="bbp-topic-started-in"><?php printf( __( 'in: <a href="%1$s">%2$s</a>', 'wporg-forums' ), bbp_get_forum_permalink( bbp_get_topic_forum_id( $topic_id ) ), bbp_get_forum_title( bbp_get_topic_forum_id( $topic_id ) ) ); ?></span>
+
+ <?php do_action( 'bbp_theme_after_topic_started_in' ); ?>
+
+ </p>
+
+ <?php do_action( 'bbp_theme_after_topic_meta' ); ?>
+
+ <?php bbp_topic_row_actions(); ?>
+
+ </li>
+
+ <li class="bbp-topic-voice-count"><?php bbp_topic_voice_count( $topic_id ); ?></li>
+
+ <li class="bbp-topic-reply-count"><?php bbp_show_lead_topic() ? bbp_topic_reply_count( $topic_id ) : bbp_topic_post_count( $topic_id ); ?></li>
+
+ <li class="bbp-topic-freshness">
+
+ <?php do_action( 'bbp_theme_before_topic_freshness_link' ); ?>
+
+ <?php bbp_topic_freshness_link( $topic_id ); ?>
+
+ <?php do_action( 'bbp_theme_after_topic_freshness_link' ); ?>
+
+ <p class="bbp-topic-meta">
+
+ <?php do_action( 'bbp_theme_before_topic_freshness_author' ); ?>
+
+ <span class="bbp-topic-freshness-author"><?php bbp_author_link( array( 'post_id' => bbp_get_topic_last_active_id( $topic_id ), 'size' => 14 ) ); ?></span>
+
+ <?php do_action( 'bbp_theme_after_topic_freshness_author' ); ?>
+
+ </p>
+ </li>
+
+</ul><!-- #bbp-topic-<?php bbp_topic_id( $topic_id ); ?> -->
</ins></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressloopsingletopicphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-topic.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-topic.php 2017-07-07 17:38:42 UTC (rev 5625)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-topic.php 2017-07-07 17:39:52 UTC (rev 5626)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -50,7 +50,15 @@
</span><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> <?php do_action( 'bbp_theme_after_topic_started_by' ); ?>
</span><span class="cx" style="display: block; padding: 0 10px">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- <?php if ( ( bbp_is_single_view() && ! wporg_support_is_compat_view() ) || ( bbp_is_single_forum() && bbp_get_topic_forum_id() != bbp_get_forum_id() ) || bbp_is_single_user_topics() ) : ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <?php if (
+ ( bbp_is_single_view() && ! wporg_support_is_compat_view() )
+ ||
+ ( bbp_is_single_forum() && bbp_get_topic_forum_id() != bbp_get_forum_id() )
+ ||
+ bbp_is_single_user_topics()
+ ||
+ wporg_support_is_single_user_active_topics()
+ ) : ?>
</ins><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> <?php do_action( 'bbp_theme_before_topic_started_in' ); ?>
</span><span class="cx" style="display: block; padding: 0 10px">
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressuseractivetopicsphpfromrev5622sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressuserreviewswrittenphp"></a>
<div class="copfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Copied: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-active-topics.php (from rev 5622, sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-reviews-written.php)</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-active-topics.php (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-active-topics.php 2017-07-07 17:39:52 UTC (rev 5626)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,36 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<?php
+
+/**
+ * User Active Topics
+ *
+ * @package bbPress
+ * @subpackage Theme
+ */
+
+do_action( 'bbp_template_before_user_active_topics' ); ?>
+
+<div id="bbp-user-active-topics" class="bbp-user-active-topics">
+ <h2 class="entry-title"><?php esc_html_e( 'Active Topics', 'wporg-forums' ); ?></h2>
+ <div class="bbp-user-section">
+
+ <?php if ( bbp_get_user_topics_started() ) : ?>
+
+ <?php bbp_get_template_part( 'pagination', 'topics' ); ?>
+
+ <?php bbp_get_template_part( 'loop', 'topics' ); ?>
+
+ <?php bbp_get_template_part( 'pagination', 'topics' ); ?>
+
+ <?php else : ?>
+
+ <p><?php bbp_is_user_home()
+ ? esc_html_e( 'You have not created any topics.', 'wporg-forums' )
+ : esc_html_e( 'This user has not created any topics.', 'wporg-forums' );
+ ?></p>
+
+ <?php endif; ?>
+
+ </div>
+</div><!-- #bbp-user-active-topics -->
+
+<?php do_action( 'bbp_template_after_user_active_topics' );
</ins></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressuserdetailsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-details.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-details.php 2017-07-07 17:38:42 UTC (rev 5625)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-details.php 2017-07-07 17:39:52 UTC (rev 5626)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -51,7 +51,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> <?php if ( defined( 'WPORG_SUPPORT_FORUMS_BLOGID' ) && WPORG_SUPPORT_FORUMS_BLOGID == get_current_blog_id() ) : ?>
</span><span class="cx" style="display: block; padding: 0 10px"> <li class="<?php if ( wporg_support_is_single_user_reviews() ) :?>current<?php endif; ?>">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- <span class='bbp-user-replies-created-link'>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <span class='bbp-user-reviews-link'>
</ins><span class="cx" style="display: block; padding: 0 10px"> <a href="<?php bbp_user_profile_url(); ?>reviews/" title="<?php
</span><span class="cx" style="display: block; padding: 0 10px"> /* translators: %s: user's display name */
</span><span class="cx" style="display: block; padding: 0 10px"> printf( esc_attr__( "%s's Reviews Written", 'wporg-forums' ), bbp_get_displayed_user_field( 'display_name' ) );
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -60,6 +60,24 @@
</span><span class="cx" style="display: block; padding: 0 10px"> </li>
</span><span class="cx" style="display: block; padding: 0 10px"> <?php endif; ?>
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <li class="<?php if ( wporg_support_is_single_user_active_topics() ) :?>current<?php endif; ?>">
+ <span class='bbp-user-active-topics-link'>
+ <a href="<?php bbp_user_profile_url(); ?>active/" title="<?php
+ /* translators: %s: user's display name */
+ printf( esc_attr__( "%s's Active Topics", 'wporg-forums' ), bbp_get_displayed_user_field( 'display_name' ) );
+ ?>"><?php esc_html_e( 'Active Topics', 'wporg-forums' ); ?></a>
+ </span>
+ </li>
+
+ <li class="<?php if ( wporg_support_is_single_user_topics_replied_to() ) :?>current<?php endif; ?>">
+ <span class='bbp-user-topics-replied-to-link'>
+ <a href="<?php bbp_user_profile_url(); ?>replied-to/" title="<?php
+ /* translators: %s: user's display name */
+ printf( esc_attr__( 'Topics %s Has Replied To', 'wporg-forums' ), bbp_get_displayed_user_field( 'display_name' ) );
+ ?>"><?php esc_html_e( 'Topics Replied To', 'wporg-forums' ); ?></a>
+ </span>
+ </li>
+
</ins><span class="cx" style="display: block; padding: 0 10px"> <?php if ( function_exists( 'bbp_is_engagements_active' ) && bbp_is_engagements_active() ) : ?>
</span><span class="cx" style="display: block; padding: 0 10px"> <li class="<?php if ( bbp_is_single_user_engagements() ) :?>current<?php endif; ?>">
</span><span class="cx" style="display: block; padding: 0 10px"> <span class='bbp-user-engagements-created-link'>
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressuserreviewswrittenphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-reviews-written.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-reviews-written.php 2017-07-07 17:38:42 UTC (rev 5625)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-reviews-written.php 2017-07-07 17:39:52 UTC (rev 5626)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -9,7 +9,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> do_action( 'bbp_template_before_user_reviews_written' ); ?>
</span><span class="cx" style="display: block; padding: 0 10px">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<div id="bbp-user-topics-started" class="bbp-user-topics-started">
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<div id="bbp-user-reviews-written" class="bbp-user-reviews-written">
</ins><span class="cx" style="display: block; padding: 0 10px"> <h2 class="entry-title"><?php esc_html_e( 'Reviews Written', 'wporg-forums' ); ?></h2>
</span><span class="cx" style="display: block; padding: 0 10px"> <div class="bbp-user-section">
</span><span class="cx" style="display: block; padding: 0 10px">
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -31,6 +31,6 @@
</span><span class="cx" style="display: block; padding: 0 10px"> <?php endif; ?>
</span><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> </div>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-</div><!-- #bbp-user-topics-started -->
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+</div><!-- #bbp-user-reviews-written -->
</ins><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> <?php do_action( 'bbp_template_after_user_reviews_written' );
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressusertopicsrepliedtophpfromrev5622sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportbbpressuserreviewswrittenphp"></a>
<div class="copfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Copied: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-topics-replied-to.php (from rev 5622, sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-reviews-written.php)</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-topics-replied-to.php (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-topics-replied-to.php 2017-07-07 17:39:52 UTC (rev 5626)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,36 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<?php
+
+/**
+ * User Topics Replied To
+ *
+ * @package bbPress
+ * @subpackage Theme
+ */
+
+do_action( 'bbp_template_before_user_topics_replied_to' ); ?>
+
+<div id="bbp-user-topics-replied-to" class="bbp-user-topics-replied-to">
+ <h2 class="entry-title"><?php esc_html_e( 'Topics Replied To', 'wporg-forums' ); ?></h2>
+ <div class="bbp-user-section">
+
+ <?php if ( bbp_get_user_replies_created() ) : ?>
+
+ <?php bbp_get_template_part( 'pagination', 'replies' ); ?>
+
+ <?php bbp_get_template_part( 'loop', 'reply-topics' ); ?>
+
+ <?php bbp_get_template_part( 'pagination', 'replies' ); ?>
+
+ <?php else : ?>
+
+ <p><?php bbp_is_user_home()
+ ? esc_html_e( 'You have not replied to any topics.', 'wporg-forums' )
+ : esc_html_e( 'This user has not replied to any topics.', 'wporg-forums' );
+ ?></p>
+
+ <?php endif; ?>
+
+ </div>
+</div><!-- #bbp-user-topics-replied-to -->
+
+<?php do_action( 'bbp_template_after_user_topics_replied_to' );
</ins></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgsupportfunctionsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php 2017-07-07 17:38:42 UTC (rev 5625)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php 2017-07-07 17:39:52 UTC (rev 5626)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -261,15 +261,33 @@
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * Check if the current page is a user's reviews page.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Check if the current page is a user's "Reviews Written" page.
</ins><span class="cx" style="display: block; padding: 0 10px"> *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @return bool True if the page is a user's reviews page, false otherwise.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @return bool True if the page is a "Reviews Written" page, false otherwise.
</ins><span class="cx" style="display: block; padding: 0 10px"> */
</span><span class="cx" style="display: block; padding: 0 10px"> function wporg_support_is_single_user_reviews() {
</span><span class="cx" style="display: block; padding: 0 10px"> return (bool) get_query_var( 'wporg_single_user_reviews' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Check if the current page is a user's "Active Topics" page.
+ *
+ * @return bool True if the page is an "Active Topics" page, false otherwise.
+ */
+function wporg_support_is_single_user_active_topics() {
+ return (bool) get_query_var( 'wporg_single_user_active_topics' );
+}
+
+/**
+ * Check if the current page is a user's "Topics Replied To" page.
+ *
+ * @return bool True if the page is a "Topics Replied To" page, false otherwise.
+ */
+function wporg_support_is_single_user_topics_replied_to() {
+ return (bool) get_query_var( 'wporg_single_user_topics_replied_to' );
+}
+
+/**
</ins><span class="cx" style="display: block; padding: 0 10px"> * Get the list of plugin- and theme-specific views.
</span><span class="cx" style="display: block; padding: 0 10px"> *
</span><span class="cx" style="display: block; padding: 0 10px"> * @return array Array of compat views.
</span></span></pre>
</div>
</div>
</body>
</html>