XF 1.5 Usernames disappeared

Kyle Tully

New member
Sometime in the past few days usernames have stopped showing in all threads. Is there a setting somewhere for this? I can't find anything.
 
This is likely an issue with your style then, but it's hard to say without being able to see you. You should confirm whether it appears on a default style (and if not, disable all add-ons as well).
 
Thanks guys, I switched over to the default theme and usernames work fine there, so have isolated it to a theme issue. I'm guessing there was an automatic update which has caused the issue. Have a support ticket open with the theme guys and hopefully get it sorted.
 
you can also check this to see if your case is the same as my friend or not.
Open this template: message_user_info

Search for this code: <h3 class="userText">

Add this code after that line:
Code:
<xen:username user="$user" itemprop="name" rich="true" />
 
Top Bottom