Nicholas Janzen wrote:

> say if i load some attachments into an article.
> 
> What would be the code to load them (all i really need is to get their
> url) on the articles page.

There's no canonical URL for a non-page attachment. You'll need PHP
code to serve them, something like a page /file/ with element
code-init:

<? mgd_serve_attachement($argv[0]); exit; ?>

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to