Results 1 to 6 of 6

Strange Go To New Post Issue....

This is a discussion on Strange Go To New Post Issue.... within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I have a support ticket open, but also do want to check and see if others are facing this issue ...

  1. #1
    Junior Member
    Real Name
    shri
    Join Date
    Dec 2007
    Posts
    5
    Liked
    0 times

    Strange Go To New Post Issue....

    I have a support ticket open, but also do want to check and see if others are facing this issue or if I'm the only one.

    I seem to have a problem with the link that is supposed to take users to the newest post in the thread. This problem seems to happen on threads with more than one page...

    For legacy reasons, the link is as follows:

    http://www.site.com/forum/newpostinthread139831.html

    When I click on this, I get

    Directed to http://www.site.com/forum/showthread.php?p=990331

    This does not scroll down to the appropriate part of the page.

    Which should be http://www.site.com/forum/thread139831-3.html#post990331

    Any ideas what I'm doing wrong? The forum rewrite rule for new post in thread is set to

    newpostinthread[thread_id].html

    I'm sure this is a configuration issue on my part .. just looking for some guidance on what I could be doing wrong.

    My server runs nginx and the rule is as follows:

    location /forum/ {
    rewrite ^/forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last;

    rewrite ^/forum/getnew.html$ /forum/search.php?do=getnew permanent;
    rewrite ^/forum/getnew([0-9]+).html$ /forum/search.php?do=getnew&f=$1 permanent;
    rewrite ^/forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 permanent;

    if (!-e $request_filename) {
    rewrite ^/forum/(.*)$ /forum/vbseo.php last;
    }
    if ($request_filename ~ "\.php$" ) {
    rewrite ^/forum/(.*)$ /forum/vbseo.php last;
    }
    }


    I do have a response saying "vBulletin 4 doesn't support showpost urls thats why that setting will not function for vB 4 specific" which I'm waiting on clarification.

    How do you handle the newpost in thread link / redirection?

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    This seems to be a nginx issue. please see:
    Problem with moving posts with Nginx

  3. #3
    Junior Member
    Real Name
    H.Ali EGERCI
    Join Date
    Dec 2006
    Posts
    4
    Liked
    0 times
    Hello,
    I have the same probem after upgrading my vbulletin from 3.8.6 to vb 4.0.8

    Deneme deneme

    when I click to this link in Firefox, firstly it goes to

    Deneme deneme

    and than wait a bit and then redirected to

    Deneme deneme

    but doesn't go to new post . it goes to begin of page.

    When I use Internet explorer 8

    it goes to

    Deneme deneme

    first page of the thread!

    I have similar porblem with reply message I think it is related with this problem.

    Problem is :
    if I replay any message from last page and if I use Firefox or Ie 8 no problem
    it goes to last page's last message. But link is (Deneme deneme) it is strange..

    But If I reply any mesage other than last page.

    With FF it goes to begining of last page and wth IE it goes to fitst page.

    ALso after upgareding vb4.0.8 I have added new one server to my load balance system but my site performance is decrease dramaticly.

    My servers is use nginx and php 5.3.3

    These problems are only occur when I enable VBseo from plugin page. When I disable it it runs as normal.

    Best regards

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    have you tried the fix in the link above?

  5. #5
    Junior Member
    Real Name
    H.Ali EGERCI
    Join Date
    Dec 2006
    Posts
    4
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    have you tried the fix in the link above?
    I am soo sorry. I have tried this before but I want to check again. Change my rewrite rules again and it works.
    I think I made somthing wrong before.
    Thanks very much.

  6. #6
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    No problem glad it works now.

Similar Threads

  1. strange issue
    By yahoooh in forum Troubleshooting
    Replies: 15
    Last Post: 08-18-2009, 12:08 AM
  2. Strange indexing/url issue/bug
    By Dave Hybrid in forum Troubleshooting
    Replies: 5
    Last Post: 07-12-2008, 08:15 PM
  3. Strange poll issue.
    By Lionel in forum Troubleshooting
    Replies: 8
    Last Post: 05-04-2007, 06:08 AM
  4. A strange issue with images.
    By FleaBag in forum Troubleshooting
    Replies: 7
    Last Post: 03-26-2007, 07:50 PM
  5. Strange Issue with CMPS
    By Keith Cohen in forum Troubleshooting
    Replies: 8
    Last Post: 01-07-2006, 01:31 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
  •