ismet
Kayitli Üye
- Joined
- Dec 21, 2018
- Messages
- 68
- Reaction score
- 3
- Points
- 8
2.0x
İndex.template.php'de Bul:
Üstüne Ekle:
Settings.template.php'de Bul:
Değiştir:
Settings.turkish.php'de Bul:
Üstüne Ekle:
Şimdi Bu Nasıl İşlicek Onuda Anlatalım;
Kullanılan Temaya Giriyoruz Oradan Alexa Widgeti Aktif Ediyoruz.
Alexa Kodunuz Yazan Yere İse Kodunuzu Değil Site Adresinizi "www.siteadı.com" Cinsinden Yazıyorsunuz.
Alexa Stilinize İse 3 Tane Harf Yazıcaz a,b,c...
a Şekli:
b Şekli:
c Şekli:
İndex.template.php'de Bul:
Code:
// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!
Code:
// Alexa Kodu Ekle...
echo '
<center>
<script type="text/javascript" language="JavaScript" src="http://xslt.alexa.com/site_stats/js/t/'. $settings['alexastil'] . '?url='. $settings['alexakod'] . '/"></script></center>';
//Alexa Kodu.
Code:
'description' => $txt['hide_post_group_desc'],
Code:
'description' => $txt['hide_post_group_desc'],
),
'',
array(
'id' => 'alexagoster',
'label' => $txt['alexagoster'],
),
array(
'id' => 'alexakod',
'label' => $txt['alexakod'],
'type' => 'text',
),
array(
'id' => 'alexastil',
'label' => $txt['alexastil'],
'type' => 'text',
Code:
?>
Code:
//Alexa Kodu Ekle...
$txt['alexagoster'] = 'Alexa Widget Aktif Olsun mu ?';
$txt['alexakod'] = 'Alexa Kodunuz';
$txt['alexastil'] = 'Alexa Stiliniz';
//Alexa Kodu .
Şimdi Bu Nasıl İşlicek Onuda Anlatalım;
Kullanılan Temaya Giriyoruz Oradan Alexa Widgeti Aktif Ediyoruz.
Alexa Kodunuz Yazan Yere İse Kodunuzu Değil Site Adresinizi "www.siteadı.com" Cinsinden Yazıyorsunuz.
Alexa Stilinize İse 3 Tane Harf Yazıcaz a,b,c...
a Şekli:
b Şekli:
c Şekli: