0
我正在打字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/ 教程。
但我未能提供註冊登記表&給用戶。
請幫幫我&提供有關此主題的適當文檔鏈接。
在此先感謝
我解決我的問題......因爲我沒有包括temlate文件插件
表是不可見的。我們可以這樣定義插件: -
的登錄表單:
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風格在你的TypoScript模板
非常不清楚的問題。這意味着你'沒有提供表格'? – biesior
我的意思是說,登錄表單不可見。請給我提供必要的幫助 –