You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Profile pages like https://publiclab.org/profile/cfastie now show some great links to, for example, all content tagged as an activity for a given user --
Profile pages like https://publiclab.org/profile/cfastie now show some great links to, for example, all content tagged as an activity for a given user --
https://publiclab.org/tag/activity:*/author/cfastie
However, the RSS feed on that page is a generic feed for activities, not just
cfastie
's:https://publiclab.org/feed/tag/activity:*.rss
We need an RSS feed for this. It can be based on this one, which is the generic "all content for this tag" feed:
plots2/app/controllers/tag_controller.rb
Lines 324 to 347 in 34935fb
Any help with this would be appreciated! The new feed should probably be at:
https://publiclab.org/feed/tag/activity:*/author/_AUTHORNAME_.rss
Thanks!
The text was updated successfully, but these errors were encountered: