moman
16-04-10, 21:56
Mae hyn yn cyfnewid cod mewn gwyliau functions_vbseo_creaturl dyddiol / wythnosol crynoadau:
// FIND
$vbseo_gcache_thread['seotitle'] = vbseo_filter_replace_text ($ttl);
// REPLACE it with this code:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl);
Trwsio:
Yn E-bost ategyn vBSEO Anfonwch, disodli cynnwys llawn gyda:
require_once(DIR . '/includes/functions_vbseo.php');
$GLOBALS['VBSEO_REWRITE_TEXTURLS'] = 1;
$GLOBALS['FIX_EMAILS'] = 1;
if(function_exists('make_crawlable') && VBSEO_REWRITE_EMAILS)
$message = make_crawlable($message);
unset($GLOBALS['VBSEO_REWRITE_TEXTURLS']);
unset($GLOBALS['FIX_EMAILS']);
Yn functions_vbseo_createurl.php:
Dod o hyd i:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl);
Yn ei le:
if(isset($GLOBALS['FIX_EMAILS'])) {
$vbseo_gcache_thread['seotitle'] = vbseo_filter_replace_text ($ttl);
}
else {
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl);
}
}
Yn amlwg, mae hwn yn ateb cyflym ac yn frwnt, fel y mae'n rhaid bod rhywbeth o'i le gyda'r swyddogaeth vbet_vbseo_filter_replace_text.
Roedd hyn drwy:
1. gan gydnabod nad yw negeseuon e-bost fforwm dyddiol ac wythnosol tanysgrifiad yn gweithio
2. gwirio pob bachau yn vBulletin yn treulio ffeiliau, a arweiniodd at y dosbarth post
3. anablu cyfateb vBSEO mail_send plugin a cadarnhau bod popeth yn awr yn gweithio
// FIND
$vbseo_gcache_thread['seotitle'] = vbseo_filter_replace_text ($ttl);
// REPLACE it with this code:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl);
Trwsio:
Yn E-bost ategyn vBSEO Anfonwch, disodli cynnwys llawn gyda:
require_once(DIR . '/includes/functions_vbseo.php');
$GLOBALS['VBSEO_REWRITE_TEXTURLS'] = 1;
$GLOBALS['FIX_EMAILS'] = 1;
if(function_exists('make_crawlable') && VBSEO_REWRITE_EMAILS)
$message = make_crawlable($message);
unset($GLOBALS['VBSEO_REWRITE_TEXTURLS']);
unset($GLOBALS['FIX_EMAILS']);
Yn functions_vbseo_createurl.php:
Dod o hyd i:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl);
Yn ei le:
if(isset($GLOBALS['FIX_EMAILS'])) {
$vbseo_gcache_thread['seotitle'] = vbseo_filter_replace_text ($ttl);
}
else {
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl);
}
}
Yn amlwg, mae hwn yn ateb cyflym ac yn frwnt, fel y mae'n rhaid bod rhywbeth o'i le gyda'r swyddogaeth vbet_vbseo_filter_replace_text.
Roedd hyn drwy:
1. gan gydnabod nad yw negeseuon e-bost fforwm dyddiol ac wythnosol tanysgrifiad yn gweithio
2. gwirio pob bachau yn vBulletin yn treulio ffeiliau, a arweiniodd at y dosbarth post
3. anablu cyfateb vBSEO mail_send plugin a cadarnhau bod popeth yn awr yn gweithio