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

Derecelendirme: 0/5 - 0 oy

Duyuru Sistemi


Sponsor Reklam

Çevrimdışı dellyorhan
 Tarih: 12-10-2013, Saat:12:10
#1
Bu duyuru sisteminin adı nedir ?

resim
Bunu Beğenenler:
Sponsor Reklam
Sponsor Reklam Sponsor Reklam

İzinli NmDahmeT
 Tarih: 12-10-2013, Saat:12:30
#2
site adını code içine alıp yazarmısın ? Duyuru kodunu vereyim sana
Bunu Beğenenler:

Çevrimdışı Abdullah38
 Tarih: 12-10-2013, Saat:12:36
#3
(12-10-2013, Saat:12:30)NmDahmeT Adlı Kullanıcıdan Alıntı: site adını code içine alıp yazarmısın ? Duyuru kodunu vereyim sana

Kod:
http://www.torrentler.com/index.php
burayla aynı burdan alırsın
Bunu Beğenenler:

İzinli NmDahmeT
 Tarih: 12-10-2013, Saat:12:46
(Son Düzenleme: 12-10-2013, Saat:12:50, Düzenleyen: NmDahmeT.)
#4
index şablonlarından istediğin biryere ekle önerim {$header} altına ekle:

Kod:
<div class="yt-alert yt-alert-default yt-alert-error" id="error-box">
<div class="yt-alert-icon">
<img src="http://imageshack.us/a/img837/2166/pixelvfl3z5wfwgv.gif" class="icon master-sprite" alt="Alert icon">
</div>
<div class="yt-alert-content" role="alert"><span class="yt-alert-vertical-trick"></span>
<div class="yt-alert-message">
<b>Sitemizden indirme yapabilmek için kayıt olmalısınız. Üye olmak için <a href="http://www.torrentler.com/member.php?action=register"><span style="background-color: ;"><span style="color: orange;"> tıklayın.</span></span></a></b></div></div></div>

Temalar ve Şablonlar -> Temalar -> Temanın Adı -> global.css -> Gelişmiş Düzenleme -> En alta şu kodu ekle;

Kod:
#alerts, #content, #promos, #footer, #copyright {
margin: 0 auto;
width: 970px;
}
.yt-alert-default.yt-alert-error, .yt-alert-actionable.yt-alert-error, .yt-alert-naked.yt-alert-error .yt-alert-icon, .yt-alert-small.yt-alert-error {
background-color: #913D37;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#c95145,​EndColorStr=#913d37);
background-image: -moz-linear-gradient(top,#C95145 0,#913D37 45px);
background-image: -ms-linear-gradient(top,#C95145 0,#913D37 45px);
background-image: -o-linear-gradient(top,#C95145 0,#913D37 45px);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#C95145),color-stop(45px,#913D37));
background-image: -webkit-linear-gradient(top,#C95145 0,#913D37 45px);
background-image: linear-gradient(to bottom,#C95145 0,#913D37 45px);
}
.yt-alert-actionable, .yt-alert-default, .yt-alert-small {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
-ms-box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5),inset 0 0 1px rgba(0, 0, 0, .2);
box-shadow: 0 1px 2px rgba(0, 0, 0, .5),inset 0 0 1px rgba(0, 0, 0, .2);
}
.yt-alert {
position: relative;
margin: 5px 0;
padding: 0;
overflow: hidden;
}
.yt-alert-actionable.yt-alert-error .icon, .yt-alert-default.yt-alert-error .icon {
background-position: -36px -18px;
}

.yt-alert-default .icon, .yt-alert-actionable .icon {
width: 32px;
height: 35px;
margin-left: 8px;
}

.yt-alert .icon {
float: left;
cursor: auto;
background: no-repeat url(http://imageshack.us/a/img11/5633/wwwrefreshvflijtcpd.png) -36px -139px;
}
.yt-alert-buttons {
float: right;
overflow: hidden;
}
.yt-alert-actionable .yt-alert-content, .yt-alert-default .yt-alert-content {
padding: 10px;
}

.yt-alert-actionable .yt-alert-content, .yt-alert-actionable .yt-alert-buttons, .yt-alert-default .yt-alert-content, .yt-alert-small .yt-alert-content {
color: white;
font-weight: bold;
text-shadow: 0 -1px 1px rgba(0, 0, 0, .45);
}

.yt-alert .yt-alert-content {
overflow: hidden;
}

.yt-alert .close:hover {
background-color: rgba(0, 0, 0, .15);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.yt-alert .close {
margin: 6px;
border: none;
overflow: hidden;
cursor: pointer;
background: no-repeat url(http://imageshack.us/a/img11/5633/wwwrefreshvflijtcpd.png) -36px -139px;
width: 22px;
height: 22px;
}
.yt-alert .yt-uix-button {
outline: 0;
}
.yt-uix-button {
height: 2.95em;
padding: 0 .91em;
border-width: 1px;
border-style: solid;
outline: 0;
font-weight: bold;
font-size: 11px;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.yt-alert .close .yt-uix-button-content {
display: none;
}


Duyuru kodunu kendine göre editle. Ben siteden aynı şekilde çektim kodları değiştirmedim
Bunu Beğenenler:

Çevrimdışı dellyorhan
 Tarih: 12-10-2013, Saat:14:54
(Son Düzenleme: 12-10-2013, Saat:15:19, Düzenleyen: dellyorhan.)
#5

(12-10-2013, Saat:12:46)NmDahmeT Adlı Kullanıcıdan Alıntı: index şablonlarından istediğin biryere ekle önerim {$header} altına ekle:

Kod:
<div class="yt-alert yt-alert-default yt-alert-error" id="error-box">
<div class="yt-alert-icon">
<img src="http://imageshack.us/a/img837/2166/pixelvfl3z5wfwgv.gif" class="icon master-sprite" alt="Alert icon">
</div>
<div class="yt-alert-content" role="alert"><span class="yt-alert-vertical-trick"></span>
<div class="yt-alert-message">
<b>Sitemizden indirme yapabilmek için kayıt olmalısınız. Üye olmak için <a href="http://www.torrentler.com/member.php?action=register"><span style="background-color: ;"><span style="color: orange;"> tıklayın.</span></span></a></b></div></div></div>

Temalar ve Şablonlar -> Temalar -> Temanın Adı -> global.css -> Gelişmiş Düzenleme -> En alta şu kodu ekle;

Kod:
#alerts, #content, #promos, #footer, #copyright {
margin: 0 auto;
width: 970px;
}
.yt-alert-default.yt-alert-error, .yt-alert-actionable.yt-alert-error, .yt-alert-naked.yt-alert-error .yt-alert-icon, .yt-alert-small.yt-alert-error {
background-color: #913D37;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#c95145,​EndColorStr=#913d37);
background-image: -moz-linear-gradient(top,#C95145 0,#913D37 45px);
background-image: -ms-linear-gradient(top,#C95145 0,#913D37 45px);
background-image: -o-linear-gradient(top,#C95145 0,#913D37 45px);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#C95145),color-stop(45px,#913D37));
background-image: -webkit-linear-gradient(top,#C95145 0,#913D37 45px);
background-image: linear-gradient(to bottom,#C95145 0,#913D37 45px);
}
.yt-alert-actionable, .yt-alert-default, .yt-alert-small {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
-ms-box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5),inset 0 0 1px rgba(0, 0, 0, .2);
box-shadow: 0 1px 2px rgba(0, 0, 0, .5),inset 0 0 1px rgba(0, 0, 0, .2);
}
.yt-alert {
position: relative;
margin: 5px 0;
padding: 0;
overflow: hidden;
}
.yt-alert-actionable.yt-alert-error .icon, .yt-alert-default.yt-alert-error .icon {
background-position: -36px -18px;
}

.yt-alert-default .icon, .yt-alert-actionable .icon {
width: 32px;
height: 35px;
margin-left: 8px;
}

.yt-alert .icon {
float: left;
cursor: auto;
background: no-repeat url(http://imageshack.us/a/img11/5633/wwwrefreshvflijtcpd.png) -36px -139px;
}
.yt-alert-buttons {
float: right;
overflow: hidden;
}
.yt-alert-actionable .yt-alert-content, .yt-alert-default .yt-alert-content {
padding: 10px;
}

.yt-alert-actionable .yt-alert-content, .yt-alert-actionable .yt-alert-buttons, .yt-alert-default .yt-alert-content, .yt-alert-small .yt-alert-content {
color: white;
font-weight: bold;
text-shadow: 0 -1px 1px rgba(0, 0, 0, .45);
}

.yt-alert .yt-alert-content {
overflow: hidden;
}

.yt-alert .close:hover {
background-color: rgba(0, 0, 0, .15);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.yt-alert .close {
margin: 6px;
border: none;
overflow: hidden;
cursor: pointer;
background: no-repeat url(http://imageshack.us/a/img11/5633/wwwrefreshvflijtcpd.png) -36px -139px;
width: 22px;
height: 22px;
}
.yt-alert .yt-uix-button {
outline: 0;
}
.yt-uix-button {
height: 2.95em;
padding: 0 .91em;
border-width: 1px;
border-style: solid;
outline: 0;
font-weight: bold;
font-size: 11px;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.yt-alert .close .yt-uix-button-content {
display: none;
}


Duyuru kodunu kendine göre editle. Ben siteden aynı şekilde çektim kodları değiştirmedim

Teşekkürler bu kodları nasıl aliyorsunuz
Bunu Beğenenler:

İzinli Screwy
 Tarih: 12-10-2013, Saat:14:59
#6
Kodları araklamaya gerek yok hemen fesata koşmayın Gülümseme Az emek bilin Gülümseme

MyBB Youtube Tarzı Duyuru Panosu Diye Aratırsan bir çok kaynağa ulaşabilirsin...
Bunu Beğenenler:

İzinli NmDahmeT
 Tarih: 12-10-2013, Saat:15:44
#7
(12-10-2013, Saat:14:54)dellyorhan Adlı Kullanıcıdan Alıntı:
(12-10-2013, Saat:12:46)NmDahmeT Adlı Kullanıcıdan Alıntı: index şablonlarından istediğin biryere ekle önerim {$header} altına ekle:

Kod:
<div class="yt-alert yt-alert-default yt-alert-error" id="error-box">
<div class="yt-alert-icon">
<img src="http://imageshack.us/a/img837/2166/pixelvfl3z5wfwgv.gif" class="icon master-sprite" alt="Alert icon">
</div>
<div class="yt-alert-content" role="alert"><span class="yt-alert-vertical-trick"></span>
<div class="yt-alert-message">
<b>Sitemizden indirme yapabilmek için kayıt olmalısınız. Üye olmak için <a href="http://www.torrentler.com/member.php?action=register"><span style="background-color: ;"><span style="color: orange;"> tıklayın.</span></span></a></b></div></div></div>

Temalar ve Şablonlar -> Temalar -> Temanın Adı -> global.css -> Gelişmiş Düzenleme -> En alta şu kodu ekle;

Kod:
#alerts, #content, #promos, #footer, #copyright {
margin: 0 auto;
width: 970px;
}
.yt-alert-default.yt-alert-error, .yt-alert-actionable.yt-alert-error, .yt-alert-naked.yt-alert-error .yt-alert-icon, .yt-alert-small.yt-alert-error {
background-color: #913D37;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#c95145,​EndColorStr=#913d37);
background-image: -moz-linear-gradient(top,#C95145 0,#913D37 45px);
background-image: -ms-linear-gradient(top,#C95145 0,#913D37 45px);
background-image: -o-linear-gradient(top,#C95145 0,#913D37 45px);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#C95145),color-stop(45px,#913D37));
background-image: -webkit-linear-gradient(top,#C95145 0,#913D37 45px);
background-image: linear-gradient(to bottom,#C95145 0,#913D37 45px);
}
.yt-alert-actionable, .yt-alert-default, .yt-alert-small {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
-ms-box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5),inset 0 0 1px rgba(0, 0, 0, .2);
box-shadow: 0 1px 2px rgba(0, 0, 0, .5),inset 0 0 1px rgba(0, 0, 0, .2);
}
.yt-alert {
position: relative;
margin: 5px 0;
padding: 0;
overflow: hidden;
}
.yt-alert-actionable.yt-alert-error .icon, .yt-alert-default.yt-alert-error .icon {
background-position: -36px -18px;
}

.yt-alert-default .icon, .yt-alert-actionable .icon {
width: 32px;
height: 35px;
margin-left: 8px;
}

.yt-alert .icon {
float: left;
cursor: auto;
background: no-repeat url(http://imageshack.us/a/img11/5633/wwwrefreshvflijtcpd.png) -36px -139px;
}
.yt-alert-buttons {
float: right;
overflow: hidden;
}
.yt-alert-actionable .yt-alert-content, .yt-alert-default .yt-alert-content {
padding: 10px;
}

.yt-alert-actionable .yt-alert-content, .yt-alert-actionable .yt-alert-buttons, .yt-alert-default .yt-alert-content, .yt-alert-small .yt-alert-content {
color: white;
font-weight: bold;
text-shadow: 0 -1px 1px rgba(0, 0, 0, .45);
}

.yt-alert .yt-alert-content {
overflow: hidden;
}

.yt-alert .close:hover {
background-color: rgba(0, 0, 0, .15);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.yt-alert .close {
margin: 6px;
border: none;
overflow: hidden;
cursor: pointer;
background: no-repeat url(http://imageshack.us/a/img11/5633/wwwrefreshvflijtcpd.png) -36px -139px;
width: 22px;
height: 22px;
}
.yt-alert .yt-uix-button {
outline: 0;
}
.yt-uix-button {
height: 2.95em;
padding: 0 .91em;
border-width: 1px;
border-style: solid;
outline: 0;
font-weight: bold;
font-size: 11px;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.yt-alert .close .yt-uix-button-content {
display: none;
}


Duyuru kodunu kendine göre editle. Ben siteden aynı şekilde çektim kodları değiştirmedim

Teşekkürler bu kodları nasıl aliyorsunuz

Az html biliyorsan Öğeyi denetle ile birçok kodu ve css'leri araklayabilirsin Açık Ağızlı Gülümseme Eskiden bunu yapardım hep :p tanıdık arkadaşlar tema yüklerdi css'leri editleyip temayı editlerdi ben direk global.css ve diğer css kodlarını çalarak aynısını yapar, onlarıda editleyerek daha güzelini yapardım Dil Çıkarma
Bunu Beğenenler:

Çevrimdışı soldier22
 Tarih: 14-10-2013, Saat:13:29
#8
(12-10-2013, Saat:15:44)NmDahmeT Adlı Kullanıcıdan Alıntı: Az html biliyorsan Öğeyi denetle ile birçok kodu ve css'leri araklayabilirsin Açık Ağızlı Gülümseme Eskiden bunu yapardım hep :p tanıdık arkadaşlar tema yüklerdi css'leri editleyip temayı editlerdi ben direk global.css ve diğer css kodlarını çalarak aynısını yapar, onlarıda editleyerek daha güzelini yapardım Dil Çıkarma

İyi halt yiyordun seni gerizekalı. Emek hırsızlığınla övünecek kadar acizsiniz.

BANNN!
Bunu Beğenenler:

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  duyuru bydestanss 14 5,343 27-04-2016, Saat:20:35
Son Yorum: burakcanalgul
  duyuru bydestanss 3 2,046 23-03-2016, Saat:16:05
Son Yorum: coderix
  MyBB 2.0 Depoları Halka Açıldı - Resmi Duyuru HitMan 9 5,378 29-12-2015, Saat:15:31
Son Yorum: HitMan
  [1.6] Market sistemi kurdam ancak ayarlar kısmı yok ? Mehmethan12 7 2,956 07-08-2015, Saat:08:54
Son Yorum: EmreKRMN
Onay Multi Forum Sistemi İçin Domain Önerisi mturgut 6 2,823 16-09-2014, Saat:00:33
Son Yorum: mturgut



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