[TYPO3-english] Render order

2013-11-06 Thread Miguel

Hello everyone.

In a page that i'm developing, i have 3 elements in the normal column: 2 content elements (only with some text) and a typoscript content element (a section where is displayed some fe_user information when a user makes login). 


I guess it is not a surprise if i say that the typoscript content is the last one to be 
rendered, but what i want is make it to be the first element to be rendered, because i 
want to put in the top of the page, and right now it is showing at the end, it is placed 
after the 2 content elements that i created in the normal column.

I believe this is not a CSS problem, because i checked the code in the browser and the 
div from the TS element is the last one in the code, and the divs with the other 2 
elements have classes like csc-default, which i dont know if i can style in 
my template.

If i'm not made myself clear, here is a draw of what i want and what is 
currently happening: http://img196.imageshack.us/img196/8232/wvpc.jpg

Glad for the help, thanks in advance
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Render order

2013-11-06 Thread Stefan Reichelt
Hello Miguel,

On 06/11/2013 14:39, Miguel wrote:
 If i'm not made myself clear, here is a draw of what i want and what is 
 currently happening: http://img196.imageshack.us/img196/8232/wvpc.jpg

in your backend, go into the List module of the page with those three
content elements. Scroll down to the bottom of all the lists and check
the box with 'Extended view'.

Now you get a few more buttons with each record on that page, including
Up  Down Buttons which you can use to reorder the elements.


Kind regards
Stefan

PS: In newer version of TYPO3 you can also dragdrop the elements in the
Page module and reorder them that way too.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english