At the moment it's displaying URLs as viewtopic.php?t=xxx instead of topic-title-vtxxx.html
Could dcz or someone else kindly tell me the code changes I will need?
Thanks.
Moderator: Moderators


index.php $mar_title = $row[$i]["topic_title"]; // www.phpBB-SEO.com SEO TOOLKIT BEGIN
$seo_topic_name = $row[$i]["topic_title"];
// www.phpBB-SEO.com SEO TOOLKIT END$template->assign_block_vars('marqueerow', array(
'FOLD_URL' => $pic,
'TOPIC_TITLE' => $row[$i]["topic_title"],
'TOPIC_URL' => append_sid($phpbb_root_path . 'viewtopic.'.$phpEx.'?'.POST_TOPIC_URL.'='.$row[$i]["topic_id"]),
'USERNAME' => $row[$i]["username"],
'USER_PROF' => append_sid($phpbb_root_path . 'profile.'.$phpEx.'?mode=viewprofile$amp;u='.$row[$i]["user_id"]),
'POST_DATE' => create_date($board_config['default_dateformat'], $row[$i]["post_time"], $board_config['board_timezone']))
);
} // www.phpBB-SEO.com SEO TOOLKIT BEGIN
$seo_topic_name = FALSE;
// www.phpBB-SEO.com SEO TOOLKIT END
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
$seo_topic_name = $row[$i]["topic_title"];
// www.phpBB-SEO.com SEO TOOLKIT END // www.phpBB-SEO.com SEO TOOLKIT BEGIN
$seo_topic_name = $topic_title";
// www.phpBB-SEO.com SEO TOOLKIT END
#
#-----[ OPEN ]------------------------------------------
#
index.php
#
#-----[ FIND ]------------------------------------------
#
$mar_title = $row[$i]["topic_title"];
#
#-----[ AFTER, ADD ]------------------------------------------
#
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
if ( !isset($phpbb_seo->seo_url['topic'][$row[$i]['topic_id']]) ) {
$phpbb_seo->seo_url['topic'][$row[$i]['topic_id']] = $phpbb_seo->format_url($mar_title);
}
// www.phpBB-SEO.com SEO TOOLKIT END
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM




Users browsing this forum: No registered users and 1 guest