Since I use moderated trackbacks, I'd like to have a feed for pending trackbacks. I extended the code to do so; patch is included. Have a look at it if it is ok.
Hope you like it.

CommentFileSizeAuthor
adminrss-trackback.module3.07 KBSkyr

Comments

fgm’s picture

Version: 4.6.x-1.x-dev » master
Status: Needs review » Needs work

Could be interesting. Bumping to current versions.

fgm’s picture

Version: master » 7.x-1.x-dev

Bumping to current version. Also related to the more general "extensibility" issue #52208: RSS feed for various sources: make AdminRSS extensible..

fgm’s picture

fgm’s picture

Version: 7.x-1.x-dev » 8.x-1.x-dev

Bumping to new current branch.

fgm’s picture

Trackback is no longer in core, but extending AdminRSS is now much easier: all you need to do is create a view with a few characteristics:

* has a Feed display
* its last path component as %adminrss_token
* its access plugin is AdminRSS
* view has the AdminRSS tag.

It will be picked up automatically in the settings form and use the up-to-date access secret.