Drupal 7 short stack – Review from accsva.org presentation
Rather remarkably we’ve managed to avoid the top xxx module list for Drupal 7… however to recap the presentation yesterday at ACCSVa.org here it goes….
A Drupal Roadmap with Rich Gregory – Look in to some critical dev tools like Drush and other things to get you going.
1. Display Suite (putting Views at the top almost redundant….) – thanks to Display Suite and it’s buddy Field Group Drupal 7′s core content creation kit is a flexible dashboard delivery tool. With a few clicks you can now turn a lengthy and unintuitive form into a dashboard – i’m seeing hope for a wordpress like content adding area.
2. Views – it should go without saying, and now that it’s going to be a part of Drupal 8 core I’m going to leave it at that… you need views to do anything worth doing. We’ve got a half dozen or more tutorials on views here, so dig in.
3. Context – this is your logic layout tool – pick conditions and reaction. There are numerous modules to extend context as well – in the presentation I mentioned http://drupal.org/project/context_reaction_theme however this only has a D6 option. You’ll probably need to use http://drupal.org/project/context_addassets to do essentially the same thing. Also note that Mobile Tools allows you to use contexts to do dramatic theming changes based on the mobile device.
4.Rules: Rules allows your site to become a dynamic workflow management intranet style workhorse. The amount of flexibility here, much like Views, extends beyond the scope of a simple “short stack” review, however in essence you’re taking events that happen within the site, or custom crontab events, setting conditions and triggering actions. Coupled with modules like Views Rules the possibilities are amazing.
5. Entity reference - extending CCK (part of drupal 7 core) the up-and-coming successor to References. Allow content to reference other content, and as mentioned this allows View Relationships to create a SQL JOIN on your content – get more information about your Content Author, and many more options…this post here is particularly fun with references referencing references…
6. Honorable mention: Feeds – this is the bulk content migration tool of choice for folks like myself. It’s intuitive and lets you harvest content from various sources and ingest it in to your content types, user tables, etc.. we have a few tutorials on feeds that may help you with some specifics – it’s a powerful tool, and coupled with tools like feeds tamper there are a lot of options.
7. Honorable mention: Flag. Give your users buttons and they’ll push them. Flags allow your users to have simple on/off buttons – categorize content, flag spam, etc… they of course work with views, rules, and the rest of the gang
So there’s my short stack for Drupal 7 – I’m sure entities and entity forms probably belong on there, however for most basic sites I think this is a good start… heck probably need to talk wysiwyg editors too…. so many modules! Thanks again to ACCSVA.org for the conference, Rich Gregory for the great tunes and the lift, and Blue Cat Networks – the hat is bangin.