我們的整合僅僅只是增加了代碼的網址為翻譯線程。而默認情況下只有第一頁的線程。我們描述如何改變代碼的網頁也有其他線程如果你想要它。
會員網頁是不相關的,奉勸甚至阻止這些網頁被robots.txt
如果你想在你的地圖也該書翻譯的職位,那麼請使用的解決方案如下:
1。打開文件/ vbseo_sitemap / vbseo_sitemap_functions.php
2。找到代碼:
PHP Code:
$vbseo_stat['p'] += vbseo_add_2urls(
3。把收到:
PHP Code:
//additional code
$currenturl = vbseo_url_post($threadrow, $postrow, $pcount);
foreach($alanguages as $language) {
++$vbseo_stat['p'];
$enchancedurl = substr($currenturl,0,$strlenhost). $language."/".substr($currenturl,$strlenhost);
vbseo_add_url($enchancedurl, $prior2, $postrow['dateline'], $vboptions['vbseo_sm_freq_p']);
}
//end additional code