我正在开发typo3空白网站并希望向用户提供注册和登录表单。所以为此我安装了 static_info_tables 扩展和研究
http://typo3.org/extension-manuals/sr_feuser_register/2.5.9/view/1/5/ 教程。
但我未能向用户提供注册和登录表格。
请帮助我并提供有关此主题的正确文档链接。
提前致谢
我正在开发typo3空白网站并希望向用户提供注册和登录表单。所以为此我安装了 static_info_tables 扩展和研究
http://typo3.org/extension-manuals/sr_feuser_register/2.5.9/view/1/5/ 教程。
但我未能向用户提供注册和登录表格。
请帮助我并提供有关此主题的正确文档链接。
提前致谢
我解决了我的问题......
表单不可见,因为我没有在模板文件中包含插件。我们可以这样定义插件:-
对于登录表单:
plugin.tx_felogin_pi1 {
templateFile = typo3/sysext/felogin/template.html
_CSS_DEFAULT_STYLE =
}
报名表:
plugin.tx_srfeuserregister_pi1 {
templateFile = typo3conf/ext/sr_feuser_register/pi1/tx_srfeuserregister_pi1_css_tmpl.html
_CSS_DEFAULT_STYLE =
}
也不要忘记在您的打字稿模板中包含 FE 用户注册 CSS 样式