Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Typo3 类型3+;dmailsubscription:在发送电子邮件后获取确认消息以编辑配置文件_Typo3_Subscription_Newsletter - Fatal编程技术网

Typo3 类型3+;dmailsubscription:在发送电子邮件后获取确认消息以编辑配置文件

Typo3 类型3+;dmailsubscription:在发送电子邮件后获取确认消息以编辑配置文件,typo3,subscription,newsletter,Typo3,Subscription,Newsletter,Im使用dmailsubscription将用户注册到新闻稿。有一个选项,一旦注册并确认,您可以获得一封带有链接的电子邮件来编辑您的个人资料 问题是,一旦你输入了电子邮件地址,页面就会被重新加载,插件也不会显示任何消息。我想得到一些确认信息,比如: “带有编辑您的个人资料链接的电子邮件已发送至xxx@xxx.com" 或者至少: “带有编辑您的个人资料链接的电子邮件已发送到您的电子邮件地址” ,但我不知道怎么做 这是我的模板:以上 <!-- ###TEMPLATE_DELETE_SAVED

Im使用dmailsubscription将用户注册到新闻稿。有一个选项,一旦注册并确认,您可以获得一封带有链接的电子邮件来编辑您的个人资料

问题是,一旦你输入了电子邮件地址,页面就会被重新加载,插件也不会显示任何消息。我想得到一些确认信息,比如:

“带有编辑您的个人资料链接的电子邮件已发送至xxx@xxx.com"

或者至少:

“带有编辑您的个人资料链接的电子邮件已发送到您的电子邮件地址”

,但我不知道怎么做


这是我的模板:

以上

<!-- ###TEMPLATE_DELETE_SAVED### begin
尝试添加以下内容:

<BR><BR><BR><BR>
<HR>
<BR><BR><BR><EM>This template is the response page when a users has requested 
his password send to his email.</EM> <BR><BR><!-- ###TEMPLATE_INFOMAIL_SENT### begin
    This template is the response page when a users has requested his password send to his email.
-->###GW1B###We have emailed your your details. Edit your message here.###GW1E###<BR><BR>###GW2B### <A 
href="http://www.yourdomain.ext/###BACK_URL###"><STRONG>Go back</STRONG></A><BR>###GW2E### 
<!-- ###TEMPLATE_INFOMAIL_SENT### end--><BR><BR><BR><BR>
<HR>








此模板是用户请求时的响应页面 他的密码发送到他的电子邮件

####GW1B#####我们已通过电子邮件发送了您的详细信息。在此处编辑您的邮件。###GW1E##GW2E#




我在您的模板文件中找不到此部分

<BR><BR><BR><BR>
<HR>
<BR><BR><BR><EM>This template is the response page when a users has requested 
his password send to his email.</EM> <BR><BR><!-- ###TEMPLATE_INFOMAIL_SENT### begin
    This template is the response page when a users has requested his password send to his email.
-->###GW1B###We have emailed your your details. Edit your message here.###GW1E###<BR><BR>###GW2B### <A 
href="http://www.yourdomain.ext/###BACK_URL###"><STRONG>Go back</STRONG></A><BR>###GW2E### 
<!-- ###TEMPLATE_INFOMAIL_SENT### end--><BR><BR><BR><BR>
<HR>