MyBB Community Forums

Full Version: Title wont show up on member profiles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I go to a member profile on my site, the title tag in the source code doesn't show up. I checked the template and the headerinclude part is there.

Any ideas on what went wrong?
looks like title code is missing from member_profile template (above {$headerinclude})
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>

if the title code is there then it might be affected by a plugin / mistakes in coding
Thanks, but what is the including thing (like {$headerinclude}) for the user's unformatted username?