Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Another cool question...

Another cool question... 13 years 3 months ago #14634

  • speedlimitmedia
  • speedlimitmedia's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Using the Export function I noticed that the Owner column comes out as a User ID, and not a name. How can I change that so it comes out as that persons name, and not their Joomla User id.

in export.php

function user_id($user){
return ($user->user_id)?$user->user_id:'';
}

function userId($user){
return ($user->userId)?$user->userId:'';
}

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.664 seconds