1
What is the handle for the user ranks?
I have:
Avatar pictures = {$users[i].avatar}
User ID = {$users[i].id}
User Name = {$users[i].name}
What do I use for the user rank, because {$users[i].rank} does not work.
(I am working within the xoopsmembers_searchresults.html file from the Search Members Module.)