I'm in the middle of upgrading my site from 4.6 to 5.0, and I'm trying as much as possible to use already existing modules rather than stringing together my own. That's mostly coming along fine thanks to CCK and Views, but I've hit one snag: I need to add functionality to a node type such that when that type of node is created, it also creates an image gallery.
For the previous version of the site, I just grabbed the code for creating an image gallery and stuck it in my custom module. Since I'm trying to avoid that kind of kludgery this time around, I'm not actually sure how to get at the problem using available tools. So, any ideas? Even general advice about how to start thinking about this would be appreciated.
Thanks in advance.
Comments
OK, well, I realized this
OK, well, I realized this question probably doesn't belong in the Upgrade Problems forum, even thought its a Problem that presents itself as a consequence of Upgrading. Still, I'd really appreciate any suggestions -- or maybe someone can move this to a more appropriate forum?