How to import content from one node to another?
Dn_rll <[email protected]> Tue, 29 May 2012 21:06:21 +0000 (UTC)
| Newsgroups | gmane.comp.cms.lenya.user |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I work for a company that uses Apache Lenya (2.0, I think) as it's back end. We
currently don't have anyone in house who knows how to configure or use it's high
level functions. I'm a content manager for the company, and I'm trying to learn
as best I can what I can get out of Lenya while not having administrative access
to the system.
That being said, here is my question:
From the gui (edit with one form), is it possible to create a reference to
another node's content that will bring it into the node being edited. For
example:
Node A's output:
http://www.google.com
Node A:
<html>
<head>
<title>New XHTML document</title>
</head>
<body>
<<reference to Node B's content>>
</body>
</html>
Node B:
<html>
<head>
<title>New XHTML document</title>
</head>
<body>
http://www.google.com
</body>
</html>
Is such a thing possible? I need this to be able to properly be able to interact
with some javascript that one of our developers has written. Being able to
create references like this will help to structure our node tree in a more user-
friendly manner. Thanks to anyone who can help in this regard.
-D