我使用功能onUserAfterSave
和$isnew
,但我無法獲得在Joomla 3.X中註冊的用戶的電話和地址。我只能得到姓名,用戶名,電子郵件,但沒有配置文件中的數據。Joomla 3得到個人資料
0
A
回答
0
要訪問你需要使用JUserHelper類
jimport('joomla.user.helper');
$user = JFactory::getUser();
$userProfile = JUserHelper::getProfile($user->id); //Get userprofile data
//You can get all the user input of profile data. If you want to get country of user use
echo "Country :" . $userProfile->profile['country'];
0
阿米特·雷的用戶配置文件數據,
我在我的插件使用方法:
公共職能onUserAfterSave($用戶,$是否新款, $成功,$味精) { // die(print_r($ user)); 如果(是否新款$){ .............
$pluginParams = new JRegistry($plugin->params);
$name = $user['name'];
$name_usuario = $user['username'];
$email_user = $user['email'];
$id_usuario = $user['id'];
jimport( 'joomla.user.helper');
$ user = JFactory :: getUser();
$ userProfile = JUserHelper :: getProfile($ id_usuario);
//你可以得到所有用戶輸入的配置文件數據。如果你想得到用戶使用的國家
$ user_phone = $ userProfile-> profile ['phone'];
$ user_address = $ userProfile-> profile ['address1'];
但$ user_phone和$ user_address沒有數據...什麼是錯誤?謝謝
相關問題
- 1. 得到linkedin個人資料
- 2. Joomla Community Builder個人資料模板
- 3. 個人資料頁面url喜歡facebook個人資料-php
- 4. 「更新個人資料」是否擴展「查看個人資料」?
- 5. Joomla 2.5 - 升級後「我的個人資料」按鈕消失
- 6. 的Joomla與個人資料欄自定義註冊腳本
- 7. MySQL查詢獲取Joomla用戶及其個人資料字段
- 8. 如何爲joomla製作個人資料圖片插件?
- 9. 鏈接到用戶個人資料
- 10. 鏈接到xenforo wordpress的個人資料
- 11. PHP如何得到Facebook的個人資料名稱
- 12. 沒有得到從linkedin的完整個人資料信息python
- 13. 谷歌plus個人資料圖片網址沒有得到
- 14. Linkedin - 我如何得到大的個人資料圖片
- 15. Android Facebook SDK沒有得到Facebook的個人資料圖片
- 16. 的個人資料網址
- 17. RelatedObjectDoesNOTExist,修改個人資料
- 18. 個人資料JavaScript in chrome?
- 19. Facebook個人資料頁面
- 20. 個人資料頁面PHP
- 21. Html個人資料卡
- 22. 編輯個人資料 - PDO
- 23. Joomla! 3參考材料
- 24. Joomla:發佈重定向到個人資料頁面或給404錯誤
- 25. 你如何得到某人在流星上的Twitter個人資料照片?
- 26. 如何顯示個人資料用戶的個人資料朋友的頭像?
- 27. 顯示LinkedIn個人資料照片和用戶個人資料使用LinkedIn API
- 28. 同時獲取更大的Facebook個人資料圖片和個人資料
- 29. Nuget,Castle Windsor客戶資料vs完整個人資料
- 30. Rails 3 Twitter Anywhere適用於個人資料鏈接?