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).
antidetron avatar
Konuyu Oyla:
  • Derecelendirme: 5/5 - 1 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 5/5 - 1 oy

İfadelerim(MyReactions) Eklentisi


Sponsor Reklam

Çevrimdışı antidetron
 Tarih: 02-12-2016, Saat:13:29
(Son Düzenleme: 02-12-2016, Saat:13:30, Düzenleyen: antidetron.)
#2
Ek: EmreKRMN'de bu eklentiyi çevirmiş. Foruma ekledikten sonra fark ettim. Bu sebeple hangi çeviriyi tercih ederseniz onu kullanın.

Ek 2: Aşağıdaki kodu temanızın global.css dosyasına ekleyiniz. Konuyu açarken bu gözümden kaçmış. Konuya düzenleme yapılamadığı için de böyle uyarı yapmam gerekti.


Kod:
.myreactions {
   display: none;
   width: 400px;
   text-align: left;
   background: #fff;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -o-border-radius: 8px;
   -ms-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: 0 0 10px #000;
   -moz-box-shadow: 0 0 10px #000;
   -o-box-shadow: 0 0 10px #000;
   -ms-box-shadow: 0 0 10px #000;
   box-shadow: 0 0 10px #000;
}

.myreactions a.close-myreactions {
   position: absolute;
   top: -12.5px;
   right: -12.5px;
   display: block;
   width: 30px;
   height: 30px;
   text-indent: -9999px;
   background: url(images/close.png) no-repeat 0 0;
}

.myreactions-spinner {
   display: none;
   width: 64px;
   height: 64px;
   position: fixed;
   top: 50%;
   left: 50%;
   margin-right: -32px;
   margin-top: -32px;
   background: url(images/spinner_big.gif) no-repeat center center;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -o-border-radius: 8px;
   -ms-border-radius: 8px;
   border-radius: 8px;
}

.myreactions-container {
padding: 10px;
border-top: 1px solid #ccc;
}
.myreactions-container.myreactions-profile-container {
   padding: 0;
   border: 0;
}
.myreactions-reactions, .myreactions-reaction {
background: #f5f5f5;
border: 1px solid #ccc;
display: inline-block;
border-radius: 6px;
}

.myreactions-reaction {
display: inline-block;
margin: 2px;
padding: 5px;
float: left;
}
.myreactions-reactions {
   float: left;
   margin-right: 5px;
}
.myreactions-reaction span {
float: right;
margin-left: 5px;
}
.myreactions-reactions img {
margin: 5px;
float: left;
display: inline-block;
}

/* Add Reaction */
.reaction-add {
display: none;
margin: 0;
float: left;
cursor: pointer;
}
.reaction-add span {
display: none;    
}
.myreactions-reaction + .reaction-add {
margin: 2px;    
}
.myreactions-container:hover .reaction-add, .reaction-add.reaction-add-force, .reaction-add.reaction-add-force span {
display: inline-block;
}

/* Reacted */
.myreactions-container .myreactions-reacted img {
position: relative;
}
.myreactions-container .myreactions-reacted img + span {
   cursor: pointer;
   display: inline-block;
  margin-right: 5px;
}

/* Reaction Modal */
.myreactions-react img {
   width: 24px;
   height: 24px;
   padding: 5px;
}
.reaction-add, .myreactions-react img {
   cursor: pointer;
}
.myreactions-react img.disabled {
   cursor: not-allowed;
   opacity: 0.25;
   -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* Reaction image sizes */
.myreactions-container.reactions-16 img {
width: 16px;
height: 16px;
}
.myreactions-container.reactions-16 .myreactions-reaction span, .myreactions-container.reactions-16 .myreactions-reacted {
font-size: 12px;
line-height: 16px;
}
.myreactions-container.reactions-16 .myreactions-reactions .reaction-add + span {
font-size: 12px;
line-height: 26px;
}
.myreactions-container.reactions-16 .myreactions-reacted img {
top: 4px;
}
.myreactions-container.reactions-20 img {
width: 20px;
height: 20px;
}
.myreactions-container.reactions-20 .myreactions-reaction span, .myreactions-container.reactions-20 .myreactions-reacted {
font-size: 13px;
line-height: 20px;
}
.myreactions-container.reactions-20 .myreactions-reactions .reaction-add + span {
font-size: 13px;
line-height: 30px;
}
.myreactions-container.reactions-20 .myreactions-reacted img {
top: 6px;
}
.myreactions-container.reactions-24 img {
width: 24px;
height: 24px;
}
.myreactions-container.reactions-24 .myreactions-reaction span, .myreactions-container.reactions-24 .myreactions-reacted {
font-size: 14px;
line-height: 24px;
}
.myreactions-container.reactions-24 .myreactions-reactions .reaction-add + span {
font-size: 14px;
line-height: 34px;
}
.myreactions-container.reactions-24 .myreactions-reacted img {
top: 7px;
}
.myreactions-container.reactions-28 img {
width: 28px;
height: 28px;
}
.myreactions-container.reactions-28 .myreactions-reaction span, .myreactions-container.reactions-28 .myreactions-reacted {
font-size: 15px;
line-height: 28px;
}
.myreactions-container.reactions-28 .myreactions-reactions .reaction-add + span {
font-size: 15px;
line-height: 38px;
}
.myreactions-container.reactions-28 .myreactions-reacted img {
top: 7px;
}
.myreactions-container.reactions-32 img {
width: 32px;
height: 32px;
}
.myreactions-container.reactions-32 .myreactions-reaction span, .myreactions-container.reactions-32 .myreactions-reacted {
font-size: 16px;
line-height: 32px;
}
.myreactions-container.reactions-32 .myreactions-reactions .reaction-add + span {
font-size: 16px;
line-height: 42px;
}
.myreactions-container.reactions-32 .myreactions-reacted img {
top: 8px;
}
Cevapla
Bunu Beğenenler:

 


Bu Konudaki Yorumlar
İfadelerim(MyReactions) Eklentisi - Yazar: antidetron - 02-12-2016, Saat:13:15
Cvp: İfadelerim(MyReactions) Eklentisi - Yazar: antidetron - 02-12-2016, Saat:13:29
Cvp: İfadelerim(MyReactions) Eklentisi - Yazar: EmreKRMN - 03-12-2016, Saat:01:05
Cvp: İfadelerim(MyReactions) Eklentisi - Yazar: fatihcray09 - 09-05-2017, Saat:17:52
Cvp: İfadelerim(MyReactions) Eklentisi - Yazar: antidetron - 10-05-2017, Saat:11:22
Cvp: İfadelerim(MyReactions) Eklentisi - Yazar: XalonebossX - 24-02-2018, Saat:13:03
Cvp: İfadelerim(MyReactions) Eklentisi - Yazar: antidetron - 24-02-2018, Saat:13:34
Cvp: İfadelerim(MyReactions) Eklentisi - Yazar: XalonebossX - 24-02-2018, Saat:23:38

Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  Mybb Ncode Resim Boyutlandırma Eklentisi EmreKarakaya 9 14,632 02-12-2020, Saat:17:01
Son Yorum: Oskosofr
  [1.8] MyBB Konuya İfade (Benim İfadelerim) Eklentisi EmreKRMN 6 5,442 11-03-2020, Saat:23:20
Son Yorum: bykoler
  [1.8] Letter Avatars (Google Tarzı Harf Şeklinde Avatar Ekleme) Eklentisi Anka06 3 2,360 26-06-2019, Saat:21:47
Son Yorum: safak
  [1.8] Gelişmiş Spoiler Eklentisi [1.8 Uyarlama] Rugfre 7 6,174 19-04-2019, Saat:22:19
Son Yorum: AwpSlayer
  [MCTR - 1.8] Ziyaretçilere Linkleri Gizleme Eklentisi 1st4n6uL 7 5,628 10-12-2018, Saat:10:25
Son Yorum: ALTANIL



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