Gökhan TAYLAN
OpenCart-TR
1.5.x - 1.5.3.1 Versiyonlarında - Yönetim Panelinden Sitenizin Ana Sayfası İçin Meta Keywords Anahtar Kelime veya Kelime Grupları Eklemenize Yardımcı Olur .
admin/language/turkish/setting/setting.php
Bul :
Bir Alt Satıra Ekle :
admin/language/turkish/setting/store.php
Bul :
Bir Alt Satıra Ekle :
admin/controller/setting/setting.php
Bul :
Bir Alt Satıra Ekle :
Bul :
Bir Üst Satıra Ekle :
admin/controller/setting/store.php
Bul :
Bir Alt Satıra Ekle :
Bul :
Bir Üst Satıra Ekle :
admin/view/template/setting/setting.tpl
Bul :
Bir Üst Satıra Ekle :
admin/view/template/setting/store_form.tpl
Bul :
Bir Üst Satıra Ekle :
catalog/controller/common/home.php
Bul :
Bir Alt Satıra Ekle :
Sonuç : Genel Ayarlar Meta-Etiket Keywords Girişi Yapabilirsiniz.
admin/language/turkish/setting/setting.php
Bul :
Kod:
$_['entry_meta_description'] = 'Meta Açıklaması:';
Bir Alt Satıra Ekle :
Kod:
$_['entry_meta_keywords'] = 'Meta-Etiket Anahtar Kelimeler:';
admin/language/turkish/setting/store.php
Bul :
Kod:
$_['entry_meta_description'] = 'Meta Etiket Açıklaması:';
Bir Alt Satıra Ekle :
Kod:
$_['entry_meta_keywords'] = 'Meta-Etiket Anahtar Kelimeler:';
admin/controller/setting/setting.php
Bul :
Kod:
$this->data['entry_meta_description'] = $this->language->get('entry_meta_description');
Kod:
$this->data['entry_meta_keywords'] = $this->language->get('entry_meta_keywords');
Kod:
if (isset($this->request->post['config_layout_id'])) {
Kod:
if (isset($this->request->post['config_meta_keywords'])) {
$this->data['config_meta_keywords'] = $this->request->post['config_meta_keywords'];
} else {
$this->data['config_meta_keywords'] = $this->config->get('config_meta_keywords');
}
Bul :
Kod:
$this->data['entry_meta_description'] = $this->language->get('entry_meta_description');
Kod:
$this->data['entry_meta_keywords'] = $this->language->get('entry_meta_keywords');
Kod:
if (isset($this->request->post['config_layout_id'])) {
Kod:
if (isset($this->request->post['config_meta_keywords'])) {
$this->data['config_meta_keywords'] = $this->request->post['config_meta_keywords'];
} else {
$this->data['config_meta_keywords'] = $this->config->get('config_meta_keywords');
}
Bul :
Kod:
<td><?php echo $entry_template; ?></td>
Kod:
<td><?php echo $entry_meta_keywords; ?></td>
<td><textarea name="config_meta_keywords" cols="40" rows="5"><?php echo $config_meta_keywords; ?></textarea></td>
</tr>
<tr>
Bul :
Kod:
<td><?php echo $entry_template; ?></td>
Kod:
<td><?php echo $entry_meta_keywords; ?></td>
<td><textarea name="config_meta_keywords" cols="40" rows="5"><?php echo $config_meta_keywords; ?></textarea></td>
</tr>
<tr>
Bul :
Kod:
$this->document->setDescription($this->config->get('config_meta_description'));
Kod:
$this->document->setKeywords($this->config->get('config_meta_keywords'));
Sonuç : Genel Ayarlar Meta-Etiket Keywords Girişi Yapabilirsiniz.