pagination problem without seo active

phpBB SEO Premod for phpBB3 support forum.
This premodded version of phpBB3 includes the three different type of URL rewriting for phpBB3 by phpBB SEO. It comes with several other Search Engine Optimization mods installed.

Moderator: Moderators

pagination problem without seo active

Postby messal » Thu Nov 01, 2007 9:43 am

after install RC7 premod

forum generate links
Code: Select all
viewtopic.php?f=1&t=6999

but for pagiantion its need
Code: Select all
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: Select all
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
User avatar
messal
 
Posts: 15
Joined: Wed Dec 27, 2006 4:27 pm

Advertisement

Postby SeO » Thu Nov 01, 2007 6:15 pm

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: Select all
         if (!empty($phpbb_seo) ) {


Replace with :
Code: Select all
         if (strpos($url, $phpbb_seo->seo_ext['topic']) !== false ) {


;)
SeO
Admin
Admin
 
Posts: 6333
Joined: Wed Mar 15, 2006 9:41 pm


Return to phpBB SEO Premod

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 13 guests