MyBBDepo - Türkiyenin MyBB Deposu Forumuna Hoşgeldiniz
Eğer sitemize yaptığınız ilk ziyaretiniz ise, lütfen öncelikle Forum Kurallarını okuyunuz. Forumumuzda bilgi alışverişinde bulunabilmeniz için Kayıt olmalısınız. Üye olmayanlar forumumuzdan yararlanamazlar.
Eğer zaten kayıtlı kullanıcı iseniz, lütfen kullanıcı adınız ve şifreniz ile, Giriş yapınız. (Sitemize üyelik ücretsizdir).
SPeeDFire^^ avatar
Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 0/5 - 0 oy

360 Derece Dönen Avatar Plugin [İstek]


Sponsor Reklam

Çevrimdışı SPeeDFire^^
 Tarih: 04-01-2013, Saat:14:44
#1
Arkadaşlar 360 Derece dönen avatar plugin lazım verebilen
Cevapla
Bunu Beğenenler:
Sponsor Reklam
Sponsor Reklam Sponsor Reklam

İzinli Smyrna35
 Tarih: 04-01-2013, Saat:14:51
#2
sanırım plugini yok ama kod ile yapabilirsin
1)
Admin KP > Stil&Şablonlar > Şablonlar > Kullandığınız Tema Template'si > Post bit Şablonlar > postbit_avatar
girin.
2) Her şeyi silip bu kodları yapıştırın.
Kod:
<!--- donen avatar kod baslangici ---><style type="text/css">   p#socialicons img{ /* 1st set of icons. Rotate them 360deg onmouseover and out */ -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }   p#socialicons img:hover{ -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }   p#socialicons2 img{ /* 2nd set of icons. Rotate them 60deg onmouseover and out */ -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }   p#socialicons2 img:hover{ -moz-transform: rotate(70deg); -webkit-transform: rotate(70deg); -o-transform: rotate(70deg); -ms-transform: rotate(70deg); transform: rotate(70deg); }   p#socialicons3 img{ /* 3rd set of icons. Rotate them -360deg onmouseover ONLY. Note where the "transition prop is added */ }   p#socialicons3 img:hover{  -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transform: rotate(-360deg); -webkit-transform: rotate(-360deg); -o-transform: rotate(-360deg); -ms-transform: rotate(-360deg); transform: rotate(-360deg); }   </style> <p> </p> <p id="socialicons"><a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="" /></p> <p><b> </b></p></a><!--- donen avatar kod bitisi --->
Cevapla
Bunu Beğenenler:

Çevrimdışı SPeeDFire^^
 Tarih: 04-01-2013, Saat:15:41
#3
Olmadı üzgün
Cevapla
Bunu Beğenenler:

İzinli Smyrna35
 Tarih: 04-01-2013, Saat:15:59
(Son Düzenleme: 04-01-2013, Saat:16:05, Düzenleyen: Smyrna35.)
#4
yanlış yapıyorsunuz herhalde benim sitemde sorunsuz çalışmaktadır
bir de bunu deneyiniz.
Kod:
<!--- adg donen avatar kod baslangici ---><style type="text/css">   p#socialicons img{ /* 1st set of icons. Rotate them 360deg onmouseover and out */ -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }   p#socialicons img:hover{ -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }   p#socialicons2 img{ /* 2nd set of icons. Rotate them 60deg onmouseover and out */ -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }   p#socialicons2 img:hover{ -moz-transform: rotate(70deg); -webkit-transform: rotate(70deg); -o-transform: rotate(70deg); -ms-transform: rotate(70deg); transform: rotate(70deg); }   p#socialicons3 img{ /* 3rd set of icons. Rotate them -360deg onmouseover ONLY. Note where the "transition prop is added */ }   p#socialicons3 img:hover{  -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transform: rotate(-360deg); -webkit-transform: rotate(-360deg); -o-transform: rotate(-360deg); -ms-transform: rotate(-360deg); transform: rotate(-360deg); }   </style> <p> </p> <p id="socialicons"><a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="" class="box-avatar" /></p> <p><b> </b></p></a><!--- adg donen avatar kod bitisi --->
Edit:Sanırım Sorun Çözüldü Sitede Avatarlar Sorunsuzca 360 Derece Dönmektedir
Cevapla
Bunu Beğenenler:

Çevrimdışı SvMedeT
 Tarih: 04-01-2013, Saat:17:53
#5
Smyrna35 arkadaşın verdiği kodları denedim ve çalısıyor hocam. Hala olmadı diyorsanız başka sekilde yollar gösterebilirim. Süper
Cevapla
Bunu Beğenenler:

Çevrimdışı SPeeDFire^^
 Tarih: 04-01-2013, Saat:19:58
#6
Olmadı malesef dönmüyor
Cevapla
Bunu Beğenenler:

İzinli Mısırga
 Tarih: 04-01-2013, Saat:20:08
#7
(04-01-2013, Saat:19:58)LordOfChaoS Adlı Kullanıcıdan Alıntı: Olmadı malesef dönmüyor

başka tarayıcılarda denediniz mi?
Cevapla
Bunu Beğenenler:

Çevrimdışı SPeeDFire^^
 Tarih: 04-01-2013, Saat:20:17
(Son Düzenleme: 04-01-2013, Saat:20:19, Düzenleyen: SPeeDFire^^.)
#8
ama bende çalıştı sadece üyelerde olmadı
Cevapla
Bunu Beğenenler:

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  Avatar Yok Denemelerim chackerkeyff 2 3,339 07-05-2016, Saat:15:06
Son Yorum: chackerkeyff
Bayan Avatar Yok Çalışmam :) SenaJR SenaJR 6 4,756 28-02-2016, Saat:18:26
Son Yorum: chackerkeyff
  Brain Avatar [HD] Design 7 5,175 31-10-2015, Saat:12:37
Son Yorum: raydon04
  3K - Avatar-İmza [HD] ertank 2 3,327 11-10-2015, Saat:20:17
Son Yorum: ertank
  Avatar Çalışmam Mixt 0 2,496 30-08-2015, Saat:16:54
Son Yorum: Mixt



Konuyu Okuyanlar: 1 Ziyaretçi

istanbul escort - mecidiyeköy escort - şişli escort - ataköy escort - taksim escort - escort mecidiyeköy

sex hikaye - porno izle - türk ifşa - mecidiyeköy escort - seks hikaye - türk porno - escort bayan