Re: Pup types...

[email protected] (mikespub) Thu, 09 Oct 2003 09:28:44 GMT
Newsgroups gmane.comp.cms.xaraya.knowledge-base
Organization not much
Message-ID <[email protected]>
In article <bm317p$tgl$1-111RdWWlOxkOkXtL6OYfHgC/[email protected]>, David Dyess II <[email protected]> wrote:
>Diamonddogs wrote:
>> I explain a little myself.
>> Today with the last autolinks module (the last bk) you can create "tags" to
>> insert title (and link to) of an article.
>> For example if i use (#article-title:120#) the autolinks module will display
>> instead (Xaraya beta 0.9.1.2)
>> You can imagine then a tag like this one for pics #pics:14# and the
>> autolinks module will display the pics instead of the tag...
>> I've not tried yet but you can check the template (for article) in the
>> autolinks module and see how it works.
>> chris
>> "Diamonddogs" <webmaster-HoJ0R/[email protected]> a écrit dans le message news:
>> [email protected]
>I'll give it a shot and report back :)

Or you can use the <xar:module tag (or the featureditems block) to display a
whole article as part of some other template :

<xar:module main="false" module="articles" func="display" aid="123" />

You could specify a layout in there as well (e.g. layout="embedded") and
adapt the user-display-<whatever>.xd template to show only what you need
for that layout.

But if it's only a screenshot that you want to include, why not simply have
an image list as one of your article fields (or dynamic fields), and pick the
screenshot you want directly when you create/update the article ?

Maybe I didn't understand what he's trying to do, really :-)

Mike.