Skip to:
Content

bbPress.org

Opened 11 years ago

Closed 11 years ago

#2436 closed defect (bug) (duplicate)

Recent Topics widget does not display post date/topic author

Reported by: rossob's profile rossob Owned by:
Milestone: Priority: normal
Severity: normal Version: trunk
Component: API - Widgets Keywords:
Cc:

Description

Regardless of whether the "show post date" or "show topic author" checkboxes are selected within WordPress, the Recent Topics widget does not show this information.

I am using bbPress 2.4 on WordPress 3.6.1. I also have BuddyPress 1.8.1 installed.

The bug ticket only allows me to select "trunk" as the bbPress version, 2.4 is not an option, so please note I'm experiencing this issue on 2.4 (I haven't tested it on other versions of bbPress to know if it predates this version).

If I hack plugins/bbpress/includes/common/widgets.php on lines 806 and 819 so the if statements always resolve true, this info is shown correctly on the widget, so it seems to be a problem where the two below variables are not being stored or read correctly:

$settingsshow_user?
$settingsshow_date?

I have also tried unselecting the checkboxes in the widget settings panel, saving the widget, then reselecting them and saving the widget again, but it does not correct the issue.

Change History (2)

#1 @rossob
11 years ago

the variables mentioned above should read:

$settings['show_date']
$settings['show_user']

#2 @johnjamesjacoby
11 years ago

  • Component changed from General to Widgets
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #2319.

Note: See TracTickets for help on using tickets.