Using vbSEO. Screenshot attached.
I will find a fix for this in the vBSEO function that handles this.
Using vbSEO. Screenshot attached.
I will find a fix for this in the vBSEO function that handles this.
In functions_vbseo_vb.php:
find
replacePHP Code:
vbseo_thread_seotitle($getnextoldest);
PHP Code:
vbseo_thread_seotitle($getnextoldest);
if (strpos($getnextoldest['title'], '[/langtitle]')) {
require_once('vbenterprisetranslator_functions_bbcode.php');
$getnextoldest['title'] = vbet_parseTitle($getnextoldest['title']);
}
$vbseo_gcache['thread'][$getnextoldest['threadid']] = $getnextoldest;
This should be not necessary. Did you integrated vBET with vBSEO like it is described in readme.html file? Which version of vBET are you using? Last one have global langtitle parsing functionality.
Yes and I'm using the latest version, 3.3.3.
Strange. Please tell us how to reproduce the issue - we will work on more elegant solution which will not require additional vBSEO files change.
Can you reproduce it on out server? I.e. in test messages area?
No, this cannot be demonstrated here, because you don't use the vBSEO option to include thread titles in next/previous links (those shown directly below the quick reply editor). You'd first need to enable the option.