Making WordPress.org

Opened 8 years ago

Closed 8 years ago

#2767 closed defect (bug) (fixed)

Add support forum redirects for the bb's

Reported by: netweb's profile netweb Owned by: otto42's profile Otto42
Milestone: Priority: normal
Component: Plugin Directory Keywords: has-patch
Cc:

Description (last modified by SergeyBiryukov)

Following the reintroduction of the "tabbed interface" for the plugin directory in [5399] the "Support" tab for the bbPress and BuddyPress plugins no longer redirect to their support forums.

  • https://wordpress.org/support/plugin/bbpress should redirect to https://bbpress.org/forums/
  • https://wordpress.org/support/plugin/buddypress should redirect to https://buddypress.org/support/

Attachments (3)

2767.patch (1.9 KB) - added by SergeyBiryukov 8 years ago.
2767.2.patch (4.1 KB) - added by SergeyBiryukov 8 years ago.
2767.3.patch (4.4 KB) - added by SergeyBiryukov 8 years ago.

Download all attachments as: .zip

Change History (12)

#1 @SergeyBiryukov
8 years ago

  • Description modified (diff)

#2 @Otto42
8 years ago

  • Owner set to Otto42
  • Status changed from new to accepted

Yes, I thought I corrected for that, but somehow I missed it in my final code. I'll fix it soon.

@SergeyBiryukov
8 years ago

#3 @SergeyBiryukov
8 years ago

  • Keywords has-patch added; needs-patch removed

@Otto42: 2767.patch reuses the code and the comment from Support::widget().

#4 follow-up: @Otto42
8 years ago

  • Keywords needs-patch added; has-patch removed

Since this is used in multiple places, I was actually going to add it to the plugin part as a function and then call on that instead.

#5 in reply to: ↑ 4 @SergeyBiryukov
8 years ago

Replying to Otto42:

Since this is used in multiple places, I was actually going to add it to the plugin part as a function and then call on that instead.

Like this? 2767.2.patch

#6 @Otto42
8 years ago

  • Keywords has-patch added; needs-patch removed

Yep. Thanks, will push soon.

#7 @SergeyBiryukov
8 years ago

Missed setting $resolutions to false in the previous patch.

2767.3.patch does that for any support URL not starting with https://wordpress.org.

#8 @Otto42
8 years ago

In 5404:

Plugin Directory: Add function for linking to the support forum for a plugin. See #2767. props @SergeyBiryukov

#9 @Otto42
8 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 5405:

Plugin Directory: Use new function in plugin to link tab to support forum. Fixes #2767. props @SergeyBiryukov

Note: See TracTickets for help on using tickets.