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

    (@xnau)

    Yes, this is the default behavior…you don’t want it to record when the record was updated in the admin?

    Thread Starter bw3em

    (@bw3em)

    No, just when a user updates their own profile, not when we edit it in the backend!

    Plugin Author xnau webdesign

    (@xnau)

    OK, the “last_accessed” field does that.

    Thread Starter bw3em

    (@bw3em)

    Ah just noticed that, so is that new? And will it only sort those who have accessed their page since this update?

    Can it use date_updated as a secondary sort? Else my sort is all kaput!!

    Plugin Author xnau webdesign

    (@xnau)

    This is not new, it’s been in for several versions now. The value starts out as zero and doesn’t have a date until the record is updated by the user. That is so you can tell if they have done so or not.

    You can use it as a secondary sort…but only on the frontend, the admin view only has one sort field. I had to push that down the list of improvements.

    Thread Starter bw3em

    (@bw3em)

    In that case, it does not appear to be working as you state: orderby=”last_accessed” order=”desc” orders only those who have updated since the update. I’m unsure how the rest are ordered but they have not updated recently!

    orderby=”last_accessed, date updated” order=”desc” displays the same as above.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Date updated registering in admin again’ is closed to new replies.