I couldn't figure out why my xml pattern couldn't find the cck module, as it showed up in admin/build/modules. It turns out that listing cck in the pattern does you no good, and should not be included.

I found out after looking more into the excellent example xml, but I still find it counterintuitive that listing cck would keep the pattern from running.

Comments

vaish’s picture

I believe you tried to include module by calling it "cck". However, internal module name that's used by Drupal is "content" and that's how you should call it in your pattern files.

In case I missed the point, please let me know.

Vaish

perandre’s picture

Status: Active » Fixed

You did not miss the point :)

I referred to all modules with their "folder-names", and that works in most cases...just not with cck. Of course, that's not an issue related to Patterns. But in case this happens to anyone else; there you go!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.