I'm new to Drupal, in fact, just starting my first Drupal site. I've done many using WordPress, but thought it was time to try Drupal on for size. I am a developer who works for multiple designers.
I would like advice on choosing a theme. I'm wondering if there is a theme or themes out there which are easily customized to fit extremely varied designs.
In my development with WordPress I've found the Headway theme to suit my purposes.
How is it possible to upload a single image file (in a custom content type's image field) and generate multiple thumbnails and/or versions of that image automatically ?
Basically, I need to make a desaturated version of the image and a small thumbnail of it. I already have setup the image styles and assigned one of these styles to the image field. This works fine. Now, how can I tell Drupal to use the 2 other image styles and make new copies of the image using those styles ?
My users can login immediately with logintoboggan. While they don't validate their account they can create some content which gets unpublished. I would like to publish their content once they validate their account. I guess I can do that with rules but cannot figure out. Some one knows how to do so?
I'm trying to add some html/text. It is a css menu which I'm using to deliver information and not links. I've tried to make a content type for it, but it creates a title that shows above the menu. How can I add html/text content and not have a title show?