Quote:
Originally Posted by squangcao
link not seo for vbseo. fix pls
|
In the product find:
PHP Code:
<li><a title="{vb:raw chip.ftitle}" href="showthread.php?{vb:raw chip.threadid}">{vb:raw chip.title}</a> {vb:raw chip.time}</li>
Replace with:
PHP Code:
<li><a title="{vb:raw chip.ftitle}" href="showthread.php?t={vb:raw chip.threadid}">{vb:raw chip.title}</a> {vb:raw chip.time}</li>
And thats is all.