Results 1 to 6 of 6

Part of URL not rewritten on forum display

This is a discussion on Part of URL not rewritten on forum display within the Bug Reporting forums, part of the vBSEO SEO Plugin category; The new vBulletin 3.6 features called "Default Sort Field" and "Default Sort Order" allow ascended ordering of threads according their ...

  1. #1
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times

    Part of URL not rewritten on forum display

    The new vBulletin 3.6 features called "Default Sort Field" and "Default Sort Order" allow ascended ordering of threads according their first post in forumdisplay. There seems to be a problem with vbseo not completely rewriting forum display pages. This is an example:

    Code:
    domain/f127/index2.html?order=asc
    When you click on the link for page one when you are on page two:
    Code:
    domain/f127/?order=asc
    Thanks in front.
    Last edited by dutchbb; 08-28-2006 at 02:44 PM.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    you should manually modify your config_vbseo.php file to correct this:
    PHP Code:
        define('VBSEO_DEFAULT_FORUMDISPLAY_SORT',   'lastpost');
        
    define('VBSEO_DEFAULT_FORUMDISPLAY_ORDER',  'desc'); 
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    You can set the default sort order per forum now though, so this could cause an issue if you have different forums sorted differently.

  4. #4
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    Yes I have one forum where I would like to show older threads first. Oleg, will this be solved in the latest release, as i would like to keep the asc order for that one forum.

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Sure,
    /* NOTE: This issue has been resolved. The fix will be distributed with the next vBSEO build. */
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #6
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    That is great news Oleg, thanks again.

Similar Threads

  1. Syntax for Custom Rewrite Rules
    By Joe Ward in forum Custom Rewrite Rules
    Replies: 33
    Last Post: 02-10-2011, 09:49 PM

Posting Permissions

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