Page 1 of 2 1 2 LastLast
Results 1 to 15 of 21

Odd CMS to Forum post redirect problem

This is a discussion on Odd CMS to Forum post redirect problem within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, I'm using vb4.03 and vbseo 3.5 rc2 on my test site sorting everything out so i know what im ...

  1. #1
    Member
    Real Name
    zelnik
    Join Date
    Aug 2008
    Posts
    97
    Liked
    3 times

    Odd CMS to Forum post redirect problem

    Hi,

    I'm using vb4.03 and vbseo 3.5 rc2 on my test site sorting everything out so i know what im doing when i switch my live site.

    On the CMS page in the latest forum posts widgets when I click on a post it directs me to the post and displays it for a second or two then loads replaces the post with a error saying "No Thread specified. If you followed a valid link, please notify the administrator"

    During that second or two of it displaying the the forum post it has a vbseo url but once it reloads and the above error appears I get a showthread non vbseo url.

    I'm sure it's something I'm doing wrong but it's doing my head in please help!

  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
    Please try upgrading to rc3 as a first troubleshooting step as there were some cms bug fixes in rc3.

  3. #3
    Member
    Real Name
    zelnik
    Join Date
    Aug 2008
    Posts
    97
    Liked
    3 times
    Quote Originally Posted by Brian Cummiskey View Post
    Please try upgrading to rc3 as a first troubleshooting step as there were some cms bug fixes in rc3.
    Ok Upgraded and still doing the same :(

    I've disabled the CMS rewrite and that didn't fix it so it's nothing to do with that?

    Since the latest posts widget just holds links to the forum I suppose it has something to do with rewrites on the forum?!

    If you disable VBSEO completely it works fine so def something up with vBSEO/config wise :(

  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
    Can you open up a ticket with ling details and links with how to reproduce it on your site?

  5. #5
    Junior Member
    Real Name
    Marc
    Join Date
    Dec 2008
    Location
    Chicago
    Posts
    18
    Liked
    0 times
    Having the same problem. vB 4.0.3 and vBSEO 3.5 RC3.

  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
    Please also open a ticket so we can investigate.

  7. #7
    Member
    Real Name
    zelnik
    Join Date
    Aug 2008
    Posts
    97
    Liked
    3 times
    Sorry for delay in opening Ticket I didn't want to waste your time if it was an option that I had somehow missed but seeing as someone else also has the problem I have now issued a support ticket.

    Thanks!

  8. #8
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    This looks like a Bug on vBulletin. I investigated this further on an open ticket and this is the response i posted on the ticket


    Actually after looking further , this is a bug in vBulletin system

    The url you have on your widget is domain.com/showthread.php?t=10707#post1270857227

    Which has the following postid #post1270857227

    When you check actual thread domain.com/sci-fi-fantasy-news/10707-castiel-fights-3-awesome-new-supernatural-videos.html ( domain.com/showthread.php?t=10707 ) you can see that the post id on that thread is

    Code:
    <!-- BEGIN TEMPLATE: postbit --> 
    <li class="postbit postbitim postcontainer" id="post_11919">
    As the post id in the CMS Widget url is wrong , vBSEO can't find the correct post id and tries to redirect to missing post.

    P.S : I removed actual forum url
    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

  9. #9
    Member
    Real Name
    zelnik
    Join Date
    Aug 2008
    Posts
    97
    Liked
    3 times
    Hi Mert and thanks for the response.

    I have no idea if there is a working relationship between you guys and the vBulletin team so how do we go about trying to get them to fix it? have you guys issues a bug report to vbulletin!?

    Thanks

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Yes, looks like an anchor part is incorrect, you should modify vbcms_searchresult_post template in vB admincp:
    find:
    #post{vb:raw post.lastpost}
    replace with:
    #post{vb:raw post.postid}
    Last edited by Oleg Ignatiuk; 05-13-2010 at 03:47 PM.

  11. #11
    Member
    Real Name
    zelnik
    Join Date
    Aug 2008
    Posts
    97
    Liked
    3 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Yes, looks like an anchor part is incorrect, you should modify vbcms_searchresult_post template in vB admincp:
    find:

    replace with:
    Hi there are x2 #post{vb:raw post.lastpost} replace the both?!

    Thanks.

  12. #12
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Yes, replace both.

  13. #13
    Member
    Real Name
    Nikola
    Join Date
    Aug 2009
    Posts
    38
    Liked
    0 times
    hi Oleg,

    thank you for helping us, even it is not a vbseo issue.
    i see it so now:
    domain.com/showthread.php?t=10707#post

    without the postnumber

    can you post your whole template?
    thank you in advance!

  14. #14
    Member
    Real Name
    David V.
    Join Date
    Feb 2009
    Location
    Belgium
    Posts
    75
    Liked
    0 times
    Hi,

    i should work. But the browser don't jump to the last post with this replacement. Any idea?

  15. #15
    Member
    Real Name
    David V.
    Join Date
    Feb 2009
    Location
    Belgium
    Posts
    75
    Liked
    0 times
    Any idea about the problem?

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Problem with 'Newest Post in Thread' Redirect
    By dingo in forum Troubleshooting
    Replies: 2
    Last Post: 12-08-2008, 01:26 AM
  2. Problem with new-post, last-post and go to links
    By isnichwahr in forum URL Rewrite Settings
    Replies: 7
    Last Post: 08-10-2007, 05:18 AM
  3. Clicking a post from the forum index doesn't go to the newest post
    By ChrisGuthrie.net in forum Troubleshooting
    Replies: 2
    Last Post: 06-29-2007, 12:02 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
  •