[TYPO3-english] Fetching tt_content from TS
JoH asenau
info at cybercraft.de
Tue Nov 10 23:09:05 CET 2009
> Pero Matic kirjoitti:
>> Hi. I'd like to have some advise from you guys dealing flexibility of
>> content order. I often have requests that content in one column can
>> be ordered as backend user wants it. So for example this is the
>> right page content:
>>
>> <div class="some_class1">###content_1###</div>
>> <div class="some_class2">###content_2###</div>
>> <div class="some_class3">###content_3###</div>
>>
>> Now, users want to be able to change the order of content ie:
>>
>> <div class="some_class2">###content_2###</div>
>> <div class="some_class1">###content_1###</div>
>> <div class="some_class3">###content_3###</div>
>>
>
> I'm not sure if I understand completely what you are looking for, but
> you can get some flexibility with a template selector. If you
> predefine some orders of columns then editor can switch between them.
> With rlmp_tmplselector you can switch change templates and content
> templates.
I guess what he is looking for is
select.orderBy=sorting
to get manually sorted content elements.
And
tt_content.stdWrap.outerWrap
to give them individual wraps.
HTH
Joey
--
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com
More information about the TYPO3-english
mailing list