http://www.fireblades.org/
Hover over the Latest Threads in the center column near the bottom. Some URLs are re-written, some aren't. Same with the other Latest Threads in the right column near the bottom.
Any ideas?
This is a discussion on Strange Issue with CMPS within the Troubleshooting forums, part of the vBSEO SEO Plugin category; http://www.fireblades.org/ Hover over the Latest Threads in the center column near the bottom. Some URLs are re-written, some aren't. Same ...
http://www.fireblades.org/
Hover over the Latest Threads in the center column near the bottom. Some URLs are re-written, some aren't. Same with the other Latest Threads in the right column near the bottom.
Any ideas?
The similar issue was already fixed in the current development version (i.e., nearest release should work correctly).![]()
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Ok, it appears that it's only happening for posts added using the Articlebot plugin. Is this a problem with the way the bot inserts posts, or is there something that needs to be changed in vbSEO to handle it?
Thanks
Link to the hack: http://www.vbulletin.org/forum/showthread.php?t=100269
Scratch that. It was happening to other threads too.
Thanks for the update.
Please try to modify "vBSEO Precache Threads" plugin to the following code:
global $threadcache;
if ($thread['open'] != 10 && !isset($threadcache[$thread['threadid']]) &&
isset($thread['forumid'])
)
{
$threadcache[$thread['threadid']] = $thread;
}
if(defined('VBSEO_ENABLED') && VBSEO_CODE_CLEANUP_PREVIEW_F)
$thread['preview'] = '';
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Yep, that appears to have corrected it.
Great!
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
It fixed the rewrite problem with me but i start getting these errors
Parse error: parse error, unexpected $ in /home2/****/public_html/includes/functions_forumdisplay.php(413) : eval()'d code on line 12
Edit : resaving the plugin second time fixed the problem.
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
Ok, great.Edit : resaving the plugin second time fixed the problem.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!