[TYPO3-english] Display all elements from one page on another page
Iztok Kham
pajek at pajcevina.net
Wed Dec 2 14:37:00 CET 2009
Sorry, I did find it ...
Now the problem is that I want to have elements from the current page
but from the "right" column displayed in lib.rightPane.
But the problem is, that if I change column in "List view" for an item
to from "normal" to "right" it is displayed correctly in the rightPane,
but it also displays in mainBody (main page container).
The strangest thing is that this happens on all pages, except on one
page (the one that I used to test my code).
Here's my TS:
temp.rightPane = CONTENT
temp.rightPane {
table = tt_content
select.orderBy = sorting
select.where = colPos=2
}
lib.rightPane < temp.rightPane
page = PAGE
page.typeNum = 0
page.10 = USER
page.10.userFunc = tx_templavoila_pi1->main_page
-- Iztok
On 2.12.2009 13:40, Tyler Kraft wrote:
> Hi
>
> There are *many* examples and ways to do this - search the list and
> use google please.
>
> Good luck
> Ty
>
> Iztok Kham wrote:
>> Hello!
>>
>> I have a page that has a main body field (lib.mainBody) and another
>> field on the right (lib.rightPane).
>> I would like to get the contents of the field on the right
>> (lib.rightPane) from a page in my SysFolder (pid=123).
>> Is it possible to get all the elements from the page id 123 to
>> display in rightPane.
>> I know how to display single element, but don't know how to insert
>> all of the record on certain page.
>>
>> Many thanx!
>>
>> -- Iztok
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list