Add more ingerdients
thakorek - September 3, 2008 - 21:08
| Project: | Recipe |
| Version: | 6.x-1.0-beta1 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I need to ad more ingredients the given space is not enough

#1
I also would like to be able to add more ingredients. Maybe an add more button. I'd be happy to help in anyway. I have no coding skills, but I'd be happy to test anything out.
Thanks all
#2
#3
Already being discussed here actually.
http://drupal.org/node/285003
#4
1) open the recipe.module filer with your favorite text editor.
2)in D5 go to line 260 which reads: for ($i = $num_ingredients; $i < $num_ingredients+10; $i++) {
in D6 go to line 262 which reads: for ($i = $num_ingredients; $i < $num_ingredients+10; $i++) {
3)change that number 10 to something bigger, however many lines you want. Save. Enjoy.