Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 joomla 2.5 注册表单中添加一个额外的文件上传字段,用于上传用户的照片:
你必须:
1)修改文件components/com_users/models/forms/registration.xml并添加额外的字段。
components/com_users/models/forms/registration.xml
2)修改函数register($temp),components\com_users\models\registration.php以便您可以将路径/路径保存到文件/文件。
register($temp)
components\com_users\models\registration.php
3)也许在你的数据库中添加额外的表或向#__users表中添加列
#__users