vBET 3.x的安全的方式使翻譯在根據 vBET 2.x的意思是舊的(不是翻譯鏈接)只得到301重定向。而對於谷歌(和其他搜索引擎)是指 - 不松這個索引的網頁只需更改地址的原因仍然是相同的網頁,其中轉移到其他地址.
所以,你將失去什麼。它是安全的你。
無論如何,如果你還是想這樣做,那麼請打開文件vbenterprisetranslator_seo.php和remove(評論)這樣的代碼:
	Code:
	function vbseo_thread_seotitle(&$thread){
require_once(dirname(__FILE__). '/includes/vbenterprisetranslator_functions.php');
vbet_makevBSEOTheadLink($thread);	
}
 它也可以在需要找到 管理CP - >產品與插件 - >插件 vBET插件命名 初始化 對 init_startup 鉤和刪除 /註釋有這樣的代碼:
	Code:
	if (!function_exists("vbseo_thread_seotitle")) {
function vbseo_thread_seotitle(&$thread){
require_once(DIR. '/includes/vbenterprisetranslator_functions.php');
vbet_makevBSEOTheadLink($thread);	
}							
}