TF Greet Documentation
TF Greet Joomla module displays logged in user information on the website. You can also display different custom message for guest users and registered users.
Guest Message: Message to display when the user is not logged in (for guest users).
Greeting Message: Message to display for logged in or registered users.
User Tags: Enable this option if you are using user tags in the greeting message.
Custom Tags: Enable this option if you are using Joomla! custom fields in the greeting message.
User Tags
In your greeting message, you can insert dynamic information from Joomla! users table like name, username, email. The format is:
{USER <field_name>}
For example, to insert name: {USER name}
User Custom Fields
In your greeting message, you can insert user information from Joomla! custom fields. The format is:
{CUSTOM <custom_field_id>}
For example, to display user custom field with ID 3: {CUSTOM 3}