6
Ok for some reason this is harder then I thought.. Although I am sure once I see how it is done it will be alot easier...
global $xoopsUser;
if (is_object($xoopsUser)) {
echo "Logged in";
echo $xoopsUser->email;
}
If I do this it will echo the "Logged in" when I am logged in but that is as far as I get?
The stuff you guys have pointed out don't seem as clear as they could be?
Guess I will have to poke through some code and see if I can find it somewhere.
There was some information in there I CAN use with this too.. But I want to pull up the current logged in users name, uname, and probably email.
I am missing something...