Dear Team,
In order to implement my template overrides I try to access the additional fields I created in the user/event workflows.
This are listed in the database tables
#__social_fields
and do have there values in
#__social_fields_data
Is there a way to access this fields via a already implemented function? or area they already stored in an available object/array?
Like I can access all the default fields from users and events via
$user->name
$event->title
Or do I have to write a own select statement directly on the database table?
Best Alex