12 years 1 month ago #212441
by anydaytv
Community builder probably has an api for it and maybe someone more knowledgeable than me will help, but...
The easiest way to do this is to grab the joomla user-id and then query the database for the information.
You can get the userid with the following code:
$user = JFactory::getUser(); $userId = $user->id;
Now just query the database using the userid to grab the info you want.
The following user(s) said Thank You:
moomola
Please Log in or Create an account to join the conversation.