简体   繁体   English

定制joomla的默认登录/注册模块

[英]customizing default login / regisration module of joomla

I am new to Joomla. 我是Joomla的新手。 I would like to change the registration page coming with the login module, i would like to add extra fields to it and change its appearance. 我想更改登录模块随附的注册页面,我想向其中添加额外的字段并更改其外观。 I might need to take the shipping address by adding four extra textboxes. 我可能需要添加四个额外的文本框来获取收货地址。 Please tell me how to do this. 请告诉我该怎么做。

Thanks, 谢谢,

For adding extra field to user a little idea is: 为用户添加额外的字段的一个小想法是:

--> add your required field to .xml file of user component. ->将所需字段添加到用户组件的.xml文件中。

--> add appropriate field in database also. ->在数据库中也添加适当的字段。

--> code for saving that extra field. ->用于保存该额外字段的代码。

You can refer these links which helps you a lot 您可以参考这些链接,这对您有很大帮助

http://library.logicsistemi.it/en/joomla/general-topics/40-joomla-25-extending-users-data-with-custom-fields http://library.logicsistemi.it/en/joomla/general-topics/40-joomla-25-extending-users-data-with-custom-fields

http://docs.joomla.org/Creating_a_profile_plugin http://docs.joomla.org/Creating_a_profile_plugin

http://www.inmotionhosting.com/support/edu/joomla-25/user-profile/profile-plugin-parameters http://www.inmotionhosting.com/support/edu/joomla-25/user-profile/profile-plugin-parameters

Hope this will helps you. 希望这对您有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM