By mcleaway on
Any ideas on how to put transclusion tags into drupal?
What I want to do is have a few pages of things like Copyright tags, legal disclaimers, how to use a pdf etc. and be able to include them on a page by using a custom tag ala wikipedia - e.g. {creativecommons}, {pdf} and so on. Basically a dynamic include.
Thanks in advance.
Comments
Filters
http://drupaldocs.org/api/4.6/file/contributions/docs/developer/examples...
--
If you have a problem, please search before posting a question.
Macrotags module
I've just discoved the macrotags module, which can be used to create somethink like mediawiki extensions. A transclusion module would pull content from a specifed node. That could be useful. One could put all the php snippets, resusable notices, etc. in nodes to be included as need in content pages. Or is there way to do that already?