![]() |
Цитата:
|
А я уже ничему не удивляюсь:
Nothing found for "CSC". Showing results for "". Search instead for "CSC". |
Цитата:
Мы отошли от темы. У вас был вопрос по: <f:format.html parseFuncTSPath="lib.parseFunc">{right}</f:format.html> Какая цель? |
Короче, я так понял, что вы не можете вывести контент в принципе.
Воспользуйтесь перечисленными шагами, вместо советов с typo3buddy. Тогда в вашем созданном экстеншене будет файл Default.html, содержащий простой пример рендеринга контента. Или воспользуйтесь этим простым примером: <div xmlns="http://www.w3.org/1999/xhtml" lang="en" xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers" xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers" xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers"> <f:layout name="Page" /> <f:section name="Configuration"> <flux:form id="standard"> <!-- Insert fields, sheets, grid, form section objects etc. here, in this flux:form tag --> </flux:form> <flux:grid> <!-- Edit this grid to change the "backend layout" structure --> <flux:grid.row> <flux:grid.column colPos="0" name="main" label="Основной контент" /> </flux:grid.row> </flux:grid> </f:section> <f:section name="Main"> <v:content.render column="0" /> </f:section> </div> |
Цитата:
|
Цитата:
|
Цитата:
А css_styled_content я в TYPO3 6.x не хороню а использую на ряду с fluid. Через ts перепишу враперы которые нужны вот тебе адаптивные картинки с кучей настроек, блоки текста и прочее. Враперы убираю через тот же tsconfig (layout), чтобы было "безшовно" как было сказано. Код:
TCAdefaults.tt_content.section_frame = 100 Код:
tt_content.stdWrap.innerWrap.cObject = CASE |
https://docs.typo3.org/typo3cms/exte...dcontent_core/
"Special note about the Textpic (Text with Images) content type As you may have already noticed, there is no template shipped for the TYPO3 core content type Textpic (Text with Images). The reason for this is as simple as it is opinionated: this particular content element type requires an inordinate amount of settings and rendering instructions to serve just the most common use cases. This is also evident in the TypoScript setup that is shipped with CSS Styled Content - the setup required to manage positioning and flow of images and text is so massive that in most sites you use only a fraction of the settings. A decision was therefore made to simply not ship any template for this content type at all, as to not invite the inevitable explosion in complexity that happened in CSS Styled Content. Our alternative recommendation is to create container elements which control the structure into which you then insert regular Text and Image elements. The result being more elements, but a much clearer separation of the types (which is useful for example in the context of site search with content type facets). You can of course also go one step further and create your own custom elements which use your own custom fields to define the text and image(s) which you render in a completely custom way". ======= "Все это было бы смешно, Когда бы не было так грустно..." |
Мне одному кажется что в этой ветке каждый говорит о своем? ))
|
Цитата:
css_styled_content fluidcontent_core Что лучше и почему? |
Часовой пояс GMT +4, время: 02:44. |
Работает на vBulletin® версия 3.8.1.
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Перевод: zCarot