I've just installed the recipe module on a fresh drupal 4.4 installation. The "newest 10 recipes" block is checked enabled, however, the block (along with any recipes) is not appearing on my site. At first I thought it might be a problem with the template, but I have tried using each of the templates which come bundled with drupal, and known of them show it.
Comments
Comment #1
kjbland commentedI'm curious about this too. Are 10 recipes needed before it will show up?
Comment #2
nernst commentedI looked into this... it seems in the recipe_block section a call is made to theme(node_title_list, $result) when the correct syntax should be node_title_list($result). If you make this change the block shows up properly. THe function node_title_list then calls the appropriate theme function.
Comment #3
robert castelo commentedThis is still a problem in the 4.5 release.
Comment #4
moshe weitzman commentedComment #5
(not verified) commented