By dzynz on
Essentially, I am trying to find a module that can do what the adsense_injector does, except with any content. Also one that may allow for multiple instances. I couldn't not find anything like this in the downloads area. Anyone know of anything with this functionality?
Comments
ImportExportAPI has a manual
ImportExportAPI has a manual data import/export functionality for most content types. I am currently working on utilizing the api to automatically import data into a cck content type.
doesn't sound like what I need
That looks like its designed to bring content in from offsite, right? I just want to define data in one content type, and have it automatically inserted in definable parts of content.
Idealistically it could look for the fourth paragraph in a body and insert content there, etc.
The closest thing I could
The closest thing I could find was the prepopulate module.
http://drupal.org/project/prepopulate
Try version 2.5 or later of the adsense_injector module
The latest versions of the adsense_injector module allow arbitrary insertion of content (with or without adsense ads :D) in node bodies or teasers. Before or after the original content.
(I've considered releasing a generic injector module for this purpose, but adsense_injector can now do what you want right now.)
Michael Curry - http://exodusdev.com