Hi

I like the recipe module but it needs some changes for my purposes. Can someone help me with this?

I don't want all the ingredients. I just want recipe name, category and a large text box for ingredients and directions. Also I don't want the users to be able to post a recipe, only the administrator.

It would be indexed by category and name and searchable.

Can someone help make these changes? I don't have a clue how?

Thanks
Frank

Comments

bjornarneson’s picture

For your purposes, you'd be better off just using the normal "page" content type, or creating a new content type with CCK.

Assign a taxonomy to the page content type, and you're all set.

WillieBHines’s picture

Maybe install the CCK module, which lets you define custom nodes -- and define a "newrecipie" node which has just these fields.

After you do that, you can go into "access control" and define which user groups are allowed to create new nodes of this type.