作為通常有同樣的問題。你應開始思考很容易,只需提供代碼完成每一項需求。
嘗試編輯它,但它不起作用。看看多少 ppl 該執行緒中的有問題,只是讓一些樣品就像:
無 SEO 連結網站地圖
SEO 連結網站地圖
無 SEO 連結,多個頁面的網站地圖
具有多個頁面,SEO 連結網站地圖
你會節省很多的時間。
我理解您的教程如何我編輯的.php 這種方式:
Code:
vbseo_log_entry("[showthread] forum_id: $forumid, thread_id: $threadrow[threadid], total posts: $totalposts, pages: $totalpages, views: $threadrow[views] $prior");
$vbseo_stat[$archived?'at':'t'] += vbseo_add_2urls(
//additional code
require_once(DIR. '/includes/vbenterprisetranslator_functions_vbseo.php');
$alanguages = array ('en','fr');
if(!$archived) {
$strlenhost = strlen($vbseo_vars['bburl']."/");
$currentthreadurl = vbseo_url_thread($threadrow, %p, $archived);
$currentthreadurl_before = substr($currentthreadurl,0,$strlenhost);
$currentthreadurl_after = "/".substr($currentthreadurl,$strlenhost);
$lastpost =& $threadrow['lastpost'];
$vbseo_stat['t'] += sizeof($alanguages);
foreach($alanguages as $language) {
vbseo_add_url($currentthreadurl_before.$language.$currentthreadurl_after, $prior, $lastpost, $freq);
}
}
//end additional code
for($p=1; $p<=$totalpages; $p++)
但它不是工作...
我發現什麼問題?
1。) 查找"vbseo_log_entry ("[showthread] forum_id: $forumid、 thread_id: $threadrow [threadid] 總帖子: $totalposts,頁: $總、 視圖: $threadrow [視圖] $事先") ;"
此字串並不存在。"只是"世上"vbseo_log_entry ("[showthread] forum_id: $forumid、 thread_id: $threadrow [threadid] 總帖子: $totalposts、 網頁: $總、 視圖: $threadrow [視圖] $事先") ;"
如果我想補充它你說: 它將中斷代碼。
2。) 其他步驟是好的和可以理解的。
3。) 可選:
如果您要添加到地圖還為其他線程的網頁鏈接(如果線程有好幾頁),然後從最後一步額外的代碼必須添加在其他地方 - 前:
PHP代碼:
$ vbseo_stat [$存檔?“在':'T'] + = vbseo_add_2urls(
此外,在這額外的代碼,你必須改變 1至第
這是可以理解的不是絕對的。我不知道做什麼。我只是不能理解的。只是澄清在何處...