I plan to use one of the D7-ready themes, such as Corolla, but want photo captions. How do I implement captions in a D7 theme without either moving to a specific profile or getting up to my elbows in code spaghetti? All help much appreciated.
I've moved a site from a "devel" subfolder to the root directory at the server. I've set up a custom 404 page to explain the situation to people who arrive at the old pages through bookmarks, old incoming links, etc, but I would like to redirect them to the right place automatically.
It should be easy: to turn http://example.org/devel/nice-page into http://example.org/nice-page. I've experimented with various rules or aliases in .htaccess, but still with no luck.
Anyone?
I hate being such an amateur. Can someone tell me the proper methodology for overriding block.tpl.php? This is what I've done so far:
- Using Drupal 7 with Zen and a starterkit subtheme
- Identified block module and delta using Firebug; block-block-2
- Copied block.tpl.php into my subtheme
- Made a copy and renamed it block-block-2.tpl.php
That's it. The system doesn't recognize it. Was there something else I needed to do? Maybe in template.php?
Thanks to anyone and everyone and sorry for what is probably a dumb question.
A quick question if I may, it's something which sounds like it should be supported - but despite being a heavy drupal user I'm not quite sure if it is or not.
I have three content types
Formats - format information (Mac, PC, etc) - a few CCK fields.
Applications - application information, lots of CCK fields.
Bugs - a bug report.