Module List Review
At the University of Delaware, we are just getting started with Drupal as an officially supported resource, maybe for only 6 months or so. Having just barely more experience than most others at UD, I'm trying to help everyone get up to speed with the basics and offer suggestions how to enhance their sites from there.
Currently, the focus is on module selection. I've put together a set of modules that hopefully would satisfy most of UD's needs. We currently use Sakai as our LMS so Drupal's role is primarily for public websites for colleges, depts, programs, research centers, initiatives, faculty research groups, community sites, etc.... Drupal will also be used for internal collaboration sites.
http://cms.us.udel.edu/udrupal/posts/drupal-modules
If anyone is willing, would you mind taking a glance at our list of modules and letting me know what you think? Basically, I'm looking for the following:
- module conflicts
- redundancy in functionality
- certain modules that are poor quality or not actively developed
- certain modules that look cool but will just never be used for our purposes
- am I missing anything?
Thanks for any help you're willing to give.
- John


I'm taking a look
Hi John. I'm taking a look at the list and will send you an email.
Can we keep this public?
I've actually been planning a "Modules we Trust" post, and this topic is of interest to a lot of people.
Thanks,
Bill
FunnyMonkey
Click. Connect. Learn.
Using Drupal in Education
Summary
Here's a summary of what I sent John which should be more generally relevant. These are recommendations for professional sites not for quick and dirty sites.
Recommended
- Feedapi and feedapi mapper instead of core aggregator
- Tracker2 instead of core tracker
- cvs deploy used with update status
- mollum
- bueditor
- tagadelic
- imagefield, filefield, imagecache, transliteration
- views and cck
- jCarousel, jQuery Media, Embedded Media Field, Views Slideshow, and QuickTabs
- thickbox or lightbox2
- nice menus
- admin menu
- devel
- date
- jquery update
- og
- smtp
- nodequeue
- flag
- backup migrate
- pngfix
- vertical tabs
- popups
Not Recommended
- Enabling php filter. It's bad for both security and code quality.
- tinyMCE and FCK- use markdown or teach html when possible
- image. use imagefield
- captcha. use mollum instead.
- location and google maps. Unless you are ready to do some custom work.
- using multiple node access control modules without understanding the system
- simplenews for medium or large mass mailing campaigns. use an external mailing list service unless your needs are small.
- Contemplate: skip it. It's a poor substitute for really learning how to work with drupal template files. It's more of a learning tool than for use on professional sites.
- Front page: no need for a module to do this since with all the module overhead when it can be easily coded in a few lines for most use cases.
- Panels: can be overkill depending on your needs. It's still in alpha for D6 so if your panelish needs are modest you can just add additional block regions instead.
/me nods vigorously
Strong agreement here.
Some small tweaks, with the caveat that these are mostly functionally equivalent ways of doing the same thing.
"- imagefield, filefield, imagecache, transliteration" -- also needs the imageapi
drush is also a nice development tool
use devel when building, but when the site goes live either disable it on production or lock it down to one specific, highly privileged role.
The "date" module can be extended pretty effectively using the Calendar module.
Workflow can be used to simulate some of the functionality of nodequeue -- Workflow also has a log that allows you to track why a change is occurring, if that's needed.
The 2.x branch of db_maintenance grabs a copy of your db and files directory, moves them to a customizable location, and emails an admin that the backup has occurred. For regular backups of a small number of sites, it can be useful. You could then set up a script that would collect the backups, thus automating the entire process.
RE: "use markdown or teach html when possible" Absolutely. Text editors are instruments of the devil. But, for many sites they are a must have, and we have started using FCKEditor. But we're holding our breath for the WYSIWYG API.
RE Contemplate and Front Page: yes, and yes.
One other thing: D6 could be the version of Drupal where Media Handling becomes more polished. Toward that end, the recent work done on the Media module at http://drupal.org/project/media bears watching.
Cheers,
Bill
FunnyMonkey
Click. Connect. Learn.
Using Drupal in Education
no tiniMCE...?
this is interesting... I have been fighting with this module for almost 6 months. I hate it, but I use it. are you saying that there are better modules? becuase I need somekind of wysiwyg module in D6 for clients.
Acquia (the commercially
Acquia (the commercially supported Drupal company founded by Dries Buytaert) offers a sort-of certified Drupal package that contains a number of community contrib modules, some of which are on UDel list. The full Acquia list can be found here:
http://acquia.com/products-services/acquia-drupal-modules
-Larry
Acquia support
UD has been working with Acquia to help us implement Drupal.
We decided not to go with the Acquia Drupal and just use the d.o release of Drupal. This is definitely a good start and speaks well of those modules to be packaged into Acquia Drupal, but it seems that this is just a start. We will need to support such a variety of sites that have a variety of purposes. I see that we will need to expand this list of modules to create a flexible package for our clients. The problem I want to get around is "bloating" this list as we stumble across a new need that is not covered in what we will call "UD core modules".
Just as a footnote, Acquia has also provided a list of modules that they are considering adding to the Acquia Drupal product in the future: http://acquia.com/community/projects/acquia-drupal-roadmap
My Thoughts
John,
Looks like you've got a great start on putting together a module list for your people. I've included my thoughts on them in my comment here. Any I've omitted means I didn't have much to say about the module positive or negative. One of the things to remember is that modules can change a lot between even minor versions, depending on the maintainer. I continue to find that choosing the right module is a case-by-case decision based on requirements, technical skill of the users, time allowed, and so on.
My apologies for how long this ended up being.
Core Modules
Content Editing
User Interaction, Rich Media, etc...
File System
SEO
Navigation, Menus, Organization
Administration, Authentication
Date/Place
Access Modules
NOTE: Using multiple access modules can sometimes (many times?) lead to unexpected behavior, so beware. I usually try to find a single access module that can be made to fit the needs of the site. I have a lot of success using Organic Groups with its included og_access module to control access to content based on group membership. OG is a module that should be on your list of modules to become familiar with. Also for access in D6, TAC Lite is worth a look.
Communication, Users
Style, Layout
--
Josh Benner
http://jbenner.net
Rock River Star, LLP
Why so many?
That's a lot of modules you plan to support! As a fellow .edu support person I'd be seriously worried...
I suggest you carefully read through the excellent comments above, prioritize accordingly, and then pare down your list. Between CCK and friends, Views2, and Taxonomy you can get so much done, you often don't need the module which bears the name of your desired functionality.
My initial reaction as well
That was my first reaction to the list as well, but note the explanation at the start of his list that he is summarizing all modules that will be variously selected for a number of different sites.
That was my worry too
My first version of this list (6 months ago) had about a third of what you see here. Then, through discussions with our IT group, web developers and site maintainers across campus, I realized we're going have to expand our offerings. We want people to start building their sites in Drupal and encouraging to migrate existing sites. We don't want to offer this new, cool, slick, Web 2.0 platform for your websites but then turn around and say, 'Sorry, we don't support forums, or calendars, or podcasts, or blogs, or pull-down menus, etc...'
I put some modules in there for uniqueness and dynamic interaction. Slideshow, carousel, exhibit offer dynamic functionality that many/most websites are including recently. They will also help their sites stand out, which is a big deal to some people on campus! Many other modules are for administration or node management. I actually think we may need more of those (say for batching editing of node, users, etc...)
We thought about defining various profiles, say for sites that are forums based sites, or that are blog/news sites, or for those that are static descriptions of their programs. We'd define module sets for each profile. However, for management on our part, keeping all of thes ein the same drupal installation base seemed best. We could have separate install bases with their own set of modules. Again, we're working out these details now.
Thanks you for the thorough responses!
More than I hoped for. I appreciate the time and thought you put into the response. It does look like we're on the same page in most cases. I'll do my best to respond to everything below...
I like the idea of using smaller, modular, reusable components where possible. CCK with Views and a few other modules can do quite a lot. I would rather go this route than larger, all-in-one packages, or simpler packages that focus on one task. For example, the Video Filter module make sit very easy to embed video from YouTube and similar sites. I would prefer to use the Embedded Media field in CCK and jQuery Media modules. This would require more training for our users (many of which will be faculty or staff with little to no web development experience) but it would be knowledge they can use for other enhancements to their sites.
I totally agree about the Image module. I would much rather use ImageField, Image Cache, etc..., and I'm now convinced that's where we (UD) should move as an organization.
Note that I'm not sure how much access our clients are going to have to the file system. We're still working that out. One of the reasons I have Panels, Contemplate, Front Page, PHP filter, etc.. in there is because users may not be able to create their own or edit .tpl.php or the template.php files. One thought is to give each site full access to their own themes folder. Modules will probably be in sites/all and user will NOT be able to edit these files.
I totally agree about not going WYSIWYG and I am pushing for things like BUEditor and Markdown. However, it depends how much of a demand there is for WYSIWYG. Personally, I like TinyMCE but FCKEditor is in use elsewhere on campus. Maybe we offer all three and each site admin can enable what they want. Of course, this will make support and module maintenance tougher than it should!
For backups, I probably shouldn't even list that here. Database and file system backups will be done on the server administration end. probably best not to leave that up to individual site owners! (For my own sites I use DB_maintenance or Backup and Migrate simply because of the file system component. Although it does have some more dependencies.)
I am surprised to hear that SimpleNews may not be good for large mailings. That could be an issue. It such a popular module. I haven't used it though on any sites that had significant membership.
Thanks for the thought on using Mollum, et al, instead of CAPTCHA. For some reason, I had thought they worked together. Do these other services slow down your sites????
I agree the FeedAPI is better (more flexible) than the default Aggregater. However, Aggregater had done well for what I've needed. It's going to depend on what our client needs are here. I need to look more into the FeedAPI. For some reason, I'm still hesitant to create node for every feed item. Doesn't that fill up your db needlessly? Wouldn't having thousands of extra nodes slow down your queries, or put items in your search results you don't want there????
For searching individual sites, we're still debating whether to use the default Drupal search, maybe integrate Apache Solr, or just use our new Google Search Appliance crawl our entire network of sites. Right now, using the GSA is where we're leaning.
Thanks for the suggestion of vertical tabs, popups, and a few others.
For SEO modules, I understand when you say Page Title and Nodewords may not be necessary. If we give each site their own theme, so they can customize the .tpl.php files, then Nodewords probably wouldn't be necessary. If not, then we'll need it.
I definitely agree with Bill that D6 is where media gets polished. Well, I would say D6 is where the ideas come out, development pops up everywhere, we determine which technologies here work best with the rest of our non-media sites, but D7 is where the polishing gets done. This is tough but I'm going where CCK is used and away from from the all-in-one packages, or the default packages like Image/Image Gallery.
John
Couple notes
Simplenews: It's not the module's fault- it's a good module. It's just that sending mass mails from anything but a reliable external service can result in getting spam-blocked by ISPs.
Captcha: Mollum uses its own captcha and does so in a less obtrusive way.
FeedAPI: If you don't need the flexibility then going with core aggregator is good.
Thanks. That makes sense.
Thanks. That makes sense.
Organic Groups, DMS
I should also mention that I see Organic Groups being active at UD. Great set of modules. Student organizations, technical user groups, IT support sites, advisory committees, etc.. all could benefit Organic Groups. However, this won't be included in our hosted services to start. I'd encourage colleges/depts on campus running their own Drupal installs to consider OG. As well, we're so new to Drupal as an organization, I'd like to get our feet wet before we use OG. It was a bit tricky for me to setup and do what I want. I plan to revisit OG this summer for a user group site I'm doing.
For some collaboration sites, I've had requests for document management capabilities. It's common for users to share and collaborate on Word docs, spreadsheets, etc.... I'd encouraged others to use web pages as their documents, then Drupal is a great DMS! Even Google spreadsheets help here. Or course, that doesn't work and people want to share their Word docs. Maybe because we have a few Sharepoint installations floating around here... ;( Something for the future (maybe near future) to consider. From the reviews, KnowledgeTree and Alfresco with Drupal look good. When we get to this will depend on client needs, of course.
Poormanscron
You need this module. It will remove lots of headaches when it comes to making sure that crontabs are executed.
Also, be advised that under heavy load conditions, you can get multiple instances of it running, which is Very Bad. There are patches for this, though.
If you have the ability to
If you have the ability to set crontabs, then PoorMansCron adds module bloat. It also does not work well in conjunction with the FeedAPI; IIRC, this is documented in the install docs of the FeedAPI.
Cheers,
Bill
FunnyMonkey
Click. Connect. Learn.
Using Drupal in Education
Cron
I agree. We should have cron jobs configured and run for each site by our server admins. At least that's what I'm recommending. ;) There are also a few people around here that may need the FeedAPI. Bill, thanks for the note about the incompatibility.
John
Mollum
Wow! I love it! Thanks Jody for bringing Mollum to my attention.