__group__ ticket summary owner component _version priority severity milestone type _status workflow _created modified _description _reporter Needs UI Work 2449 bbPress Recent Replies - make a unique option API - Widgets 2.4 normal normal Future Release idea new needs-ui 2013-10-09T21:42:13Z 2015-02-02T19:00:04Z "Hello guys, I loev bbPress and what you do guys. But there is something missing in the widget option for recent replies. If users makes a reply to the same topic, then the same topic name will appear on the recent replies. I want an option on the widget to only show the latest reply (only 1 reply) from the topics. For example if the recent reply widget shows this: **Recent Replies Widget** Hello world Hello world Hello world Second world Just testing Just testing Nice site then I want the following instead when the unique option is checked for the widget: **Recent Replies Widget** Hello world Second world Just testing Nice site Anyway, I have, by looking at the widgets.php file changed the code between the tags, line 1144 to 1195 to the following: {{{ have_posts() ) : $widget_query->the_post(); ?>
  • post->ID ); $reply_topic = bbp_get_reply_topic_title( $reply_id ); if ($i_unique != $reply_topic): $reply_link = '' . $reply_topic . ''; // Only query user if showing them if ( 'on' === $settings['show_user'] ) : $author_link = bbp_get_reply_author_link( array( 'post_id' => $reply_id, 'type' => 'both', 'size' => 14 ) ); else : $author_link = false; endif; // Reply author, link, and timestamp if ( ( 'on' === $settings['show_date'] ) && !empty( $author_link ) ) : // translators: 1: reply author, 2: reply link, 3: reply timestamp printf( _x( '%1$s on %2$s %3$s', 'widgets', 'bbpress' ), $author_link, $reply_link, '
    ' . bbp_get_time_since( get_the_time( 'U' ) ) . '
    ' ); // Reply link and timestamp elseif ( 'on' === $settings['show_date'] ) : // translators: 1: reply link, 2: reply timestamp printf( _x( '%1$s %2$s', 'widgets', 'bbpress' ), $reply_link, '
    ' . bbp_get_time_since( get_the_time( 'U' ) ) . '
    ' ); // Reply author and title elseif ( !empty( $author_link ) ) : // translators: 1: reply author, 2: reply link printf( _x( '%1$s on %2$s', 'widgets', 'bbpress' ), $author_link, $reply_link ); // Only the reply title else : // translators: 1: reply link printf( _x( '%1$s', 'widgets', 'bbpress' ), $reply_link ); endif; endif; ?>
  • }}} And it worked very good. But perhaps you guys maybe can make this as an option instead for the widget? So those who wants to display the unique topic replies have an option. regards" zilveer Needs UI Work 2245 Hide subforums on paged Component - Forums 2.2.3 low normal Future Release enhancement new needs-ui 2013-03-07T01:35:44Z 2013-07-28T19:03:38Z "If we have in a forum a lot of topics and subforums, to hide subforums list on '''forum/page/2''' page and next pages... " alexvorn2 Needs UI Work 2184 Marking a topic or a reply private in the front-end Front-end 2.2.3 normal normal Future Release enhancement new needs-ui 2013-01-27T15:01:04Z 2013-09-19T13:16:01Z "Allowing users to mark a topic or a reply as a private to be shown only for admins and forum moderators, [image] http://s-plugins.wordpress.org/bbpress-private-replies/assets/screenshot-1.png?rev=625843 [image] http://s-plugins.wordpress.org/bbpress-private-replies/assets/screenshot-4.png?rev=625843 like what this plugin does: http://wordpress.org/extend/plugins/bbpress-private-replies/" alexvorn2 Needs UX Feedback 3149 Usability: Understanding the Tools / Forums / Upgrade tab johnjamesjacoby General trunk normal normal 2.8 defect (bug) new ux-feedback 2017-08-20T14:54:25Z 2018-04-23T04:00:17Z "I've got a few questions about the Tools -> Forums ""Upgrade"" tab from a usability perspective. On a brand new bbPress install, i.e. the tables have just been created and are still (mostly) empty, the tab displays and lists a number of actions. Running each of these actions - of course - gives ""nothing to do"" responses, but the actions are not taken off the page. 1. Why do actions display when they will have no effect / are unnecessary to run ? 2. Why does the tab display when there are no actions which would have any effect ? As a user, the tab feels like something I'd ""need to do"" as keeping up to date is important, but as the tab, nor the actions, do not go away after having run them, their importance is diminished. For me, this would mean that I would in the future disregard the tab / not look at it again and not action anything on it (unless maybe specifically pointed to it through an admin notice). This net effect seem to be to counter to the importance of keeping the database schema up to date and to have the opposite of the intended effect. " jrf Needs UI Work 1838 Add option to move topics to other forums in the Bulk Edit settings General - Administration 2.0 normal normal Future Release enhancement new needs-ui 2012-06-01T04:35:22Z 2017-07-06T19:08:21Z Make possible to move a lot of topics to other forums adding some settings to Bulk Edit. alexvorn2 Needs UI Feedback 2711 Make bbPress Edit Profile Section more Responsive General - UI/UX 2.5.4 normal normal 2.7 enhancement new ui-feedback 2014-10-23T00:04:52Z 2017-01-12T10:51:00Z "The bbpress edit profile section should look a little better on smaller device widths. The labels should be on top of the input boxes , right now they are just inline with the input boxes. When they are inline on smaller device width they look all awkward because the words break up. " Robkk Needs UI Work 1643 Admin style (RTL) 7i7GRiFFiN General - UI/UX 1.1-alpha normal normal Future Release (Legacy) defect (bug) new needs-ui 2011-09-21T16:47:39Z 2011-10-01T00:13:32Z "'''H2 tag need to change something:''' [[BR]] font-family: Tahoma, ""Times New Roman""; font-style: normal; [[BR]] '''And menu need to change it UI:''' [[BR]][[BR]] ul#bbAdminMenu li.bb-menu a { font-family: Tahoma, ""Times New Roman""; font-weight: bold; } [[BR]] '''And footer too:''' [[BR]][[BR]] div#bbFoot { font-family: Tahoma, ""Times New Roman""; font-style: normal; }" 7i7GRiFFiN