I did the chnages for tags.php but I got a DB error. I changed the added code to:
Code:
if ($vbulletin->options['tfseo_attivo'] AND $vbulletin->options['tfseo_riscrivi'])
{
$tfseo = $db->query_first("
SELECT thread.title
FROM " . TABLE_PREFIX . "thread as thread
WHERE threadid = '$thread[threadid]'
");
$tf = implode($tfseo);
$tfseourl['thread'] = tfseo_url($tf);
$tfseo_pagina = $vbulletin->options['tfseo_pagina'];
}
Db error is gone and the urls are fixed.
Cheers