Where in viewforum.php can I fix the pagination numbers to show back to the SEO friendly URL and not viewforum.php?f=87&start=480 ?
::edit:: hmm I opened the Advanced rewrite MOD and checked the installl file and eveything is there how it is supposed to be.
- Code: Select all
}
// phpBB-SEO.com SEO TOOLKIT BEGIN
$seo_forum_name = $forum_row['forum_name'];
// phpBB-SEO.com SEO TOOLKIT END
//
// Start session management
//
$userdata = session_pagestart($user_ip, $forum_id);
init_userprefs($userdata);
//
// End session management
//
- Code: Select all
$topic_title = ( count($orig_word) ) ? preg_replace($orig_word, $replacement_word, $topic_rowset[$i]['topic_title']) : $topic_rowset[$i]['topic_title'];
// phpBB-SEO.com SEO TOOLKIT BEGIN
$seo_topic_name = $topic_title;
// phpBB-SEO.com SEO TOOLKIT END

English |
French


