Making WordPress.org

Opened 8 years ago

Closed 2 days ago

#1999 closed defect (bug) (fixed)

Forums: Add links to RSS feeds for plugin/theme support topics and reviews

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: Support Forums Keywords:
Cc:

Description

Apparently these are the RSS feeds for Akismet support topics and reviews:

However, they are not mentioned anywhere. They should be added as a <link> element to the forums theme header.

Change History (18)

This ticket was mentioned in Slack in #forums by sergey. View the logs.


8 years ago

#2 @jamescollins
8 years ago

The Admin tab in the plugins directory (eg https://wordpress.org/plugins/plugin-slug/admin/) currently has the "Support Forums Tag" "RSS Feed" linking to:

https://wordpress.org/tags/plugin-slug

However it should link to

https://wordpress.org/support/plugin/plugin-slug/feed

Thank you!

#3 @coffee2code
8 years ago

@jamescollins: Thanks for pointing out that link!

It turns out the "Support Forums Tag" link (and its associated "RSS Feed") aren't for the plugin's support forum but for a tag in the support forums that is the plugin's slug (e.g. basically, say for Akismet, wherever in the forums "akismet" is added as a tag).

I've fixed the URLs for these two links in [dotorg12418].

More helpfully in that list of "Links", I've added a link "Support Forum" (same URL as for the "Support" tab) and its associated "RSS Feed", which points to the plugin-specific support forum's feed (https://wordpress.org/support/plugin/{PLUGIN-SLUG}/feed/). Added in [dotorg12419].

This ticket was mentioned in Slack in #meta by sergey. View the logs.


8 years ago

#5 @jamescollins
8 years ago

Looks good @coffee2code. The links in my plugin's admin tab are all working.

It's great to now have both sets of links (the tag and the plugin), along with their corresponding RSS feeds.

Thank you.

#6 @webaware
8 years ago

Is there a similar link for plugin committers? the old link was:

https://wordpress.org/support/view/plugin-committer/{profile-name}

#7 @netweb
8 years ago

In r4047: Support Forums: Add redirects for plugin and theme RSS/reviews views.

#8 follow-up: @wfasa
8 years ago

Hi! Very happy to see that the RSS for plugins are working so thanks for that. Just a tiny bug there for some reason it seems like stickied posts have an empty RSS? Example: https://wordpress.org/support/topic/read-before-posting-13/feed

#9 in reply to: ↑ 8 @netweb
8 years ago

Replying to wfasa:

Hi! Very happy to see that the RSS for plugins are working so thanks for that. Just a tiny bug there for some reason it seems like stickied posts have an empty RSS? Example: https://wordpress.org/support/topic/read-before-posting-13/feed

Thanks @wfasa, I've created a new ticket #2048 for this issue

#10 @SergeyBiryukov
8 years ago

#2077 was marked as a duplicate.

This ticket was mentioned in Slack in #forums by clorith. View the logs.


6 years ago

This ticket was mentioned in Slack in #forums by clorith. View the logs.


3 years ago

This ticket was mentioned in Slack in #docs by zodiac1978. View the logs.


2 years ago

This ticket was mentioned in Slack in #meta by zodiac1978. View the logs.


2 years ago

This ticket was mentioned in Slack in #forums by vladytimy. View the logs.


17 months ago

#17 @mrfoxtalbot
17 months ago

This ticket came up during a bug scrub. I wanted to echo @otto42's comment in Slack, in case it helps:

Looking through the bbPress plugin, I see that it supports all different sorts of feeds, but it lacks any code for creating the link rel=alternate headers for that information. Seems like this should be brought to bbPress to add such a thing.

In the meantime, we could put some code into the wporg-support theme to add these, similar to how the feed_links function in WordPress works. Once bbPress adds them, we switch to using their code instead.

Would this be a feasible solution @SergeyBiryukov?

#18 @coffee2code
2 days ago

  • Owner set to coffee2code
  • Resolution set to fixed
  • Status changed from new to closed

In 13918:

Support Forums: Add links to RSS feeds for plugin/theme support topics and reviews to page head.

Props SergeyBiryukov, coffee2code.
Fixes #1999.

Note: See TracTickets for help on using tickets.