MyBB Community Forums

Full Version: Is there any way to change Permalink ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I want to change permalink. Is it possible to change permalink ? I want to create SEO friendly permalink. Smile
(2015-06-20, 08:23 AM)metafser Wrote: [ -> ]I want to change permalink. Is it possible to change permalink ? I want to create SEO friendly permalink. Smile

Are SEO plugins not doing that already?
@metafser please put back theme designer's copyright
(2015-06-20, 10:05 AM).m. Wrote: [ -> ]@metafser please put back theme designer's copyright

I forget that details, can you please tell me, i will add in there. :Smile I just tried to edit. But now I want to back it to designers. Smile
Put the span below at a convenient place in your footer template:

<span id="copyright">
	<!-- MyBB is free software developed and maintained by a volunteer community.
	It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
	to show your support for MyBB.  If you choose to remove or modify the copyright below,
	you may be refused support on the MyBB Community Forums.

	This is free software, support us and we'll support you. -->
	{$lang->powered_by} <a href="http://www.mybb.com" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybb.com" target="_blank">MyBB Group</a>.
	<!-- End powered by -->
</span>
(2015-07-01, 08:01 AM)Ad Bakker Wrote: [ -> ]Put the span below at a convenient place in your footer template:

<span id="copyright">
	<!-- MyBB is free software developed and maintained by a volunteer community.
	It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
	to show your support for MyBB.  If you choose to remove or modify the copyright below,
	you may be refused support on the MyBB Community Forums.

	This is free software, support us and we'll support you. -->
	{$lang->powered_by} <a href="http://www.mybb.com" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybb.com" target="_blank">MyBB Group</a>.
	<!-- End powered by -->
</span>

I updated, but not looking good. Please send me right code. :Smile

http://prntscr.com/7ngu6t
(2015-07-01, 09:51 AM)metafser Wrote: [ -> ]I updated, but not looking good. Please send me right code. :Smile

This is the right code, did you add it to your footer template?
You can also post a link to your forum, then we can see what's wrong (no login needed, just a link).
(2015-07-01, 10:52 AM)Ad Bakker Wrote: [ -> ]This is the right code, did you add it to your footer template?
You can also post a link to your forum, then we can see what's wrong (no login needed, just a link).

I know that code is right. But its not actually full code of footer credit section of Squre theme. That's why i said. And YES, i replaced in footer section. Here is my site.: http://community.tafserahmed.com/
What if you place the span above the preceding </div>?
in the footer template find <div class="two"> after that you can add code from below link
http://pastebin.com/VQV5Wts7
Pages: 1 2