I'm using drupal-4.4.1 under postgresql.
When I created the recipe node, I successfully added cooking instructions. When I look in the database, I can see the instructions in node/body. However, the display of the recipe has the heading "cooking instructions", but doesn't have the instructions. The next item is "source".
Comments
Comment #1
JeffOllie commentedThe sql tables do not have a field to store the instructions. If you run the following SQL you should be able to enter cooking instructions:
Comment #2
moshe weitzman commentedComment #3
(not verified) commented