[TYPO3] custom filelist for each FE user
Bas van der Togt
b.vandertogt at profinit.com
Tue Jul 18 22:17:09 CEST 2006
Hello list,
I want to make a filelist wich is different for each FE user.
So i was thinking to use the standard filelink module and customize it
like this:
temp.filelink = COA
temp.filelink {
path = ###USERNAME###/uploads/media/
icon = 1
icon.wrap = <td> | </td>
size = 1
size.wrap = <td> | </td>
file.fontTag = {$styles.content.uploads.wrap}
file.wrap = <td> | </td>
jumpurl = 1
target = _blank
stdWrap = <tr> | </tr>
}
so for user1 it has to be:
path = user1/uploads/media/
and for user2
path = user2/uploads/media/
Does anybody knows how to program this in typoscript?
cheers,
Bas
More information about the TYPO3-english
mailing list