__group__ ticket summary owner component _version priority severity milestone type _status workflow _created modified _description _reporter 2.7 2689 Remove admin RTL specific CSS and use CSSJanus to generate RTL CSS General - Administration low minor 2.7 enhancement new 2014-09-20T08:56:38Z 2014-10-06T08:22:26Z "Various instances of RTL specific CSS exist in [https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/css/admin.css /src/includes/admin/css/admin.css]. We should remove these and use our grunt task `grunt cssjanus:core` task to generate any needed RTL CSS styles." netweb 2.7 2485 bbp_forum_enforce_hidden() should return 403 johnjamesjacoby Component - Forums lowest trivial 2.7 defect (bug) new 2013-11-28T16:32:37Z 2015-05-10T09:30:43Z "If we use hidden or private forums and the requesting user is not allowed to see them, bbPress returns 404, File Not Found: {{{ if ( !empty( $forum_id ) && bbp_is_forum_hidden( $forum_id ) && !current_user_can( 'read_hidden_forums' ) ) bbp_set_404(); }}} [http://en.wikipedia.org/wiki/HTTP_403 Response code 403] would be more correct: ""A web server may return a 403 Forbidden HTTP status code in response to a request from a client for a web page or resource to indicate that the server can be reached and understood the request, but refuses to take any further action."" It's confusing to see a 404 if you're not logged in and the most sitemaps will contain the internal topics, too. Sending a lot of 404 URLs to search engine isn't a good idea. 403 is not optimal either, but would be a more appropiate." wpdennis 2.7 2037 Help on Forum Settings missing items johnjamesjacoby General - Administration 2.2 low minor 2.7 defect (bug) new dev-feedback 2012-11-19T20:12:31Z 2015-07-02T05:26:34Z "On the help screen on the main forum settings page, it seems that a few of the newly added settings didn't make it. Revisions, Default user role, and auto role are missing from the main settings help. Revisions might of been intentional since that is self explanatory, but I think default user role and auto role should have some good description for users looking to understand what exactly they do." jaredatch 2.7 2995 Consider reverting the quicktag link button to the original prompt instead of the modal with search API - Formatting trunk low minor 2.7 idea new dev-feedback 2016-09-09T05:42:48Z 2017-06-08T03:44:13Z "I don't know how useful the post search in the quicktag link modal for forums. I think before an update in WordPress it was originally a simple prompt to include a link into. The modal with post search usually inherits a themes css styles and could make it look like a mess. In my opinion I prefer the simple and original functionality. If anything we should at least remove the post search area or customize it to only include bbPress post types, and include some CSS to the bbpress stylesheet to fix any common theme inherited issues. " Robkk 2.7 2993 Consider auto-creating a forum index page General - UI/UX 2.5.9 lowest minor 2.7 idea new dev-feedback 2016-09-09T04:19:00Z 2017-06-08T03:44:13Z "Think of how woocommerce has a shop page, which is their plugins product post type archive page. Its auto created after plugin install, and I think a confirmation to create the specific page. What if bbPress had something similar but for the forum index. Its recommended to create a forum index page in the forum settings, it says it near the forum root settings. I always see some user generated issues that usually happens while users are trying to create a forum index page using a shortcode while moderating the forums. Right now my only idea currently would be to create a common error guide to help users that create this page, and do a step by step explanation of everything they would need to do. Why not make it easier for them though. Other ideas could be to make all bbPress forum pages use this page template. Some other WordPress forum plugin currently has this feature, and it could possibly be witchcraft. " Robkk 2.7 2269 Add rich microdata markup to breadcrumbs espellcaste General 2.2.3 normal minor 2.7 enhancement new 2013-03-20T07:22:37Z 2019-10-10T23:54:49Z "Introduce 'microdata' support for breadcrumbs. Microdata is supported (and preferred over microformats) by the major search engines Bing, Google & Yahoo. References: [http://dev.w3.org/html5/md/ HTML5 microdata spec] | [http://support.google.com/webmasters/bin/answer.py?hl=en&answer=185417 Google Microdata Breadcrumbs] & [http://www.bing.com/webmaster/help/markup-breadcrumbs-72419f3f Bing Microdata Breadcrumbs]" netweb 2.7 3000 There should be a notice about running the remap existing users to default forum roles repair job johnjamesjacoby Tools - Code Improvements 2.2 lowest minor 2.7 enhancement new 2016-09-20T15:35:20Z 2023-11-17T20:12:02Z "There should be a notice/warning/description about running the remap existing users to default forum roles repair job. Users would have to reassign any forum roles that they have granted to users again if they run it. If users do not entirely know that the repair job does that, it might be quite annoying for site Administrators with multiple Moderators. " Robkk 2.7 3271 Improve thread meta descriptions Component - Topics low minor 2.7 defect (bug) new 2019-10-31T12:10:34Z 2023-11-17T20:13:00Z See https://meta.trac.wordpress.org/ticket/4798 jonoaldersonwp 2.7 2950 Duplicate reply detection can be fooled with a return General - Content Creation low minor 2.7 defect (bug) new 2016-05-08T13:01:24Z 2023-11-17T20:13:12Z "bbPress duplicate replies can be fooled by adding a return at the end of a post. bbPress strips this return in the final submission, but it's not considered at duplicate reply detection. I tested it here: https://bbpress.org/forums/topic/php7-compatibility/#post-174704 [[Image(http://i.imgur.com/I6Gxztg.png)]]" rmens 2.7 3238 Template part loop-replies.php missing the row-actions span johnjamesjacoby Component - Replies 2.5.14 normal minor 2.7 defect (bug) new 2018-12-19T08:42:16Z 2023-11-17T20:14:17Z "The template part loop-replies.php is missing the span with class ""row-actions"" around the favorite and subscribe links, hence they are not displayed correctly." satollo 2.7 2763 Stickies get doubled Component - Topics 2.5.4 normal minor 2.7 defect (bug) new 2015-02-23T12:14:55Z 2024-02-16T09:44:47Z "Stickies are being shown at the top of the forum and once more in the normal chronological order. This may be a regression (see #50). On second thought, however, I'm not sure because #50 is not specific about pagination (did that exist in v0.1?). Stickying a post from the first page correctly removes it from the list of posts, but stickying a post from the second page will display it at the top of the first page and once more in the list of posts on page 2 where I would not expect to see it. Marking as defect rather than regression for now." mechter