As my subject suggest. I'm having trouble finding the imageField type in my custom field.

If i create a new content type ie book, i can add text or other field types but image does not come up

I have the following enabled
- CCK . Content
- CCK . FileField
- CCK . Content permisions
- CCK . ImageField
- CCK .Text
- Image Cache + UI
- ImageAPI
- ImageAPI GDU
- VIews

I have tried clear cache, removing then installing modules.

Any tips?

Comments

dnewkerk’s picture

Under "Select a field type" choose File ... then in the select box to the right of that choose Image. Imagefield is just a type of "widget" for Filefield which is the main module.

Also, don't enable the Content Permissions module unless you understand how (and whether) you want to use it. When turned on, none of your fields will be visible to anyone unless you give their role permissions to view it (admin/user/permissions). It's a very cool feature, but you should only enable it if/when you need it.

anthonyplanet’s picture

aha, under my nose all the time. One more question. I need to put this image in particular location on my page. How can i define how this is outputted.

Basically i have website that i need exactly rebuild in drupal. The page has a few template variations. My initial instinct was that i would create different content types. Am i more less on the correct path?