ismet
Kayitli Üye
- Katılım
- 21 Ara 2018
- Mesajlar
- 68
- Tepkime puanı
- 2
- Puanları
- 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:
Kod:
// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!
Kod:
// 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.
Kod:
'description' => $txt['hide_post_group_desc'],
Kod:
'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',
Kod:
?>
Kod:
//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:
