(Done) Modified by field
Is it possible to add a field type for "modified by" - as in the user who last modified it?
Thank you for an excellent jumping off point with Component Creator - definitely saved me time and well worth it.
Anthony
Please Log in or Create an account to join the conversation.
The best way is to duplicate that standard Joomla fields "checked_out" and "checked_out_time" and call them "modified_by" and "modified_time" respectively. In your code simply write the data in the checked out process to the corresponding modified fields. When the checked out process ends, the data in the modified fields is retained so you can always see who and when the record was last modified. Alternatively, you can place the fields into a MODIFIED table, and then have a (log style) record of every modification; who and when.
To ensure that the data in the record was indeed modified, and not just checked out, will require additional code.
For the JCC developers... this could be an option in the setup process.
Never doubt that a small group of committed people can change the world. Indeed, it is the only thing that ever has... Margaret Mead
Gordon Wright
Old fart developer
Please Log in or Create an account to join the conversation.
...I'm new to structures in joomla components. Could you point me in direction of the right file to make the modification??
Funny that a field for update timestamp is already there - but not for updated_by..
Please Log in or Create an account to join the conversation.
Hi there!
Thanks for taking the time to make us improve. Modified by field has been implemented, hope you find it useful.
Regards
Andrés Maeso
Customer relations manager at Joomla Component Creator.
This email address is being protected from spambots. You need JavaScript enabled to view it.
Please Log in or Create an account to join the conversation.