×

Notice

The forum is in read only mode.

Display joomla username for jsjobs

8 years 11 months ago #3801 by joseph
Hello,
I want to see the joomla username you have entered your resume

If you use this code works , but it changes the login session :

echo JText::_("JS_JOB_RESUME_ADD_BY").": ";
$tuser = & JFactory::getUser();
$tuser->load($resume->uid);
echo $resume->name;
echo "</span>";

I tried to use this , the session does not change but I see only the user id:

echo JText::_("JS_JOB_RESUME_ADD_BY").": ";
echo $resume->uid.' '.$resume->username;

Can someone please help me?

Many Thanks
Time to create page: 0.038 seconds

Please publish modules in offcanvas position.