小编Ced*_*iel的帖子

使用流体/通量将配置字段添加到typo3 页面

我已经设置了一个站点来使用 FLUIDCONTENT 作为模板,并使用这里的教程让它工作:http ://thomas.deuling.org/2011/06/create-base-html-fluid-templates-for-typo3-4 -5/

一切正常,但现在我希望能够为每页选择一个图像并使用它来构建一个大标题。使用 templavoila,我可以创建页面属性中可用的字段,但似乎无法使其与 FLUIDCONTENT 一起使用。

我使用的是 Typo3 6.1,这是我的内页 flex 模板:

{namespace v=Tx_Vhs_ViewHelpers}
{namespace flux=Tx_Flux_ViewHelpers}
<f:layout name="main" />

<f:section name="content">
                    <f:format.raw>{content_header}</f:format.raw>
    <div id="content">
        <div class="container">
           <div class="row">
                <div class="col-md-3">
                    <f:format.raw>{content_left}</f:format.raw>
                </div>
                <div class="col-md-9">
                    <f:format.raw>{content}</f:format.raw>
                </div>
            </div>
        </div>
    </div>
</f:section>
Run Code Online (Sandbox Code Playgroud)

如何将表单字段添加到页面属性并在我的模板中使用它们?

typo3 fluid fedext

1
推荐指数
1
解决办法
4129
查看次数

如何阻止Extbase 6.1炸毁我的弃用日志文件?

我有TYPO3 6.1.x系统运行.我使用extbase有几个自己的扩展.现在,Extbase记录了大量已弃用的函数调用.我怎么能阻止这个?我的弃用日志文件在大约1或2天内达到1 GB.

typo3 typo3-6.1.x

0
推荐指数
1
解决办法
395
查看次数

标签 统计

typo3 ×2

fedext ×1

fluid ×1

typo3-6.1.x ×1