I was wondering if anyone knew how I couldĀ change what the tabs on a member's profile says.
Right now it's just showing the forum's urlĀ
But I would like to have it look like this (from another mybb forums)
Thanks.
admin panel >>
Templates & Style >>
templates >> [
your theme templates] >>
Member Templates >>
member_profile
find code similar to below (near the top)
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
change like below & save the template
<title>{$lang->profile} - {$mybb->settings['bbname']}</title>
(2016-02-15, 05:16 PM).m. Wrote: [ -> ]admin panel >> Templates & Style >> templates >> [your theme templates] >> Member Templates >> member_profile
find code similar to below (near the top)
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
change like below & save the template
<title>{$lang->profile} - {$mybb->settings['bbname']}</title>
Ah, so that's where! But I forgot to mention one thing, oops. I have an SEO plugin so it's a bit different and I'm not sure how to change it.. sorry and thanks.
![[Image: wGGWmWz.png]](https://camo.mybb.com/7ad3007d959d44e03565e1b119987899eb7deb21/687474703a2f2f692e696d6775722e636f6d2f774747576d577a2e706e67)
you can add the second code after <head> in the member_profile template