Displaying custom profile field on a Joomla module?

Started by Efrain Ruiz, December 22, 2005, 05:52:15 PM

Previous topic - Next topic

Efrain Ruiz

If I use <?php echo $context[user][id]; ?> on a Joomla Module, it will display my user ID.

But I created a custom profile field on SMF like this: $context[member][options][profile_domicile]

How would I display the contents of that custom field, on a Joomla module? Because using: <?php echo $context[member][options][profile_domicile]; ?>

does NOT work! It will display nothing. This is driving me nuts! Can someone please help me, if possible? Thanks in advance!

-Efrain

Advertisement: