1. shirekerling@gmail.com
  2. Support
  3. Wednesday, October 28 2015, 12:49 AM
Hi, I'm trying to grab the user information in the backed, creating a var names $extUser and assining it to JsnHelper::getUser(), requiring the helper.php of course.

This does not work in the admin interface, i get NULL values on all properties.

Any ideas?

Thanks
admin Accepted Answer
Admin
Hi,
in backend is required ID of user, so try to use:
require_once( JPATH_SITE.'/components/com_jsn/helpers/helper.php' );
$user=JsnHelper::getUser( JFactory::getUser( )->id );
  1. more than a month ago
  2. Support
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.