| Author | Message |
mahlas
44 posts |
#17301 2008-03-06 14:31 GMT |
|
Evet.. arkadaşlar seditio-tr yardımlarıyla yeni başaldıgım Seditio cms portalda http://www.MaHLaS.ORG |
|
Aragorn-pc
225 posts |
#17302 2008-03-06 14:57 GMT |
|
Mesghur Belagio Tema. =) Photo Shop'u İyi Kullaniyorsun. Birde O Forum Yazilarini Büyült. ve Forums.post.tpl ye Yazar'i Ekle =) Yazan Kişinin Adi Cikmiyor ;)
|
|
mahlas
44 posts |
#17303 2008-03-06 15:24 GMT |
Quote tmmda nasıl |
|
Aragorn-pc
225 posts |
#17307 2008-03-06 16:02 GMT |
|
Forum.post.tpl yi ve belagio.css ni Buraya Koy. Yardimci Olalim.
|
|
mahlas
44 posts |
#17312 2008-03-06 16:25 GMT |
|
okeytoo
forum.post.tpl Code: <!-- BEGIN: MAIN --> <div id="title">» {FORUMS_POSTS_PAGETITLE} </div> <div id="subtitle"> {FORUMS_POSTS_SUBTITLE}{FORUMS_POSTS_POSTERS} </div> <div id="main"> <!-- BEGIN: FORUMS_POSTS_TOPICPRIVATE --> <div class="error"> {PHP.skinlang.forumspost.privatetopic} </div> <!-- END: FORUMS_POSTS_TOPICPRIVATE --> {FORUMS_POSTS_POLL} <div class="paging middleall"> {SEDPLUS_FORUMS_POSTS_PAGENAV} </div> <!-- BEGIN: FORUMS_POSTS_ROW --> <table class="cells"> <tr> <td class="coltop" style="width:128px;">{PHP.skinlang.forumspost.Author}</td> <td class="coltop">{PHP.skinlang.forumspost.Message} #{FORUMS_POSTS_ROW_IDURL} {FORUMS_POSTS_ROW_CREATION} {FORUMS_POSTS_ROW_POSTERIP}</td> </tr> <tr> <td style="width:160px;" class="{FORUMS_POSTS_ROW_ODDEVEN}"><h2 style="margin:2px;">{PLUGIN_CADMIN}</h2> {FORUMS_POSTS_ROW_AVATAR}<br /> {FORUMS_POSTS_ROW_MAINGRP}<br /> {FORUMS_POSTS_ROW_MAINGRPSTARS}<br /> {FORUMS_POSTS_ROW_USEREXTRA2}<br /> <table class="cells"> <tr> <td>{PHP.skinlang.forumspost.posts} {FORUMS_POSTS_ROW_POSTCOUNT}</td> </tr> <tr> <td>{PHP.skinlang.forumspost.Location} {FORUMS_POSTS_ROW_LOCATION}</td> </tr> <tr> <td>{PHP.skinlang.forumspost.Country} {FORUMS_POSTS_ROW_COUNTRYFLAG}</td> </tr> <tr> <td>{PHP.skinlang.forumspost.Occupation} {FORUMS_POSTS_ROW_OCCUPATION}</td> </tr> <tr> <td>{PHP.skinlang.forumspost.Age} {FORUMS_POSTS_ROW_AGE}</td> </tr> </table> </td> <div class='orta'>Ruh Hali: {FORUMS_POSTS_USERMOOD} {FORUMS_POSTS_USERMOODSMILEY}</div> <td class="{FORUMS_POSTS_ROW_ODDEVEN}"> <div style="width:520px; overflow-x:auto; overflow-y:visible; margin-bottom:8px; padding:8px;"> {FORUMS_POSTS_ROW_TEXT} </div> {FORUMS_POSTS_ROW_UPDATEDBY}<br /> <div class="signature" style="margin-top:10px; vertical-align:bottom; "> __________________<br />{FORUMS_POSTS_ROW_USERTEXT}</div> </td> </tr> <tr> <td class="{FORUMS_POSTS_ROW_ODDEVEN}">{SEDPLUS_FORUMS_POSTS_ROW_SENDPM} {SEDPLUS_FORUMS_POSTS_ROW_WEBSITE} <img src="skins/{PHP.skin}/img/online{FORUMS_POSTS_ROW_USERONLINE}.gif" alt="{PHP.skinlang.forumspost.Onlinestatus}" /></td> <td style="text-align:right;" class="{FORUMS_POSTS_ROW_ODDEVEN}">{SEDPLUS_FORUMS_POSTS_ROW_ADMINBUTTONS} </td> </tr> </table><div class="cb_footer"> </div><br /> <!-- END: FORUMS_POSTS_ROW --> <div class="paging"> {SEDPLUS_FORUMS_POSTS_PAGENAV} </div> <!-- BEGIN: FORUMS_POSTS_TOPICLOCKED --> <div class="error"> {FORUMS_POSTS_TOPICLOCKED_BODY} </div> <!-- END: FORUMS_POSTS_TOPICLOCKED --> <!-- BEGIN: FORUMS_POSTS_ANTIBUMP --> <div> {FORUMS_POSTS_ANTIBUMP_BODY} </div> <!-- END: FORUMS_POSTS_ANTIBUMP --> <!-- BEGIN: FORUMS_POSTS_NEWPOST --> <form action="{FORUMS_POSTS_NEWPOST_SEND}" method="post" name="newpost"> <div style="width:450px;">{FORUMS_POSTS_NEWPOST_TEXTBOXER}</div> <div style="width:450px;" class="valid"> <input type="image" src="skins/{PHP.skin}/img/system/button-reply.gif" style="border:0px;" name="{PHP.skinlang.forumspost.Reply}" /> </div> </form> <!-- END: FORUMS_POSTS_NEWPOST --> {FORUMS_POSTS_JUMPBOX} </div> <!-- END: MAIN --> belagio.css Code: /* ============== Overall ============== */
html { padding:0; } body { font-size: 11px; font-family: Tahoma, Georgia, Arial, Courier, Helvetica, Verdana, sans-serif; color: #dadada; margin:0px; padding:0; background:#000000 url(img/back.gif); } a { text-decoration:none; font-weight : bold; color:#9C0808; } a:hover { text-decoration:underline; } .border_right { background:url(img/main/br2.gif); width:29px;} .border_left { background:url(img/main/bl2.gif); width:29px;} h1 { font-size:300%; font-weight : bold;} h2 { font-size:200%; font-weight : bold;} h3 { font-size:150%; margin:1em 1em 1em 0; font-weight:bold; } h4 { font-size:100%; font-weight:bold; margin:1.5em 1em 1em 0; } h5 { font-size:100%; margin:1em 1em 1em 0; } h6 { font-size:125%; margin:1em 1em 1em 0; } #user { margin:0; padding:0px; color:#444444; } #user ul { padding:0px; margin:0; } #user li { list-style:none; margin:0; padding:0px; } #quickmenu { padding:0; margin: 0; } #quickmenu li { background:url(img/system/arrow-right.gif) no-repeat ; list-style:none; width:70px; float:left; margin:0; padding:0px 0px 0px 12px; } .clear { clear:both; } hr {border-top: #404040 1px solid; border-bottom: #303030 1px solid; border-left: #404040 1px solid; border-right: #303030 1px solid; padding:0;margin:0 1px 4px 1px;} select , option {background:#131718; color:#e7e7e7; font:11px Verdana,Arial,Helvetica,sans-serif;} .radio {background:none; border:none;} input.text,input.file,input.password,input,textarea { background:#131718; margin:0px; color:#e7e7e7; font:10px Verdana,Arial,Helvetica,sans-serif; border:1px solid; border-color: #303030 #303030 #303030 #303030 } .bbstyle1 { font-size:160%; font-weight:bold; } .bbstyle2 { font-size:130%; font-weight:bold; } .bbstyle3 { font-size:120%; font-weight:bold; } .bbstyle4 { font-size:110%; font-weight:bold; } .bbstyle5 { } .bbstyle6 { } .bbstyle7 { } .bbstyle8 { } .bbstyle9 { } #container { padding:0; margin:0 auto; width:981px; background-color:#000000; } #adminmenu { background:url(img/main/subtitle.gif); margin:0px 0px 16px 0px; padding:10px; vertical-align:top; border:1px solid #2e2e2e; } #main { padding:0px; margin:0px; vertical-align:top; } .footer {clear:both; padding:8px; margin:0; font:80% Verdana, Arial, sans-serif; color:#888888; text-align:center;} /* ============== Various ============== */ .disp { padding:12px; margin:0; } .block { padding:8px; margin:12px; border:1px solid #212121; background-color: #313030; } .block h4 { margin-top:0; } .error { background:url(img/main/subtitle.gif); padding:24px 8px 24px 8px; margin:0; color:#CC1212; font-weight:bold; font-size:110%; text-align:center; border:1px solid #2e2e2e; } .codetitle { font-size:10px; color:#CC1212; padding:2px; margin-top:5px; } .code { font-size:11px; color:#59739B; background-color:#f6f8fa; padding:2px; margin-bottom:5px; font-family:monospace; margin:0px; padding:3px; border:1px inset; width:590px; overflow:auto;} .valid { height:48px; text-align:center; vertical-align:middle; } .download { text-align:center; background: #303030!important; padding:2px; border: 1px solid #404040;} .paging { padding:10px 0px 6px 0px; text-align:right; font-size:90%; } .paging_left { padding:4px 0px 4px 0px; font-size:90%; } .coltop { text-align:center; font-size:95%; padding:4px; margin:4px; background:url(img/main/coltop.gif) repeat-x!important; color:#CCCCCC; font-weight:bold; border-top: #1c1c1c 1px solid; border-left: #1c1c1c 1px solid;} .coltop_no_center {font-size:95%; padding:4px; margin:4px; background:url(img/main/coltop.gif) repeat-x!important; color:#CCCCCC; font-weight:bold; border-top: #1c1c1c 1px solid; border-left: #1c1c1c 1px solid;} .centerall { text-align:center; vertical-align:middle;} .middleall { vertical-align:middle;} .desc { font-size:95%; padding:3px; color:#646464; } li { margin:2px; } img { border-width:0; } ul { list-style-type:square; } form { margin:0; } .colleft { float:left; margin:0px 4px 0px 4px; } .colright { float:right; margin:0px 4px 0px 4px; } .bar_front { padding : 0; margin : 0; height : 8px; border-right : 1px solid #555; background : #900 url(img/system/pollin.gif) repeat-x; } .bar_back { padding : 0; margin : 0; height : 8px; font-size : 0; border-right : 1px double #999; border-bottom : 1px double #999; border-left : 1px solid #ccc; border-top : 1px solid #ccc; background : #fff url(img/system/pollout.gif) repeat-x; } .bbcodes a img { border:1px outset #A0A0A0; background-color:#999BAC; } .smilies a img { border:0; background-color:transparent; } .today { border:1px dashed #DDAA00; } .signature { color:#979797; font-size:80%; max-height:140px; overflow:auto; } .signature a { color:#000000; } /* ============== Tables ============== */ table td { vertical-align:top; } table.flat, table.main, table.cells { width:100%; background: #0e0e0e; border-collapse: separate; border-spacing: 1px;} table.main td, table.cells td, table.flat td { background: #1c1c1c; padding:2px; border-left: 1px solid #404040; border-top: 1px solid #404040; } .odd { background: #303030!important; } .even { background: #2b2a2a!important; } .pagenav_prev, .pagenav_next, .pagenav_first, .pagenav_last, .pagenav_pages { padding:0 2px; background:#303030; margin:1px; border:1px solid #404040;} .pagenav_current { padding:0 2px; font-weight:bold; background:#2b2a2a; margin:1px; border:1px solid #404040; } .cb_footer { background:url(img/main/cb_footer.gif); line-height:9px; } .cb_main { background:url(img/main/cb_back.gif); line-height:9px; } #title_expand {background:url(img/main/title_expand.gif) repeat-x;} #title, .cb_big_title {background:url(img/main/big_cb_title.gif) repeat-x; } .cb_medium_title {background:url(img/main/medium_cb_title.gif) repeat-x; } .cb_small_title {background:url(img/main/small_cb_title.gif) repeat-x;} #title, #title_expand, .cb_big_title, .cb_medium_title , .cb_small_title {font-weight:bold; font-size:110%; color:#FFFFFF; line-height:200%; padding:0px 0px 0px 3px;} #title a, #title_expand a, .cb_big_title a, .cb_medium_title a, .cb_small_title a { text-decoration:none; border-width:0; color:#FFFFFF; } #title a:hover, #title_expand a:hover, .cb_big_title a:hover, .cb_medium_title a:hover, .cb_small_title a:hover { text-decoration:underline; } #subtitle { background:url(img/main/subtitle.gif); margin:0px 0px 16px 0px; padding:10px; vertical-align:top; border:1px solid #2e2e2e; } .menu_holder { width:100%; margin-top:4px;} .menu_item { width:100px; height:37px; padding:0;} a#home { display: block; width: 100px; height: 37px; background-image:url(img/main/home.gif); margin: 0 auto;} a#home:hover { background-image:url(img/main/home.gif); background-position: 0 -37px;} a#forums { display: block; width: 100px; height: 37px; background-image:url(img/main/forums.gif); margin: 0 auto;} a#forums:hover { background-image:url(img/main/forums.gif); background-position: 0 -37px;} a#files { display: block; width: 100px; height: 37px; background-image:url(img/main/files.gif); margin: 0 auto;} a#files:hover { background-image:url(img/main/files.gif); background-position: 0 -37px;} a#users { display: block; width: 100px; height: 37px; background-image:url(img/main/users.gif); margin: 0 auto;} a#users:hover { background-image:url(img/main/users.gif); background-position: 0 -37px;} a#articles { display: block; width: 100px; height: 37px; background-image:url(img/main/articles.gif); margin: 0 auto;} a#articles:hover { background-image:url(img/main/articles.gif); background-position: 0 -37px;} a#search { display: block; width: 100px; height: 37px; background-image:url(img/main/search.gif); margin: 0 auto;} a#search:hover { background-image:url(img/main/search.gif); background-position: 0 -37px;} |
|
MUST!
228 posts |
#17314 2008-03-06 16:48 GMT |
|
sitene Powered by Seditio linkini verinceye kadar kimse sana yardım etmez kusura bakma
|
|
MUST!
228 posts |
#17315 2008-03-06 16:52 GMT |
|
bu arada koduda bu
Code: <a href="http://www.neocrome.net">Powered by Seditio</a> bu linki footer.tpl de uygun yere koy sonra gel yardım iste
This post was edited by the_sage (2008-03-08 09:33 GMT, 69 Gün ago) |
|
mahlas
44 posts |
#17317 2008-03-06 17:02 GMT |
|
tmmdır koydumm
|
|
EviLcod3R
244 posts |
#17385 2008-03-07 20:53 GMT |
|
forum.post.tpl css olayını anlamadım onuda anlatsan yardım ederim.. Code: <!-- BEGIN: MAIN -->
<div id="title">» {FORUMS_POSTS_PAGETITLE} </div> <div id="subtitle"> {FORUMS_POSTS_SUBTITLE}{FORUMS_POSTS_POSTERS} </div> <div id="main"> <!-- BEGIN: FORUMS_POSTS_TOPICPRIVATE --> <div class="error"> {PHP.skinlang.forumspost.privatetopic} </div> <!-- END: FORUMS_POSTS_TOPICPRIVATE --> {FORUMS_POSTS_POLL} <div class="paging middleall"> {SEDPLUS_FORUMS_POSTS_PAGENAV} </div> <!-- BEGIN: FORUMS_POSTS_ROW --> <table class="cells"> <tr> <td class="coltop" style="width:128px;">{PHP.skinlang.forumspost.Author}</td> <td class="coltop">{PHP.skinlang.forumspost.Message} #{FORUMS_POSTS_ROW_IDURL} {FORUMS_POSTS_ROW_CREATION} {FORUMS_POSTS_ROW_POSTERIP}</td> </tr> <tr> <td style="width:160px;" class="{FORUMS_POSTS_ROW_ODDEVEN}"><h2 style="margin:2px;">{FORUMS_POSTS_ROW_POSTERNAME}</h2> {FORUMS_POSTS_ROW_AVATAR}<br /> {FORUMS_POSTS_ROW_MAINGRP}<br /> {FORUMS_POSTS_ROW_MAINGRPSTARS}<br /> {FORUMS_POSTS_ROW_USEREXTRA2}<br /> <table class="cells"> <tr> <td>{PHP.skinlang.forumspost.posts} {FORUMS_POSTS_ROW_POSTCOUNT}</td> </tr> <tr> <td>{PHP.skinlang.forumspost.Location} {FORUMS_POSTS_ROW_LOCATION}</td> </tr> <tr> <td>{PHP.skinlang.forumspost.Country} {FORUMS_POSTS_ROW_COUNTRYFLAG}</td> </tr> <tr> <td>{PHP.skinlang.forumspost.Occupation} {FORUMS_POSTS_ROW_OCCUPATION}</td> </tr> <tr> <td>{PHP.skinlang.forumspost.Age} {FORUMS_POSTS_ROW_AGE}</td> </tr> </table> </td> <td class="{FORUMS_POSTS_ROW_ODDEVEN}"> <div style="width:520px; overflow-x:auto; overflow-y:visible; margin-bottom:8px; padding:8px;"> {FORUMS_POSTS_ROW_TEXT} </div> {FORUMS_POSTS_ROW_UPDATEDBY}<br /> <div class="signature" style="margin-top:10px; vertical-align:bottom; "> __________________<br />{FORUMS_POSTS_ROW_USERTEXT}</div> </td> </tr> <tr> <td class="{FORUMS_POSTS_ROW_ODDEVEN}">{SEDPLUS_FORUMS_POSTS_ROW_SENDPM} {SEDPLUS_FORUMS_POSTS_ROW_WEBSITE} <img src="skins/{PHP.skin}/img/online{FORUMS_POSTS_ROW_USERONLINE}.gif" alt="{PHP.skinlang.forumspost.Onlinestatus}" /></td> <td style="text-align:right;" class="{FORUMS_POSTS_ROW_ODDEVEN}">{SEDPLUS_FORUMS_POSTS_ROW_ADMINBUTTONS} </td> </tr> </table><div class="cb_footer"> </div><br /> <!-- END: FORUMS_POSTS_ROW --> <div class="paging"> {SEDPLUS_FORUMS_POSTS_PAGENAV} </div> <!-- BEGIN: FORUMS_POSTS_TOPICLOCKED --> <div class="error"> {FORUMS_POSTS_TOPICLOCKED_BODY} </div> <!-- END: FORUMS_POSTS_TOPICLOCKED --> <!-- BEGIN: FORUMS_POSTS_ANTIBUMP --> <div> {FORUMS_POSTS_ANTIBUMP_BODY} </div> <!-- END: FORUMS_POSTS_ANTIBUMP --> <!-- BEGIN: FORUMS_POSTS_NEWPOST --> <form action="{FORUMS_POSTS_NEWPOST_SEND}" method="post" name="newpost"> <div style="width:450px;">{FORUMS_POSTS_NEWPOST_TEXTBOXER}</div> <div style="width:450px;" class="valid"> <input type="image" src="skins/{PHP.skin}/img/system/button-reply.gif" style="border:0px;" name="{PHP.skinlang.forumspost.Reply}" /> </div> </form> <!-- END: FORUMS_POSTS_NEWPOST --> {FORUMS_POSTS_JUMPBOX} </div> <!-- END: MAIN --> |
|
|
Cc iLe Aldıgım Domqini Regleyip Msn Adresim Geçici Süreligine Durdurulmuştur !
Önüne GeLen Destek Ekibi oLmuş xD |
|
Apocalips
19 posts |
#26016 2008-05-05 20:16 GMT |
|
arkadaşın sitesinde hala powered seditio yazısı yok malesef
|
|
S3rHat
26 posts |
#26034 2008-05-06 14:10 GMT |
|
Ben Mi Göremedim Yoksa Ekledin Mi Hala Eklememissin Powered by Seditio'yu ?
|
|
Apocalips
19 posts |
#26045 2008-05-06 18:15 GMT |
|
şu an kendi sitemde kullanıyom mahlas.org temasını mahlas kardeş saolsun valla güsel yapmışsın
ama bende mp3 player çalışmıyor acaba neden bir yardımcı olurmusun ayrıca ben Powered By Seditio yazısınıda ekledim örnek olmak lazım millete değil mi |
|
mahlas
44 posts |
#26106 2008-05-07 14:40 GMT |
|
Powered by Seditio tpl 'den diil yha menu alanından ekliomda kabul olmuyuoo cfg ler nie cıkmıyo annamadım.. |
|
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| Haşim Kılıç'tan Herkese Mesaj | 1 | KonuMatik | 21 Gün |
| MaHLaS.ORg uzun sürden sonra tekrar Online .... | 3 | mahlas | 13 Gün |





