Du kan ikke redigere noen av kodene? Du bør ikke legge inn hele koden her, bare det Bekkasin vi må endre.
Du bør gjøre det ser ut som:
FINNE
$currentthreadurl = vbseo_url_thread ($threadrow, % p, $arkivert);
ENDRE TIL
$ Currentthreadurl = vbseo_url_thread ($ threadrow, $ p, $ arkiverte);
Men det er ingen "$ currentthreadurl = vbseo_url_thread ($threadrow, % p, $arkivert); "Jeg tror du mener"$ currentthreadurl = vbseo_url_thread ($-threadrow, 1, $arkivert); ".
Jeg tryd nå:
PHP Code:
$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
Ikke fungerer.
Du kan selv sette deres koden her servival ganger, slik at det skulle være noe problem å sette noen eksempler som jeg oppført opp.