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
Description

I need to ad more ingredients the given space is not enough

#1

mitoman - November 7, 2008 - 12:22

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

mitoman - November 7, 2008 - 12:22
Category:bug report» feature request

#3

mitoman - November 7, 2008 - 12:25

Already being discussed here actually.

http://drupal.org/node/285003

#4

alienseer23 - December 2, 2008 - 08:57

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.

 
 

Drupal is a registered trademark of Dries Buytaert.