Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    The date of the last update on the admin side is stored in the “date_updated” field. If the record is updated from the frontend, the date is stored in the “last_accessed” field.

    These fields are not normally visible to users, but you can add them to the single record display by listing all the fields you want shown in the display in the “fields” attribute of the shortcode…like this:

    [pdb_single fields=”first_name,last_name,date_updated”]

    The user who performed the update is not normally recorded, you’ll need to use custom code to get that info.

    Thread Starter stafftech

    (@stafftech)

    Thank you.
    I am a bit of a novice at this. My old partner set this up and I need a bit more help on the “whom” portion of this.
    Can anyone else help on this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Date & User stamp’ is closed to new replies.