XF 2.1 [SOLVED] xf:usertitle shows up as Guest always

asprin

Active member
In one of my templates, I'm using the following line (the page contains a list of users):

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
1584264284766.webp

And usergroup as Registered
1584264312420.webp


Am I missing something here?

1584264353183.webp
 
Top Bottom