Results 1 to 11 of 11

Threaded view broke?

This is a discussion on Threaded view broke? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Threaded view broke? Thank you....

  1. #1
    GGG
    GGG is offline
    Member
    Real Name
    ddgfg dgdgdfgfg
    Join Date
    Jan 2007
    Posts
    60
    Liked
    0 times

    Unhappy Threaded view broke?

    Threaded view broke?

    Thank you.

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    what is the exact problem you are having with it? doesn't display? displays php errors? shows as linera?

  3. #3
    Junior Member
    Real Name
    Susan
    Join Date
    Nov 2007
    Posts
    3
    Liked
    0 times
    I'm having this issue as well.

    threaded mode does not work as it should - ie. last post not highlighted; does not take me to last post

    any ideas how to fix??

    NOTE: it does work when in LINEAR mode; THREADED MODE works correctly when coming from forumhome not via threadbits

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please try to modify functions_vbseo_vb.php file:
    FIND:
    PHP Code:
    function vbseo_is_threadedmode()
    {
    global 
    $bbuserinfo;
    $tmode $bbuserinfo["threadedmode"] ? $bbuserinfo["threadedmode"] : $_COOKIE[vbseo_vb_cprefix() . "threadedmode"];
    $mode_nonlinear = ($tmode == 'threaded' || $tmode == 'hybrid');
    return 
    $mode_nonlinear;

    REPLACE WITH:
    PHP Code:
    function vbseo_is_threadedmode()
    {
        global 
    $bbuserinfo;
        
    $tmode $bbuserinfo["threadedmode"] ? $bbuserinfo["threadedmode"] : $_COOKIE[vbseo_vb_cprefix() . "threadedmode"];
        
    $mode_nonlinear = ($tmode == 'threaded' || $tmode == '1' || $tmode == '2' || $tmode == 'hybrid');
        return 
    $mode_nonlinear;


  5. #5
    Junior Member
    Real Name
    Susan
    Join Date
    Nov 2007
    Posts
    3
    Liked
    0 times
    thanks for the help but it didn't work ...

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please provide an example URL and testing account details via support ticket to check this.

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Update: there was an extra closing </body> tag in header template. Removing it resolved the issue.

  8. #8
    GGG
    GGG is offline
    Member
    Real Name
    ddgfg dgdgdfgfg
    Join Date
    Jan 2007
    Posts
    60
    Liked
    0 times
    Now Hybrid mode is broke...

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    It looks ok for me, please try to refresh the page with Ctrl-F5.

  10. #10
    Junior Member
    Real Name
    Susan
    Join Date
    Nov 2007
    Posts
    3
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Update: there was an extra closing </body> tag in header template. Removing it resolved the issue.
    huh?

  11. #11
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    That was reply to the topic starter (GGG), the issue was related to incorrectly formatted "header" template in custom style.

Similar Threads

  1. Replies: 3
    Last Post: 10-31-2007, 02:11 PM
  2. Social Bookmarks
    By jluerken in forum Deutsch
    Replies: 2
    Last Post: 09-06-2007, 07:37 AM
  3. Threaded View...
    By trent in forum Troubleshooting
    Replies: 2
    Last Post: 08-04-2006, 01:12 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
  •