I must say...I like this CMS. I've been working on building my first site for about 3 wks now...ran into a few issues (actually a lot) but I'm not frustrated or giving up because I really see the promise, flexibility, and learning that Drupal offers... Okay...with that said, my question.
Is there a way to controll which options are displayed when editing a page?
Let's say I have:
- input format
- product
- comment settings
- menu settings
- file attachments
- authoring information
- publishing options
And I would like to see only:
- authoring information
- publishing options
Also, by default the "menu settings" options always appear uncollapsed when I edit a page. Is there a way to control which settings are collapsed and which are not?
I'm using CCK and have an image field (using imagefield.module).
Is there any way to change the output of particular imagefield of particular content type?
I have found that I can use function mytheme_imagefield_image() in my template.php but this will affect all the imagefield items. I need to manipulate one field only. Is this possible?