additional question, but same matter.
I would also like to use those variable stated above in the profile display screen. I found the the function getuserinfo () with the getinfo-section in the functions.php, but when adding
Code:
global $userawards;
$userawards=getUserAwards($userid],true);
it will tell me that getUserAwards is an undefined function, though its working in the upper part of function.php within the postbit function. The getUserAwards()-fnc is included in the phpinclude template.
Greets
-act