Show custom values of logged user

Show custom values of a logged-in user from a custom database table.

Overview

The user needed to display specific data for the currently logged-in user stored in a custom table.
Use the {user:field} placeholder, such as {user:id}, to retrieve and display the desired user data.

Answered
Connectivity v6
wb wbc86 13 Jun, 2019
Hello, I need to show the data of the current logged user from a custom database table.
Can you help me?
Thanks in advance
he healyhatman 13 Jun, 2019
Answer
{user:field} to get the bit of data from the logged in user. For example {user:id}
wb wbc86 13 Jun, 2019
Perfect, works fine.
Thanks🙂
This topic is locked and no more replies can be posted.