| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
messal

Joined: 27 Dec 2006 Posts: 15
|
Posted: Thu Nov 01, 2007 9:43 am Post subject: pagination problem without seo active |
|
|
after install RC7 premod
forum generate links
| Code: | | viewtopic.php?f=1&t=6999 |
but for pagiantion its need
| Code: | | forum/viewtopic.php?f=1&t=6999&start=6999 |
on all pages page 1 page 2 page 3 etc.
after active seo mixed or advenced its ok form generate this links
| Code: | | forum/eddysurf-com-vt10134-75.html |
its no problem because i use SEO active but this problem is in bookmarks too because there isnt seo rewrite active and forum used links viewtopis etc. its very uncomfortable for users.
some idea how to edit?
thanks |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 4551
|
Posted: Thu Nov 01, 2007 6:15 pm Post subject: Re: pagination problem without seo active |
|
|
Interesting bug.
I should try the no rewriting mode a bit more
Anyway, here is a quick fix, that may not be final but works.
open includes/functions_display.php and find :
| Code: | | if (!empty($phpbb_seo) ) { |
Replace with :
| Code: | | if (strpos($url, $phpbb_seo->seo_ext['topic']) !== false ) { |
 |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |