MyBB Community Forums

Full Version: Tags with google seo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
can you tell me how to google seo urls in tags

[<a href="showthread.php?tid={$tid}" title="By {$thread_username}" style="color: #{$fontcolor};">

[<a href="Thread-???????????{$tid}" title="By {$thread_username}" style="color: #{$fontcolor};">

Greetz Mark
I have no idea what you're talking about. What exactly are you trying to achieve?
Its.shows tags at my forum only not with seo url (google seo plugin)
i will it show with google seo urls
<a href="Thread-Title-Here">

or in PHP: get_thread_link($tid)

In MyBB templates, there are usually other variables for this (depends on the template - check the original version of a template to find out). "showthread.php?tid={$tid}", although it may work, is just also wrong in a template. because even without plugins it could just as well be thread-{$tid}.html.
This are my seo url http://www.xxxxxxxxx.nl/Thread-Inside-Go...b-App--560
and how can i fix it with the tags this is show the normal link
[<a href="showthread.php?tid={$tid}" title="By {$thread_username}" style="color: #{$fontcolor};">
Google seo url tag [<a href="Thread-???????????-{$tid}" title="By {$thread_username}" style="color: #{$fontcolor};">