| Author | Message |
CockRoacH
71 posts |
#2928 2007-05-31 16:00 GMT |
|
diye-biri.net/index.php daha açmadım tam anlamıyla yapınca açıcam siteyi yardımlarınızı bekliorum hataları düzeltelim beraber inş beraber güzel şeyler çıkaracaz ;) |
|
Xiao
866 posts |
#2972 2007-06-01 09:32 GMT |
|
forumlarda kategorilerin göründüğü kısım çok karanlık.orayı biraz açmak lazım.
skins/sweet/forums.sections.tpl yi aç. bul: Code: <td style="width:320px;"> <span class="txt4"><a href="{FORUMS_SECTIONS_ROW_URL}">{FORUMS_SECTIONS_ROW_TITLE}</a></span><br /> {FORUMS_SECTIONS_ROW_DESC} {FORUMS_TOPICS_VIEWERS} </td> değiştir: Code: <td class="row2" style="width:320px;"> <span class="txt4"><a href="{FORUMS_SECTIONS_ROW_URL}">{FORUMS_SECTIONS_ROW_TITLE}</a></span><br /> {FORUMS_SECTIONS_ROW_DESC} {FORUMS_TOPICS_VIEWERS} </td> son mesajların göründüğü yerde çok karanlık.orayı da açmak lazım.yine aynı tpl dosyasında bul: Code: <td style="text-align:center;"> Değiştir{FORUMS_SECTIONS_ROW_LASTPOST}<br /> {FORUMS_SECTIONS_ROW_LASTPOSTER} {FORUMS_SECTIONS_ROW_LASTPOSTDATE}<br /> <span class="txt1">{FORUMS_SECTIONS_ROW_TIMEAGO}</span> </td> Code: <td class="row2" style="text-align:center;">
{FORUMS_SECTIONS_ROW_LASTPOST}<br /> {FORUMS_SECTIONS_ROW_LASTPOSTER} {FORUMS_SECTIONS_ROW_LASTPOSTDATE}<br /> <span class="txt1">{FORUMS_SECTIONS_ROW_TIMEAGO}</span> </td> |
|
|
Haziran 2008 Seditio Site Yar??mas? >> http://www.seditione.com
|
|
CockRoacH
71 posts |
#2978 2007-06-01 13:11 GMT |
|
dediklerini yaptım ama açılma göremedim sanki |
|
Xiao
866 posts |
#2981 2007-06-01 14:49 GMT |
|
yapmışsın işte.gayet hoş olmuş
|
|
|
Haziran 2008 Seditio Site Yar??mas? >> http://www.seditione.com
|
|
CockRoacH
71 posts |
#2986 2007-06-01 15:20 GMT |
|
Başka öneriler bekliyorum ;)
|
|
CockRoacH
71 posts |
#3029 2007-06-03 20:20 GMT |
Dvdbil
2,177 posts |
#3030 2007-06-03 20:36 GMT |
|
ilgili .php kodlarını yaz buraya
|
|
CockRoacH
71 posts |
#3031 2007-06-03 20:40 GMT |
|
hangi dosyanın codelerini yazıcam ?
|
|
Dvdbil
2,177 posts |
#3032 2007-06-03 21:16 GMT |
|
Son forum konuları |
|
sweet_zero
38 posts |
#3040 2007-06-04 10:32 GMT |
|
son forum konuları için... index.tpl de
Code: <table class="row1multi"> <tr> <td> <div> <span style="float:left;"><b>En son forum mesajları</b> </div> <br /> <hr /> <br />{PLUGIN_LATESTTOPICS}<br /> <br /> </td> </tr> </table> bu kodları bul Code: <table width="100%" cellspacing="0" cellpadding="0"> <tr> <td style="width:70%;"> <div class="miniblock">Son Forum Mesajları</div> <div class="miniblockmain"><font color="#FF0000">{PLUGIN_LATESTTOPICS}</font></div> </td> </tr></table> bunlarla değiştir... anasayfa forum vs. için header.tpl de Code: <div id="Redemption_clearmenu" style="clear:left;"> <ul id="Redemption_csstopmenu"> <li class="Redemption_mainitems" style="border-left-width:1px"> <div class="Redemption_headerlinks"><a href="index.php" class="Redemption_csstopmenu">Anasayfa</a></div> </li> <li class="Redemption_mainitems"> <div class="Redemption_headerlinks"><a href="forums.php" class="Redemption_csstopmenu">Forum</a></div> </li> <li class="Redemption_mainitems"> <div class="Redemption_headerlinks"><a href="plug.php?e=whosonline" class="Redemption_csstopmenu">Online Bilgi</a></div> </li> <li class="Redemption_mainitems"> <div class="Redemption_headerlinks"><a href="users.php?m=profile" class="Redemption_csstopmenu">Üye İşlemleri</a></div> <ul class="Redemption_submenus"> <li><a href="users.php?m=register" class="Redemption_csstopmenu">Üye ol</a></li> <li><a href="users.php?m=auth" class="Redemption_csstopmenu">Giriş</a></li> <li><a href="plug.php?e=passrecover" class="Redemption_csstopmenu">Şifremi Unuttum</a></li> </ul> </li> <li class="Redemption_mainitems"> <div class="Redemption_headerlinks"><a href="plug.php?e=team" class="Redemption_csstopmenu">Yönetim</a></div> </li> <li class="Redemption_mainitems"> <div class="Redemption_headerlinks"><a href="plug.php?e=search" class="Redemption_csstopmenu">Arama</a></div> </li> <li class="Redemption_mainitems"> <div class="Redemption_headerlinks"><a href="plug.php?e=statistics" class="Redemption_csstopmenu">istatistik</a></div> </li> <li class="Redemption_mainitems"> <div class="Redemption_headerlinks"><a href="users.php" class="Redemption_csstopmenu">Üyeler</a></div> </li> </ul> </div> </td> bu kodları bul Code: <div id="Redemption_clearmenu" style="clear:left;"> <ul id="Redemption_csstopmenu"> <li class="Redemption_mainitems" style="border-left-width:1px"> <div class="Redemption_headerlinks"><a href="index.php" class="Redemption_csstopmenu"> <font color="#FF0000">Anasayfa</font></a></div> </li> <li class="Redemption_mainitems"> <div class="Redemption_headerlinks"><a href="forums.php" class="Redemption_csstopmenu"> <font color="#FF0000">Forum</font></a></div> </li> <li class="Redemption_mainitems"> <div class="Redemption_headerlinks"><a href="plug.php?e=whosonline" class="Redemption_csstopmenu"> <font color="#FF0000">Online Bilgi</font></a></div> </li> <li class="Redemption_mainitems"> <div class="Redemption_headerlinks"><a href="users.php?m=profile" class="Redemption_csstopmenu"> <font color="#FF0000">Üye İşlemleri</font></a></div> <ul class="Redemption_submenus"> <li><a href="users.php?m=register" class="Redemption_csstopmenu"> <font color="#FF0000">Üye ol</font></a></li> <li><a href="users.php?m=auth" class="Redemption_csstopmenu"> <font color="#FF0000">Giriş</font></a></li> <li><a href="plug.php?e=passrecover" class="Redemption_csstopmenu"> <font color="#FF0000">Şifremi Unuttum</font></a></li> </ul> </li> <li class="Redemption_mainitems"> <div class="Redemption_headerlinks"> <a class="Redemption_csstopmenu" href="/admin.php"><font color="#FF0000">Yönetim</font></a></div> </li> <li class="Redemption_mainitems"> <div class="Redemption_headerlinks"><a href="plug.php?e=search" class="Redemption_csstopmenu"> <font color="#FF0000">Arama</font></a></div> </li> <li class="Redemption_mainitems"> <div class="Redemption_headerlinks"><a href="plug.php?e=statistics" class="Redemption_csstopmenu"> <font color="#FF0000">istatistik</font></a></div> </li> <li class="Redemption_mainitems"> <div class="Redemption_headerlinks"><a href="users.php" class="Redemption_csstopmenu"> <font color="#FF0000">Üyeler</font></a></div> </li> </ul> </div> </td> bunlarla değiştir... bunlar turuncu için... |
|
Xiao
866 posts |
#3041 2007-06-04 10:57 GMT |
Quote bunlar yanlıca yazının rengini değiştirir.linklerin rengini değiştirmek için style belirtmek gerekir diye biliyorum ben. css dosyasını aç en alta bunları ekle. #sonkonular a { color:#FFCC00;} #sonkonular a:hover { text-decoration:underline;} daha sonra latestposts.php yi açıp <a href şeklinde başlayan yerleri bul link belirten kodun bitiminde 1 karakter boşluk bırakıp class="sonkonular" şeklinde belirtebilirsin.tabi eklentiye böyle uygulamayacaksın çünkü belirttiğim kod html.php olarak class=\"sonkonular\" şeklinde olmalı. diğer bir şekilde latestposts.php yi aç bul: Code: <a href=\"forums.php?m=posts&q=".$row['ft_id']."\">".sed_cc(sed_cutstring(stripslashes($row['ft_title']),38))."</a> değiştir: Code: [code]<a href=\"forums.php?m=posts&q=".$row['ft_id']."\" style='color:yellow;' >".sed_cc(sed_cutstring(stripslashes($row['ft_title']),38))."</a>
|
|
|
Haziran 2008 Seditio Site Yar??mas? >> http://www.seditione.com
|
|
sweet_zero
38 posts |
#3043 2007-06-04 11:32 GMT |
![]() ben deneyerek buldum bunu böyle hoş bi görüntü elde ettim paylaşmak istedim... aşırı bi kodlama bilgim yoq... bu kadarını yapabildim... |
|
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| Biri Davayı Biri Paketi Üstlendi | 1 | KonuMatik | 131 Gün |
| Biri Kavuklu, Biri Pişekar! | 1 | KonuMatik | 125 Gün |
| Çat Diye Çatlayacağım | 1 | KonuMatik | 202 Gün |
| Mutfakta Biri Mi Var? | 1 | KonuMatik | 128 Gün |
| Eşeği Yorulmasın Diye | 1 | KonuMatik | 124 Gün |






