[Typo3] contes in a table
ADavide
davide at bybit.it
Fri Jul 15 15:13:04 CEST 2005
Hi all,
I have a page inside my portal tree and I'm trying to put all subpages (of
this page) contents into a table. better: every subpage content into a cell
of the table (3 columns table must be).
early I thought to catch all subpages uid and put those in a CONTENT object,
separated, the uid, by a # char. next step was to split the content and to
use
the uid to catch the content: wrapping it into a table.
I reached that with
pages >
pages = COA
pages {
10 = TEXT
10.field = uid
10.wrap = |#
}
temp.pageIds = CONTENT
temp.pageIds {
table = pages
select {
pidInList = 4461
}
}
where 4461 is the uid of parent page. here I have uids #-separated, but I
cannot go away from here.
Maybe I'm following a wrong way.
Please is there someone can give me some info about I have to do?
Cheers,
Davide
More information about the TYPO3-english
mailing list