asprin
Active member
In one of my templates, I'm using the following line (the page contains a list of users):
But the above results in printing out "Guest" whereas I was expecting something along the lines of "user title ladder" values. Interestingly, the value is Guest for even the admin.
All the users have their user state as valid
And usergroup as Registered
Am I missing something here?
HTML:
<div>
{$user.username} <!-- this shows the expected value -->
</div>
<xf:usertitle user="$user" />
But the above results in printing out "Guest" whereas I was expecting something along the lines of "user title ladder" values. Interestingly, the value is Guest for even the admin.
All the users have their user state as valid
And usergroup as Registered
Am I missing something here?