Closed (won't fix)
Project:
Recipe
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2007 at 20:41 UTC
Updated:
21 Oct 2011 at 21:05 UTC
Jump to comment: Most recent file
Comments
Comment #1
goddess commentedAdditionally, the option to have comments appear on the print-friendly version would be very helpful, as often the comments contain important info about the recipe from members. This is less important for my site than the nutritional CCK fields I created, but would definitely be a very useful feature.
Thanks.
Comment #2
goddess commentedUpdate: to anyone looking for this functionality, I was able to get it from the current print module.
Comment #3
2222a commentedSince you used cck here: I have a question: can I use cck to replace the ingredient entering system? It is too complicated for my users (foreign language too) so I am thinking of replacing it either with a text box for each ingredient, or one large one to cut and paste them all. The simple version does not work http://drupal.org/node/195127 so I am looking for alternatives.
Thanks for any directions.
Comment #4
seanbfuller commentedI think the issue is that we are calling theme('node_recipe') instead of calling node_view($node) to build the page. The second variant allows other modules (such as cck) to add additional node elements. The downside here is that some options can creep into the display we might not want.
This small patch makes the change above. Note, however, that I had to call it with page = FALSE in order to keep the form from showing. This means that the node output has a title. To compensate, I removed the title from the theme_recipe_export_html function.
Up for review.
Comment #5
scottprive commentedIf someone could re-test and update this for 6.x that would be awesome.
Comment #6
jvandervort commentedRecipe 5.x branch moved to unsupported.