mstroemberg wrote:
Hello Mats,
> <IMPERIA>
> CLEARLIST
> FILEMASK="index_mel.htm"
Are you sure that all files in (and under) /d/pmel are named
index_mel.htm?
BTW: the filemask is a regular expression, so you probably want to
escape
the special char ".".
FILEMASK="^index_mel\.htm$"
(^ and $ are used to match the beginning and end of the filename)
> READDIR="/d/pmel"
> SORT LATEST FISRT
typo: FIRST
> LIMIT "10"
> FOREACH FOUND {
>
> ... some HTML code
>
e.g.
<!--LOOPCOUNT+1-->: <!--ZZ-title-->
> }
> </IMPERIA>
>
> Now, for some reason this loop only returns 2 records eventhough I have
> 3+ articles in the pmel folder.
Do all these articles contain the required meta-fields (e.g. directory,
filename, template, ...)? Other files are silently ignored. And are the
file-permissions set?
Gruss
Christian
--
http://www.lackas.net/
| Thread (Problem with a SiteActive listing) |
|
© 2001, 2002 marchive.pl Christian Lackas
[HOME]
[MARCHIVE]
[INDEX]
[IMPERIA]
[IMPRESSUM]
[DELTA]