Results 1 to 10 of 10

Forum pagination mismatch

This is a discussion on Forum pagination mismatch within the Bug Reporting forums, part of the vBSEO SEO Plugin category; On the forum display where it displays the list of threads in a given forum, if you go the "Go ...

  1. #1
    Member
    Real Name
    David
    Join Date
    May 2008
    Posts
    35
    Liked
    0 times

    Forum pagination mismatch

    On the forum display where it displays the list of threads in a given forum, if you go the "Go to Page ___" dropdown menu, there seems to be a bug.

    Example:

    http://www.controlbooth.com/forums/bug-reports/ (shows 14 pages of threads)

    I type 7 in the "Go to Page" dropdown menu

    I get this:

    http://www.controlbooth.com/forums/bug-reports/index11.html?f=24&order=desc&page=7 (which shows me page 11 instead of page 7)

    Any ideas why this could be happening?

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    It is highly related to your personal per page configuration.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Member
    Real Name
    David
    Join Date
    May 2008
    Posts
    35
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    It is highly related to your personal per page configuration.
    This seems like a VBSEO issue because the rewritten portion of the URL is "index11.html" but the VBSEO code doesn't suppress the "?f=24&order=desc&page=7" after it and it does not correctly interpret the request. vBulletin seems to interpret it correctly, but VBSEO does not. So, this is why I have posted this as a bug report.

  4. #4
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    No , it is not a vBSEO issue at all. Go to page works exactly same when vBSEO is disabled or enabled. vBulletin again made a change and applied a strange setting for Go to page setting which seems like a bug on vBulletin side

    But if you are sure that the you can reproduce this please create a support ticket with login information as i just could reproduce a similar issue on showthread pages.
    Last edited by Mert Gökçeimam; 09-06-2010 at 06:04 AM.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  5. #5
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    To fix this issue please find following in functions_vbseo_url.php
    PHP Code:
    vbseo_parse_query($query$params);
    while (list(
    $name$value) = each($params))
    {
    $_REQUEST[$name] = $value
    Replace with
    PHP Code:
    vbseo_parse_query($query$params);
    while (list(
    $name$value) = each($params))
    if(!
    $_REQUEST[$name])
    {
    $_REQUEST[$name] = $value
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  6. #6
    Senior Member
    Real Name
    Fabio
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    758
    Liked
    11 times
    Blog Entries
    1
    This code change fixed it for me, thanks Mert!

  7. #7
    Member
    Real Name
    David
    Join Date
    May 2008
    Posts
    35
    Liked
    0 times
    Works for me too. Thanks much.

  8. #8
    Junior Member
    Real Name
    dfdf fdfdf
    Join Date
    Mar 2010
    Posts
    2
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    To fix this issue please find following in functions_vbseo_url.php
    PHP Code:
    vbseo_parse_query($query$params);
    while (list(
    $name$value) = each($params))
    {
    $_REQUEST[$name] = $value
    Replace with
    PHP Code:
    vbseo_parse_query($query$params);
    while (list(
    $name$value) = each($params))
    if(!
    $_REQUEST[$name])
    {
    $_REQUEST[$name] = $value
    Hi Mert Gökçeimam !

    Can you integrate this issue for next version ????

  9. #9
    Junior Member
    Real Name
    dfdf fdfdf
    Join Date
    Mar 2010
    Posts
    2
    Liked
    0 times
    Can you fix this issue for next version ????

  10. #10
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Hello ,

    You are not showing as vBSEO owner therefor you will not receive any update about this. Thread closed
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Similar Threads

  1. CMS Section Articles List Pagination vs CMS Category Pagination
    By insidedesign in forum URL Rewrite Settings
    Replies: 4
    Last Post: 08-04-2010, 01:34 AM
  2. Is It Worth To Include Forum Pagination Pages In A Sitemap?
    By ploph1x in forum General Discussion
    Replies: 2
    Last Post: 05-03-2010, 07:22 PM
  3. Forum Path, Forum URL, Forum Pagination Settings
    By Sonnie in forum URL Rewrite Settings
    Replies: 2
    Last Post: 04-18-2010, 07:20 PM
  4. Forum Pagination
    By Martyn in forum URL Rewrite Settings
    Replies: 1
    Last Post: 07-01-2008, 12:48 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •