Typo3中没有任何东西出现在powermail(Frontend) [英] Nothing appears in Typo3 with powermail (Frontend)

查看:230
本文介绍了Typo3中没有任何东西出现在powermail(Frontend)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要帮助powermail。
我使用的是Typo3 6.2.4和powermail 2.0.16。
由于没有出现在前端,所以出现错误,但是我不需要一些帮助。



我创建了一个新的根页面模板HELLO WORLD! (ID = 15)。

 #默认PAGE对象:
page = PAGE

第10页= TEXT
page.10.value = HELLO WORLD!

在此模板中,我包含两个静态模板:主模板(powermail)和添加基本CSS(powermail)



之后,在根页面中,我创建了文件夹Powermail来存储数据。 (ID = 241)



我创建了第二个文件夹(Form; ID = 242)。



在文件夹Form中,我创建了一个新的Form(registration),设置如下:Layout = Layout1;语言=默认;而不勾选隐藏复选框



在这一页中,一页(注册数据)的设置为:Layout = Layout2;语言=默认;并且未选中隐藏复选框



在注册数据中有两个字段,一个用于名称(发件人名称),另一个用于邮件(电子邮件的发件人)设置:必填字段=检查;布局= Layout3;语言=默认;而且没有选中隐藏复选框



之后,在根页面中,我创建了一个新的内容元素powermail。



在常规选项卡中,我设置了标题=注册



在选项卡插件中,我选择了Powermail。之后,这是设置:Selected Items =注册;确认页=检查;



收件人姓名=我的姓名;收件人Email=MyName@gmail.com;主题=我的测试;



发件人姓名= A名称;发件人Email=AName@gmail.com; Subject = test;



在行为中,递归= 0级;

解决方案>

似乎你错过了正确的打字机,以便在页面上显示表单。
指定的typoscript代码片段不足以显示页面上的内容元素。



在您的Typoscript模板中包含css_styled_content静态模板,并将代码段更改为此:

 #默认PAGE对象:
page = PAGE

page.10< style.content.get

应该确保在前端正确显示。这是基本的,如果你想要更好看,或者不同的模板,你应该先看看TYPO3的模板。


I need help with powermail. I'm using Typo3 6.2.4 and powermail 2.0.16. Something is wrong cause nothing appear in the frontend, but I don't what and I need some helps.

I created a new root page with the basic template "HELLO WORLD!" (ID = 15).

# Default PAGE object:
page = PAGE

page.10 = TEXT
page.10.value = HELLO WORLD!

In this template, I included two statics templates : "Main Template (powermail)" and "Add basic CSS (powermail)"

After that, in the root page, I created the folder "Powermail" to stock the data. (ID = 241)

And I created a second folder ("Form"; ID = 242).

In the folder "Form", I created a new Form ("registration") with the setting : Layout=Layout1; Language=Default; And the checkbox "Hide" is not checked

In this one, one Pages ("registration data") with the setting : Layout=Layout2; Language=Default; And the checkbox "Hide" is not checked

In "registration data", two fields, one for the name (Name of the sender) and one for the mail (Email of the sender) with setting : Mandatory Field=Checked; Layout=Layout3; Language=Default; And the checkbox "Hide" is not checked

And after that, in the root page, I created a new content element "powermail".

In the tab General, I set the header = Registration

In the tab Plugin, I selected Powermail. After, this is the setting : Selected Items=registration; Confirm page=checked;

Receivers Name=My Name; Receivers Email=MyName@gmail.com; Subject=My test;

Sender Name=A Name; Sender Email=AName@gmail.com; Subject=test;

In the tab Behaviour, Recursive=0 levels;

解决方案

It seems that you are missing the proper typoscript to actually show the form on the page. The specified typoscript snippet is not enough to show the content elements on the page.

Inside your typoscript template include the css_styled_content static template and change the snippet to this:

# Default PAGE object:
page = PAGE

page.10 < styles.content.get

That should ensure proper showing on the frontend. This is basic as it is, if you want it to be better looking, or different templating you should take a look at templating with TYPO3 first.

这篇关于Typo3中没有任何东西出现在powermail(Frontend)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆