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.
| Comment | File | Size | Author |
|---|---|---|---|
| adminrss-trackback.module | 3.07 KB | Skyr |
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.
| Comment | File | Size | Author |
|---|---|---|---|
| adminrss-trackback.module | 3.07 KB | Skyr |
Comments
Comment #1
fgmCould be interesting. Bumping to current versions.
Comment #2
fgmBumping to current version. Also related to the more general "extensibility" issue #52208: RSS feed for various sources: make AdminRSS extensible..
Comment #3
fgmComment #4
fgmBumping to new current branch.
Comment #5
fgmTrackback 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
AdminRSStag.It will be picked up automatically in the settings form and use the up-to-date access secret.