Hello everyone,
I am trying to get a list of sysfolders in the frontend. I currently
have the following typoscript:
lib.folders = CONTENT
lib.folders {
table = pages
wrap = <ul>|</ul>
select{
pidInList = 5
orderBy = sorting
}
renderObj = COA
renderObj {
10 = TEXT
10 {
field = title
typolink.parameter = 69
wrap = <li>|</li>
}
}
}
This works for normal pages, but not for sysfolders. It looks like it
does not select sysfolders. Is there any way to overwrite this?
Thanks,
Rudy Gnodde
WIND Internet
http://www.windinternet.nl
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english