Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hello - This may be (and probably is) a dumb question but Im looking for a way to cutomize the RSS feed my drupal site generates. As best I can tell this is done with the hook_nodeapi of the module I created and the node_invoke_nodeapi of teh node.module file. Is this right? If so are there any examples I can look at to base my code off of and figure out how to go about it? Thanks in advance.
I uploaded the whole folder on module/ and enabled it, but when i click on settings / image_gallery, i get this error:
Fatal error: Call to undefined function _image_check_settings() in C:\apachefriends\xampp\htdocs\Drupal\modules\image\contrib\image_gallery\image_gallery.module on line 19
So here is the situation. I have created several customized nodes that read and write to thier own tables in the drupal database. For my site there are also nodes that have (essentially) no customization and write to the core tables. Now the issue is that when I go to generate my rss feeds from my content the customized nodes display absoutly nothing whereas the other nodes actually have the proper content. Is there some code I need to add to my modules to make sure they generate the appropriate feed?