[TYPO3-english] Display all elements from one page on another page

Iztok Kham pajek at pajcevina.net
Thu Dec 3 12:52:26 CET 2009


On 2.12.2009 16:23, Tyler Kraft wrote:
> Hi,
>
> I'm not sure what your saying but going back to your original post you 
> simply want to get the contents from the right column on one 
> particular page.
> So if you use css-styled-content you could just do this:
>
> lib.rightPane < styles.content.getRight
> lib.rightPane.select.pidInList = 123
>
I am sorry for my bad explanation ... I am not used to writing to 
mailing lists.

Thanks for your solution. It is much more elegant than my previous solution.
However my problem is not with "rightPane", it now displays correctly, 
but with main content area. The element, which is only in right column 
also displays in main content area.
How can I tell TV to only put content that is in normal column to the 
main content area?

-- Iztok

> hth
>
>
> Iztok Kham wrote:
>> 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
>>
> _______________________________________________
> 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