Author User

Overview #

Stores the ID of the user who created the record.


Value Processing Parameters: #

Basic usage:

{{ FieldName }}

Usage with parameters:

{{ FieldName(Information about the user to display., Format) }}
  1. Information about the user to display. – Information about the user to display.
    • id – (User ID)
    • name – (User Name)
    • username – (Login Name (Username))
    • email – (Email)
    • registerdate – (Registration Date)
    • lastvisitdate – (Last Visit Date)
    • online – (Is Online Now. The function returns 1 if the provided value indicates that the user is online, 0 if the value indicates that the user is offline, and NULL if the provided value is empty or invalid..)
    • usergroups – (User Groups (Roles))
  2. Format – PHP date format, e.g., ‘h:i:s’

Example:

{{ FieldName("registerdate","Y-m-d") }}


Pure Value (Unprocessed): #

Example:

{{ FieldName.value }}


Edit Record Parameters: #

Basic usage:

{{ FieldName.edit }}

Usage with parameters:

{{ FieldName.edit(CSS Class, Attributes) }}
  1. CSS Class – Name or names of CSS classes.
  2. Attributes – Optional attributes like: disabled, onclick, onchange, etc.

What are your feelings

Leave a Reply

Updated on January 9, 2025