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

CommentFileSizeAuthor
flexinode.diff3.05 KBcrunchywelch

Comments

moshe weitzman’s picture

why the if ($user->uid) block? perhaps you cut and paste too quckly from blog_feed?

crunchywelch’s picture

This 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?

crunchywelch’s picture

I 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.

moshe weitzman’s picture

type specific feeds are already implemented when using node_type_filter.module (See contrib).

urbanlegend’s picture

Version: 4.5.x-1.x-dev » 4.7.x-1.x-dev
Component: Code » flexinode.module (core)
Issue summary: View changes
Status: Needs review » Closed (outdated)

Given 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.