翻訳されたページにタグを追加するオプションを追加することができます。
ここに詳しい情報: rel ="alternate"hreflang ="x"- ウェブマスター ツール ヘルプHTML Code:<link rel="alternate" hreflang="es" href="http://site.com/es/thread_etc.html" />
翻訳されたページにタグを追加するオプションを追加することができます。
ここに詳しい情報: rel ="alternate"hreflang ="x"- ウェブマスター ツール ヘルプHTML Code:<link rel="alternate" hreflang="es" href="http://site.com/es/thread_etc.html" />
すばらしい!その間、あなたはそれがあまりにも複雑ではありません場合は、これを手動で追加することができる方法を教えてもらえますか?
我々 はそれを行うとき、我々 は新しいリリースを待ちたいと思わない人々 のための速い修正が公開されますし、簡単な変更である場合。
感謝大きい!
私は本当にそれ私持っているこの問題に役立つことがありますより早くより後これを参照してくださいしたいと思います: http://www.vbenterprisetranslator.co...e-content.html
この機能の迅速な修正プログラムです。
- オープンファイル / vbenterprisetranslator_functions_hooks.php含まれています
- コー ドを探す:
PHP Code:
if (!VBET_IS_ACTUAL_IGNORED && (!$vbulletin->options['vbenterprisetranslator_flags_guestsonly'] || !$vbulletin->userinfo['userid'])) {
- その後このコードを配置します。
PHP Code:
require_once(DIR. '/includes/vbenterprisetranslator_functions_lang.php');
require_once(DIR. '/includes/vbenterprisetranslator_functions_url.php');
$active = vbet_getActiveTranslations();
$host = substr($vbulletin->options['bburl'],0,strlen($vbulletin->options['bburl'])-strlen($vbulletin->options['vbenterprisetranslator_forumdir']));
foreach ($active as $key => $value)
{
$template_hook['headinclude_css'] .= '<link rel=\'alternate\' hreflang=\''.$key.'\' href=\''.$host.vbet_createURL($key).'\' />';
}
このクイックフィックス「代替」タグはあなたのすべてのページに追加します。次のリリースでこのオプションは構成可能になります。次のリリースでこの機能を追加します。
で最後に編集 Marcin Kalak; 15-02-13 に 23:47.
ありがとう!本当に感謝 !
hrm は、私は基本言語が '代替' ページ必要があること印象の下でいた。