Here is a patch on flexinode.module v 1.36.2.1 that should apply cleanly to cvs and 4.5 branches which:
Adds flexinode_feed function and associated menu callback
Adds xml button to bottom of flexinode type listing pages
Adds help entry for rss feeds
| Comment | File | Size | Author |
|---|---|---|---|
| flexinode.diff | 3.05 KB | crunchywelch |
Comments
Comment #1
moshe weitzman commentedwhy the if ($user->uid) block? perhaps you cut and paste too quckly from blog_feed?
Comment #2
crunchywelch commentedThis is to allow feeds per user, if you do /feed/$ctype/$uid then you only get nodes by that user. i will submit a patch for 4.6, is there a reason this wont get committed?
Comment #3
crunchywelch commentedI realized that jonbob already had me commit a slightly different version of this patch to head already. I just synched the 4.6 branch, so it should be in that build now. This patch has the ability to get feeds based on type and user id, as well as adds the xml icon to flexinode listings. If those are interesting features to anyone I can submit another patch to add them to 4.6. This patch could still be applied to 4.5.
Comment #4
moshe weitzman commentedtype specific feeds are already implemented when using node_type_filter.module (See contrib).
Comment #5
urbanlegend commentedGiven that this issue has not been updated in 11 years or more, I am closing this ticket as outdated (no longer needed and/or relevant). However, if anyone feels this represents an issue that is still being encountered in the current version of Drupal, please reopen and/or provide additional comments.