The company I work for is in the process of getting a new website. I'm pressing hard to get it to be Drupal, since that's my personal preference, and the company strongly uses open source software for most of its business (ISP).
Is anyone out there who does theme development? Right now I'm gathering interest to see if there's anyone out there who does this type of thing. If there is, that will help my drupal push internally.
Using the upload.module in 4.7, how can I make the first image I upload for that node automatically appear in the node's teaser and full view in a div floated on the left?
I guess it would be a case of editing the node.tpl.php file, creating a div and inserting some php code in there that references the first item/image uploaded/attached to a node.
I would like to add a tag to all attachment links that are listed on my pages. I see this code in upload.module but cannot find out how to add rel="lightbox" to the link.
I know most designers would hate doing theme design in drupal now matter what interface was provided. But theme tweaking (and even porting a html+css site) could be done in drupal directly. Are there any theme editing modules for drupal yet? Is anyone working on anything like this?