MyBB Community Forums

Full Version: Page Manager - Title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to only show my page title without board title at the end!


That's what I have now "page title - board title"
Edit ./inc/plugins/pagemanager.php and replace:

<title>'.$pages['name'].' - '.$mybb->settings['bbname'].'</title>

with:

<title>'.$pages['name'].'</title>
@Nathan Malcolm thank man very much.
Listen is there a way to add a text field into edit page template (meta tag description) the result of which will show under <title>'.$pages['name'].'</title>