Total Users Online: 0 üye, 77 guest | Tarih/Saat: 2026-06-13 12:59
Meta Descriptions
Fills meta description with appropriate data from page, category, forum section or topic description
Meta Descriptions
Fills meta description with appropriate data from page, category, forum section or topic description

This small plugin fills standard {HEADER_META_DESCRIPTION} with the data from:

* In page - from page_desc
* In list - from cat_desc
* In forum section (topics list) - from fs_desc
* In forum topic (posts view) from ft_desc



Just make sure the tag is present in your header.tpl and install this plugin.
If description is empty, it will use standard site description.

Kurulum:
system/fonksiyon.php yi aşşn alttakini bulun ve silin.
Kod:
<meta name=\"description\" content=\"".$cfg['maintitle']." - ".$cfg['subtitle']."\" />

system/header.php yi aşşn alttakini bulun.
Kod:
$out['fulltitle'] .= $out['subtitle'].' - ' .$cfg['maintitle'];

Altşna ekleyin.
Kod:
$out['meta_desc'] = empty($plug_desc) ş htmlspecialchars($cfg['maintitle'])." - ".htmlspecialchars($cfg['subtitle']) : $plug_desc;
]
Alttakini bulun.
Kod:
"HEADER_NOTICES" => $out['notices'],

Altşna ekleyin.
Kod:
"HEADER_META_DESCRIPTION" => $out['meta_desc'],

skins/theme/temaismi/header.tpl yi aşşn <head>.....</head> arasşna title den sonra ekleyin.
Kod:
<meta name="description" content="{HEADER_META_DESCRIPTION}" />

şşlemler bitmiştir.
Eklentiyi indirin kurun.
1.   Posted by Kaan   2010-11-20 01:19        

Mevcut var ise yukardakiyle de?i?tirebilirsiniz.

2.   Posted by kors@n   2010-11-19 22:17        

header tpl nin i?inde mevcut DESCRIPTION var o kals?nm? onu silelimmi meta kodlar? aras?nda

3.   Posted by Kaan   2010-11-19 22:01        

Kod:
$out['fulltitle']
yazan yeri bul alt?na ekle sende t?m s?r?mlerde vard?r bu kod.

4.   Posted by kors@n   2010-11-19 20:37        

bu hangi s?r?me g?re bendeki 125 ama bu kod yok

Kod:
$out['fulltitle'] .= $out['subtitle'].' - ' .$cfg['maintitle'];


Bu Sayfada Toplam 4 Yorum

Meta Descriptions
Author: Kaan
Date: 2010-11-14 01:47
Comments: (4)
File: 3074331-metadesc.rar
Filesize: 1 KB
Downloads: 433 times
Download Meta Descriptions
Benzer SayfalarYorum
Category Descriptions2
 
Powered by Seditio © 2009-2012 All Rights Reserved