Hi-
In the last version of mobile joomla, I was able to show a position to guests and hide it from registered users through the following code.
$user = &JFactory::getUser();
if($user->guest){
if($modulepos && $this->countModules($modulepos) > 0)
{
$MobileJoomla->loadModules($modulepos);
}}
now, I can't echo the $user. Appreciate some help.
In the last version of mobile joomla, I was able to show a position to guests and hide it from registered users through the following code.
$user = &JFactory::getUser();
if($user->guest){
if($modulepos && $this->countModules($modulepos) > 0)
{
$MobileJoomla->loadModules($modulepos);
}}
now, I can't echo the $user. Appreciate some help.

