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

kjbland’s picture

I'm curious about this too. Are 10 recipes needed before it will show up?

nernst’s picture

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

robert castelo’s picture

This is still a problem in the 4.5 release.

moshe weitzman’s picture

Anonymous’s picture