MyBB Community Forums

Full Version: Change my URL Names?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

Sorry if I'm re-posting here but I couldn't find anything on the forums that had this same problem. Everything I looked at was people who had installed MyBB incorrectly and there actual URL was wrong.

What I want to do is change the URL paths to human readable paths. For example,

http://forum.pinguyos.com/Thread-Ubuntu-...0#pid27580

VS

http://refugeeks.com/forum/showthread.ph...pid=2#pid2

I basically want the thread title in the URL. I hope I've explained this clearly enough. It's probably just a drop menu somewhere in the admin console but I can't seem to find it.

Thanks guys,

Kev
Google SEO plugin?
Sorry Mark, you're going to have to elaborate on that a little for me. I'm very new to MyBB. I understand what Google SEO is but I'm still getting to grips with everything MyBB at the moment (sorry for being a noob).
The plugin can be found here: http://mods.mybb.com/view/google-seo
From the documentation here: https://github.com/frostschutz/Google-SE...wiki-about

Quote:Keyword URLs (e.g. Thread-Some-Subject instead of showthread.php?tid=12345)

Smile
admin cp > Tmeplate & style > Templates > Name of Default template > expand templates > Header Templates > Expand > Header > Options > Full edit >
- The code should look like this
<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
			<div class="menu">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
				</ul>
			</div>
			<hr class="hidden" />
			<div id="panel">
				{$welcomeblock}
			</div>
		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$pending_joinrequests}
			<navigation>
			<br />
This is the Place you change the url's
			<div class="menu">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
				</ul>
			</div>
(2012-10-28, 07:40 PM)MG rest Wrote: [ -> ]admin cp > Tmeplate & style > Templates > Name of Default template > expand templates > Header Templates > Expand > Header > Options > Full edit >
- The code should look like this
<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
			<div class="menu">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
				</ul>
			</div>
			<hr class="hidden" />
			<div id="panel">
				{$welcomeblock}
			</div>
		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$pending_joinrequests}
			<navigation>
			<br />
This is the Place you change the url's
			<div class="menu">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
				</ul>
			</div>

This is not what he's asking to change, re-read his request if you didn't understand it.

The correct information was provided to him already.
Mark,

I did the SEO changes and now the URL are updated but every single link on my site is broken!!! I've tried to revert the change but it doesn't make a difference.

Any ideas as currently my forum is completely down and I've just launched it...massive problem!!!
I've not used the plugin myself but from what I've read it updates each link as it is viewed so may take a while to change them all.

Do you have a link to your site?

If you want to go back..

Quote:Redirecting SEO URLs back to MyBB stock URLs

Google SEO does not force you to keep using its URLs. If you want to go back to stock URLs, you can do so. Basically you have two options to achieve a SEO URL -> Stock URL redirection:

Empty the SEO URL scheme for a particular URL type

This is useful if for example you want to go back to stock URLs for user profiles only, but not for forums and threads.

Revert changes to core files

This way the Google SEO URL module will be in inactive state.

Do not disable Google SEO URL or Redirect, and do not remove the Rewrite Rules from your .htaccess. All of these components are required to keep old keyword URLs and subsequent redirect working.
(2012-10-28, 08:13 PM)kevquirk Wrote: [ -> ]I did the SEO changes and now the URL are updated but every single link on my site is broken!

Sounds like your rewrite rules don't work.

The plugin displays a status on the plugins page... what does it say?