roxen.lists.roxen.general

Subject Author Date
Re: Creating a file/dir listing via emit dir in sitebuilder Peter_Jönsson <peter[at]kolumn[dot]se> 20-04-2006
Ok, it works for me (in 3.4) so maybe there is something else going  
on. The emit dir (sb) is provided by CMS: Tags 2.0, if you also load  
the "Dir emit source" module they will disturb each other. Check your  
modules in the admin interface and drop the latter one if its loaded  
and try again.

It is possible to have both modules loaded but then you have to  
rename the "Dir emit source".

What version are you running?

/peter


On 20 apr 2006, at 11.29, Peter Ohlerich wrote:

> Peter Jönsson schrieb:
>> The path attribute is only needed for changing from the current dir.
>> Remove the . or the entire path attribute, and it should work.
>>
> Hello!
>
> Thanks for your answer.
>
> I just tried:
>
> <ul>
>   <emit source='dir' path='' glob='*' notitle='yes' >
>      <li>Dirname: &_.dirname; Filename: &_.filename; Path: &_.path;
> Titel: &_.title;</li>
>   </emit>
> </ul>
>
> and also
>
> <ul>
>   <emit source='dir' glob='*' notitle='yes' >
>      <li>Dirname: &_.dirname; Filename: &_.filename; Path: &_.path;
> Titel: &_.title;</li>
>   </emit>
> </ul>
>
>
> The result was an empty output.
>
> With regards,
>
> Peter Ohlerich.
>
> -- 
> ----------------------------------------------------------------------
> HRZ der Universitaet Bielefeld  Phone: +49 521 106-00
> Dipl.-Inf. Peter Ohlerich      Email: <Peter.Ohlerich[at]uni-bielefeld.de>
> P.O.Box 100131                   WWW: http://www.uni-bielefeld.de/hrz/
> D-33501 Bielefeld (Germany)
>