Threaded view broke?
Thank you.![]()
This is a discussion on Threaded view broke? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Threaded view broke? Thank you....
Threaded view broke?
Thank you.![]()
what is the exact problem you are having with it? doesn't display? displays php errors? shows as linera?
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
Please try to modify functions_vbseo_vb.php file:
FIND:
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 == 'hybrid');
return $mode_nonlinear;
}
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;
}
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
thanks for the help but it didn't work ...
Please provide an example URL and testing account details via support ticket to check this.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Update: there was an extra closing </body> tag in header template. Removing it resolved the issue.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Now Hybrid mode is broke...
It looks ok for me, please try to refresh the page with Ctrl-F5.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
That was reply to the topic starter (GGG), the issue was related to incorrectly formatted "header" template in custom style.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!