Hi All, I need to display autor ID (for user who has created the content). Currently we have by default user_id field but it doesn't show the ID of person, who created the article. How to display author's ID and Name ???
Actually I wanted ID number, but anyhow - solved. Thanks I created a new field (custom_userid) and used live plugin Jomla!user to get live ID of current user (property=ID). So in this hidden field in form I stored the ID an get it in admin view (this info is really needed when I have >5000users and define who is really the author of item)