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.