Hi,
i have the community integration with JSN PROFILE.
i have the image of user profile in the user's homepage section. I want to insert in this page another field of jsn profile.
In the file default_user_block i have this line to load the user avatar.
<img src="/<?php echo CCommunityHelper::getAvatar(JFactory::getApplication()->input->getInt('user_id'), $params->get('personal.user_avatar_w', 100), $params->get('personal.user_avatar_h', 100));?>" />
How can i load another field of JSN PROFILE such us another image field etc?
Thanks
Hi,
i have the community integration with JSN PROFILE.
i have the image of user profile in the user's homepage section. I want to insert in this page another field of jsn profile.
In the file default_user_block i have this line to load the user avatar.
<img src="/<?php echo CCommunityHelper::getAvatar(JFactory::getApplication()->input->getInt('user_id'), $params->get('personal.user_avatar_w', 100), $params->get('personal.user_avatar_h', 100));?>" />
How can i load another field of JSN PROFILE such us another image field etc?
Thanks