goKhaN-c3
Moderatör
İleti: 940
Teşekkür Sayısı: 64
Çevrimdışı
Cinsiyet: 
|
 |
« : 29 Temmuz 2010, 11:31:09 » |
|
Modifikasyon Adı: MetaTags Modification Version 1.4Yazar: Eclipse16V Tür: Search Engine Optimization Güncel Sürüm: 1.4 Uyumluluk: 2.0 RC1-1, 2.0 RC1.2, 2.0 RC2, 2.0 RC3 Linkleri goruntulemenize izin verilmiyor.
Kayit olun veya Giris yapinYedek Alarak Başlayın..../Sources/ManageSettings.php'de Bul: // Mod authors, add any settings UNDER this line. Include a comma at the end of the line and don't remove this statement!!Değiştir: // Mod authors, add any settings UNDER this line. Include a comma at the end of the line and don't remove this statement!! // MetaTags Modification Version 1.4 by Eclipse16V $txt['meta_data_menue'], array('check', 'meta_data_description_on'), array('text', 'meta_data_description_text'), array('check', 'meta_data_keywords_on'), array('text', 'meta_data_keywords_text'), array('check', 'meta_data_copyright_on'), array('text', 'meta_data_copyright_text'), array('check', 'meta_data_author_on'), array('text', 'meta_data_author_text'), array('check', 'meta_data_dc_description_on'), array('text', 'meta_data_dc_description_text'), array('check', 'meta_data_language_on'), array('text', 'meta_data_language_text'), array('check', 'meta_data_publisher_on'), array('text', 'meta_data_publisher_text'), array('check', 'meta_data_revisit_after_on'), array('text', 'meta_data_revisit_after_text'), array('check', 'meta_data_date_on'), array('text', 'meta_data_date_text'), array('check', 'meta_data_page_topic_on'), array('text', 'meta_data_page_topic_text'), array('check', 'meta_data_page_type_on'), array('text', 'meta_data_page_type_text'), array('check', 'meta_data_audience_on'), array('text', 'meta_data_audience_text'), array('check', 'meta_data_expires_on'), array('text', 'meta_data_expires_text'), array('check', 'meta_data_pagetopic_on'), array('text', 'meta_data_pagetopic_text'), array('check', 'meta_data_pagetype_on'), array('text', 'meta_data_pagetype_text'), array('check', 'meta_data_imagetoolbar_on'), array('text', 'meta_data_imagetoolbar_text'), array('check', 'meta_data_robots_on'), array('text', 'meta_data_robots_text'), array('check', 'meta_data_tweetmeme_title_on'), array('text', 'meta_data_tweetmeme_title_text'), '',
./Sources/MessageIndex.php'de Bul: // 'Print' the header and board info. $context['page_title'] = strip_tags($board_info['name']);Değiştir: // 'Print' the header and board info. $context['page_title'] = strip_tags($board_info['name']) . ' - ' . $context['forum_name']; require_once($sourcedir . '/MetaTags.php'); $context['meta_description'] = MetaTagsSpecialChars($board_info['name'] . ' - ' . $board_info['description']);./Sources/Display.php'de Bul: // Censor the title... censorText($topicinfo['subject']); $context['page_title'] = $topicinfo['subject'];Değiştir: // Censor the title... censorText($topicinfo['subject']); $context['page_title'] = $topicinfo['subject'] . ' - '. $context['forum_name']; require_once($sourcedir . '/MetaTags.php'); $context['meta_description'] = MetaTagsGenerateTeaser($topicinfo['id_first_msg']);./Themes/default/index.template.php'de Bul: <meta http-equiv="Content-Type" content="text/html; charset=', $context['character_set'], '" /> <meta name="description" content="', $context['page_title_html_safe'], '" />', !empty($context['meta_keywords']) ? ' <meta name="keywords" content="' . $context['meta_keywords'] . '" />' : '', 'Değiştir: <meta http-equiv="Content-Type" content="text/html; charset=', $context['character_set'], '" />'; if(!empty($modSettings['meta_data_description_on'])) { echo' <META name="description" content="' , !empty($context['meta_description']) ? $context['meta_description'] : $modSettings['meta_data_description_text'], '" />'; }
if(!empty($modSettings['meta_data_keywords_on'])) { echo' <META name="keywords" content="'; if (!empty($context['current_topic'])) { $keystring = str_replace(' ', ',', trim($context['page_title_html_safe'])); echo '', $keystring, ','; } elseif (!empty($context['current_board'])) { $keystring = str_replace(' ', ',', trim($context['page_title_html_safe'])); echo '', $keystring, ','; } else { echo '', $modSettings['meta_data_keywords_text'], ','; } echo '" />'; }
if(!empty($modSettings['meta_data_copyright_on'])) { echo' <META name="copyright" content="' , !empty($modSettings['meta_data_copyright_text']) ? $modSettings['meta_data_copyright_text'] : $txt['meta_data_copyright_blank'], '" />'; }
if(!empty($modSettings['meta_data_author_on'])) { echo' <META name="author" content="' , !empty($modSettings['meta_data_author_text']) ? $modSettings['meta_data_author_text'] : $txt['meta_data_author_blank'], '" />'; }
echo ' <META name="generator" content="Simple Machines LLC" />';
if(!empty($modSettings['meta_data_dc_description_on'])) { echo' <META name="DC.Description" lang="de" content="' , !empty($modSettings['meta_data_dc_description_text']) ? $modSettings['meta_data_dc_description_text'] : $txt['meta_data_dc_description_blank'], '" />'; } echo ' <META name="title" content="', $context['page_title_html_safe'], '" />'; if(!empty($modSettings['meta_data_language_on'])) { echo' <META HTTP-EQUIV="Language" CONTENT="' , !empty($modSettings['meta_data_language_text']) ? $modSettings['meta_data_language_text'] : $txt['meta_data_language_blank'], '" />'; } if(!empty($modSettings['meta_data_publisher_on'])) { echo' <META name="publisher" content="' , !empty($modSettings['meta_data_publisher_text']) ? $modSettings['meta_data_publisher_text'] : $txt['meta_data_publisher_blank'], '" />'; } if(!empty($modSettings['meta_data_revisit_after_on'])) { echo' <META name="revisit-after" content="' , !empty($modSettings['meta_data_revisit_after_text']) ? $modSettings['meta_data_revisit_after_text'] : $txt['meta_data_revisit_after_blank'], '" />'; } if(!empty($modSettings['meta_data_date_on'])) { echo' <META name="date" content="' , !empty($modSettings['meta_data_date_text']) ? $modSettings['meta_data_date_text'] : $txt['meta_data_date_blank'], '" />'; } if(!empty($modSettings['meta_data_page_topic_on'])) { echo' <META name="page-topic" content="' , !empty($modSettings['meta_data_page_topic_text']) ? $modSettings['meta_data_page_topic_text'] : $txt['meta_data_page_topic_blank'], '" />'; } if(!empty($modSettings['meta_data_page_type_on'])) { echo' <META name="page-type" content="' , !empty($modSettings['meta_data_page_type_text']) ? $modSettings['meta_data_page_type_text'] : $txt['meta_data_page_type_blank'], '" />'; } if(!empty($modSettings['meta_data_audience_on'])) { echo' <META name="audience" content="' , !empty($modSettings['meta_data_audience_text']) ? $modSettings['meta_data_audience_text'] : $txt['meta_data_audience_blank'], '" />'; } if(!empty($modSettings['meta_data_expires_on'])) { echo' <META name="expires" content="' , !empty($modSettings['meta_data_expires_text']) ? $modSettings['meta_data_expires_text'] : $txt['meta_data_expires_blank'], '" />'; } if(!empty($modSettings['meta_data_pagetopic_on'])) { echo' <META name="pagetopic" content="' , !empty($modSettings['meta_data_pagetopic_text']) ? $modSettings['meta_data_pagetopic_text'] : $txt['meta_data_pagetopic_blank'], '" />'; } if(!empty($modSettings['meta_data_pagetype_on'])) { echo' <META name="pagetype" content="' , !empty($modSettings['meta_data_pagetype_text']) ? $modSettings['meta_data_pagetype_text'] : $txt['meta_data_pagetype_blank'], '" />'; } if(!empty($modSettings['meta_data_imagetoolbar_on'])) { echo' <META http-equiv="imagetoolbar" content="' , !empty($modSettings['meta_data_imagetoolbar_text']) ? $modSettings['meta_data_imagetoolbar_text'] : $txt['meta_data_imagetoolbar_blank'], '" />'; }
if(!empty($modSettings['meta_data_robots_on'])) { echo' <META name="robots" content="' , !empty($modSettings['meta_data_robots_text']) ? $modSettings['meta_data_robots_text'] : $txt['meta_data_robots_blank'], '" />'; } if(!empty($modSettings['meta_data_tweetmeme_title_on'])) { echo' <META name="tweetmeme-title" content="' , !empty($modSettings['meta_data_tweetmeme_title_text']) ? $modSettings['meta_data_tweetmeme_title_text'] : $txt['meta_data_tweetmeme_title_blank'], '" />'; } echo' <META HTTP-EQUIV="Pragma" CONTENT="no-cache">Bul: // Please don't index these Mr Robot. if (!empty($context['robot_no_index'])) echo ' <meta name="robots" content="noindex" />';Değiştir: /* // Please don't index these Mr Robot. if (!empty($context['robot_no_index'])) echo ' <meta name="robots" content="noindex" />'; */./Themes/default/languages/Modifications.english.php'de Bul: ?>Öncesine Ekle: // MetaTags Modification Version 1.3.2 by Eclipse16V $txt['meta_data_menue'] = 'Meta Data Settings'; $txt['meta_data_description_on'] = 'Enable Description'; $txt['meta_data_description_text'] ='Description'; $txt['meta_data_description_blank'] = 'My Forum Description'; $txt['meta_data_keywords_on'] = 'Enable Keywords'; $txt['meta_data_keywords_text'] ='Keywords'; $txt['meta_data_keywords_blank'] = 'my,keywords,from,my,forum'; $txt['meta_data_copyright_on'] = 'Enable Copyright'; $txt['meta_data_copyright_text'] ='Copyright'; $txt['meta_data_copyright_blank'] = '© Copyright 2009 by My Forum'; $txt['meta_data_author_on'] = 'Enable Author'; $txt['meta_data_author_text'] ='Author'; $txt['meta_data_author_blank'] = 'My Name'; $txt['meta_data_dc_description_on'] = 'Enable DC.Description'; $txt['meta_data_dc_description_text'] ='DC.Description'; $txt['meta_data_dc_description_blank'] = 'My Forum DC.Description'; $txt['meta_data_language_on'] = 'Enable Language'; $txt['meta_data_language_text'] ='Language'; $txt['meta_data_language_blank'] = 'English, en, english'; $txt['meta_data_publisher_on'] = 'Enable Publisher'; $txt['meta_data_publisher_text'] ='Publisher'; $txt['meta_data_publisher_blank'] = 'My Name'; $txt['meta_data_revisit_after_on'] = 'Enable Revisit-after'; $txt['meta_data_revisit_after_text'] ='Revisit-after'; $txt['meta_data_revisit_after_blank'] = 'after 3 days'; $txt['meta_data_date_on'] = 'Enable Date'; $txt['meta_data_date_text'] ='Date'; $txt['meta_data_date_blank'] = '2000-01-01'; $txt['meta_data_page_topic_on'] = 'Enable Page-topic'; $txt['meta_data_page_topic_text'] ='Page-topic'; $txt['meta_data_page_topic_blank'] = 'My Forum'; $txt['meta_data_page_type_on'] = 'Enable Page-type'; $txt['meta_data_page_type_text'] ='Page-type'; $txt['meta_data_page_type_blank'] = 'Forum'; $txt['meta_data_audience_on'] = 'Enable Audience'; $txt['meta_data_audience_text'] ='Audience'; $txt['meta_data_audience_blank'] = 'all'; $txt['meta_data_expires_on'] = 'Enable Expires'; $txt['meta_data_expires_text'] ='Expires'; $txt['meta_data_expires_blank'] = 'none'; $txt['meta_data_pagetopic_on'] = 'Enable Pagetopic'; $txt['meta_data_pagetopic_text'] ='Pagetopic'; $txt['meta_data_pagetopic_blank'] = 'My Forum'; $txt['meta_data_pagetype_on'] = 'Enable Pagetype'; $txt['meta_data_pagetype_text'] ='Pagetype'; $txt['meta_data_pagetype_blank'] = 'Forum'; $txt['meta_data_imagetoolbar_on'] = 'Enable Imagetoolbar'; $txt['meta_data_imagetoolbar_text'] ='Imagetoolbar'; $txt['meta_data_imagetoolbar_blank'] = 'false'; $txt['meta_data_robots_on'] = 'Enable Robots'; $txt['meta_data_robots_text'] ='Robots'; $txt['meta_data_robots_blank'] = 'INDEX, NOFOLLOW'; $txt['meta_data_tweetmeme_title_on'] = 'Enable tweetmeme-title'; $txt['meta_data_tweetmeme_title_text'] ='tweetmeme-title'; $txt['meta_data_tweetmeme_title_blank'] = 'Title';
./Themes/default/languages/Modifications.turkish.php'de Bul: ?>Öncesine Ekle: // MetaTags Modification Version 1.3.2 by Eclipse16V $txt['meta_data_menue'] = 'Meta Veri Ayarlari'; $txt['meta_data_description_on'] = 'Açiklamayi Etkinlestir'; $txt['meta_data_description_text'] ='Açiklama'; $txt['meta_data_description_blank'] = 'Benim Forum Açiklamasi'; $txt['meta_data_keywords_on'] = 'Anahtar Kelimeleri Etkinlestir'; $txt['meta_data_keywords_text'] ='Anahtar Kelimeler'; $txt['meta_data_keywords_blank'] = 'benim, anahtar kelimeler, benim, forum'; $txt['meta_data_copyright_on'] = 'Copyright Etkinlestir'; $txt['meta_data_copyright_text'] ='Copyright'; $txt['meta_data_copyright_blank'] = '© Copyright 2009 by Benim Forum'; $txt['meta_data_author_on'] = 'Yazari Etkinlestir'; $txt['meta_data_author_text'] ='Yazar'; $txt['meta_data_author_blank'] = 'Benim Ismim'; $txt['meta_data_dc_description_on'] = 'DC. Açiklamayi Etkinlestir'; $txt['meta_data_dc_description_text'] ='DC. Açiklama'; $txt['meta_data_dc_description_blank'] = 'Benim Forum DC. Açiklamasi'; $txt['meta_data_language_on'] = 'Dili Etkinlestir'; $txt['meta_data_language_text'] ='Dil'; $txt['meta_data_language_blank'] = 'Türkçe, tr, türkçe'; $txt['meta_data_publisher_on'] = 'Yayinciyi Etkinlestir'; $txt['meta_data_publisher_text'] ='Yayinci'; $txt['meta_data_publisher_blank'] = 'Benim Ismim'; $txt['meta_data_revisit_after_on'] = 'Tekrar Ziyaret-sonraki Etkinlestir'; $txt['meta_data_revisit_after_text'] ='Tekrar Ziyaret-sonraki'; $txt['meta_data_revisit_after_blank'] = '3 Gün Sonra'; $txt['meta_data_date_on'] = 'Tarihi Etkinlestir'; $txt['meta_data_date_text'] ='Tarih'; $txt['meta_data_date_blank'] = '2000-01-01'; $txt['meta_data_page_topic_on'] = 'Sayfa-Konu Etkinlestir'; $txt['meta_data_page_topic_text'] ='Sayfa-Konu'; $txt['meta_data_page_topic_blank'] = 'Benim Forum'; $txt['meta_data_page_type_on'] = 'Sayfa-Tür Etkinlestir'; $txt['meta_data_page_type_text'] ='Sayfa-Tür'; $txt['meta_data_page_type_blank'] = 'Forum'; $txt['meta_data_audience_on'] = 'Kitleyi Etkinlestir'; $txt['meta_data_audience_text'] ='Kitle'; $txt['meta_data_audience_blank'] = 'Hepsi'; $txt['meta_data_expires_on'] = 'Expires Etkinlestir'; $txt['meta_data_expires_text'] ='Expires'; $txt['meta_data_expires_blank'] = 'none'; $txt['meta_data_pagetopic_on'] = 'Sayfakonu Etkinlestir'; $txt['meta_data_pagetopic_text'] ='Sayfakonu'; $txt['meta_data_pagetopic_blank'] = 'Benim Forum'; $txt['meta_data_pagetype_on'] = 'Sayfatür Etkinlestir'; $txt['meta_data_pagetype_text'] ='Sayfatür'; $txt['meta_data_pagetype_blank'] = 'Forum'; $txt['meta_data_imagetoolbar_on'] = 'Imagetoolbar Etkinlestir'; $txt['meta_data_imagetoolbar_text'] ='Imagetoolbar'; $txt['meta_data_imagetoolbar_blank'] = 'false'; $txt['meta_data_robots_on'] = 'Robots Etkinlestir'; $txt['meta_data_robots_text'] ='Robots'; $txt['meta_data_robots_blank'] = 'INDEX, NOFOLLOW'; $txt['meta_data_tweetmeme_title_on'] = 'tweetmeme-title Etkinlestir'; $txt['meta_data_tweetmeme_title_text'] ='tweetmeme-title'; $txt['meta_data_tweetmeme_title_blank'] = 'Title';
Ekdeki veya Linkdeki MetaTags.php dosyasını " ./Sources" dizinine atın. Linkleri goruntulemenize izin verilmiyor.
Kayit olun veya Giris yapin
|