Hi,
I would like to use some of the information in the user registry in other extensions (e.g. RS Form Pro!). The default user registry are missing some information that I need in order to get RS Form Pro! work as wanted.
I use the following to get information from the user registry when it comes to default values:
[CODE]
{source}
<?php $user =& JFactory::getUser(); echo $user->name; ?>
{/source}
[/CODE]
The problem is regarding the fields that I create using Easy Profile. They are shown in the user registry so I think it works, but I can not get this information using the source code shown over. Does anyone got a clue on what to do to be able to reuse the information entered in the Easy Profile-generated fields?