MyBB Community Forums

Full Version: do this for better seo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
At present titles are showing in this way :

home > description
home > forum > description
description of thread in thread section


i need to change this as follows

description > home
description >forum > home
description of thread in thread section > home


pls help
Simple.

First, go into the templates of your theme. You'll want to edit three templates. Index, Show Thread, and Forum Display.

Within Index > index, add anything you want after {$mybb->settings['bbname']}, such as a slogan or something.

Next, in Forum Display > forumdisplay, highlight the bbname value and right-click > cut. Then paste it to the right of the other value.

Last, in Show Thread > showthread, just add bbname to the end. Simple.

Example: Index. <title>{$mybb->settings['bbname']} - My Slogan Here</title>
Forum Display. <title>{$foruminfo['name']} - {$mybb->settings['bbname']}</title>
Show Thread. <title>{$thread['subject']} - {$mybb->settings['bbname']}</title>

This is what I do for all my forums. Smile
hi another help required how i can show this line at below the new thread at bottom instead at top

User(s) browsing this forum: AKT*, 2 Guest(s)