vBulletin v3.5.4
vBSEO 2.4.0.
I have a problem with the Archive forum pages (where it displays a list of threads). I have it setup so that links point to the original thread pages, not the simple Archive-style ones. The URLs to threads are formatted like this:
I would like that the URLs would be SEO'd, like elsewhere on the forum:PHP Code:<li><a rel="nofollow" href="http://www.domain.com/showthread.php?t=48">Thread Title</a></li>
How would I do that?PHP Code:<li><a href=http://www.domain.com/f10/thread-title-234.html>Thread Title</a></li>



LinkBack URL
About LinkBacks





Reply With Quote