I have the same issue, and I did use the Add-on mentioned.
Here is the only instructions for this:
- Code: Select all
Open: includes/similar_topics.php
Find:
topic_status($similar, $replies, false, $folder_img, $folder_alt, $topic_type);
Add After:
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
if (empty($phpbb_seo->seo_url['topic'][$similar_topic_id]))
{
if ($similar['topic_type'] == POST_GLOBAL)
{
$phpbb_seo->seo_opt['topic_type'][$similar_topic_id] = POST_GLOBAL;
}
$phpbb_seo->seo_url['topic'][$similar_topic_id] = $phpbb_seo->format_url($similar['topic_title']);
}
if (empty($phpbb_seo->seo_url['forum'][$similar_forum_id]))
{
$phpbb_seo->seo_url['forum'][$similar_forum_id] = $phpbb_seo->set_url($similar['forum_name'], $similar_forum_id, $phpbb_seo->seo_static['forum']);
}
$phpbb_seo->set_user_url($similar['username'], $similar['user_id']);
$phpbb_seo->set_user_url($similar['topic_last_poster_name'], $similar['topic_last_poster_id']);
// www.phpBB-SEO.com SEO TOOLKIT END
I took this from the contrib in the mod folder for this download.
After the fact my URLS are still viewtopic?=###