You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since the createdon field is not part of the user_attributes table in the database, it is not possible to output the field via the getProfile snippet. But you could use the getUsers snipped in this way:
[[getUsers? &tpl=`userTpl` &profile=`1` &id=`2`]]
Here for the user with id 2.
In the template, the chunk called userTpl you can get the createdon date with the placeholder [[+createdon]].
Is there a way to get users' createdon dates with this snippet?
The text was updated successfully, but these errors were encountered: