• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Carrying over the current logged in user

Carrying over the current logged in user 6 years 1 week ago #38034

  • kris6
  • kris6's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
I am trying to carry over the current logged in user when editing records.

Code in Default value field:
//<code>
$formuser=JFactory::getUser();
return $formuser->name;
//</code>

Code in attributes field:
readonly="readonly"

I have followed the instructions to a "T".
Last Edit: 4 years 10 months ago by kris6.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!