1
Im getting started using PHP i know a little i have tries this for hours now.. I am trying to show the users avatar when they post news... any XOOPS experts now how?
<$xoopsTpl->assign('user_avatarurl', 'uploads/'.$thisUser->getVar('user_avatar'));>
that is what i beleve displays it? Correct?