Toplam Üye:
32638
Aktif Üye:
0
Aktif Ziyaretçi:
1174
ME_Haber 2.3 ..(128603 okuma, 145 yanıt) Resim Galerisi Modülü 2.0 ..(143396 okuma, 173 yanıt) Ustalardan Bir Ricam Olac ..(16367 okuma, 6 yanıt) nukecode.com will close ..(13609 okuma, 5 yanıt) super youtube player a lo ..(7552 okuma, 1 yanıt) Need good PHP Haber port ..(6550 okuma, 0 yanıt) Forum Nasil Tam Sayfa Olu ..(40816 okuma, 40 yanıt) Php nuke Forumu Düzenleme ..(11544 okuma, 6 yanıt) Yeni Üyelik Aktivasyon Li ..(12630 okuma, 6 yanıt) Aşk Flashları Modülü ..(8230 okuma, 2 yanıt) resim galeri 2.0 da kateg ..(13283 okuma, 9 yanıt) Yeni iki modul: Merhumlar ..(38064 okuma, 36 yanıt) ürün tanıtım modülü ..(29164 okuma, 23 yanıt) PHP Nuke is out ..(17606 okuma, 13 yanıt) MSN Video Bing Video oldu ..(6080 okuma, 0 yanıt) haberhit.com ..(6735 okuma, 1 yanıt) Bilgi Yarışması 1.0 tama ..(61363 okuma, 72 yanıt) Musıc Box elinde olan var ..(7868 okuma, 2 yanıt) Online Okey , Batak , Tav ..(202687 okuma, 340 yanıt) Emlak Modül ve Blockları ..(14405 okuma, 8 yanıt) WM who ist shampions ..(5858 okuma, 1 yanıt) coppermine resim galerisi ..(7131 okuma, 1 yanıt) Forumda Teşekkür Eklentis ..(10478 okuma, 7 yanıt) free wordpress themes ..(6534 okuma, 1 yanıt) JW image rotator for nsn ..(8909 okuma, 4 yanıt) need Iletisim module ..(12957 okuma, 8 yanıt) Yeni modul: İletişim modu ..(32356 okuma, 33 yanıt) Başvuru Modulu ve Etkinli ..(6788 okuma, 1 yanıt) world cup flash ..(5840 okuma, 0 yanıt) ..:: Php Nuke FTP link Ha ..(5772 okuma, 0 yanıt) yeni phpnuke youtube 2.0 ..(6004 okuma, 1 yanıt) Content Plus Önceki Konu ..(5538 okuma, 0 yanıt) Php nuke Tickets Modülü ..(9423 okuma, 5 yanıt) need help to news time ..(5291 okuma, 0 yanıt) NSN News v3.0 new plugin ..(5608 okuma, 0 yanıt) how to save flash as imag ..(7045 okuma, 2 yanıt) Video Blok Yardım Lütfen. ..(6950 okuma, 2 yanıt) gazete ara ..(11281 okuma, 5 yanıt) Bizim Yazarlar ve Bizim Ş ..(17363 okuma, 14 yanıt) Nuke Reflections v2 Türkç ..(16840 okuma, 14 yanıt) CNB Your Account 750 442 ..(16901 okuma, 13 yanıt) Admin panelindeki simge ç ..(14517 okuma, 9 yanıt) Hosting Modülü ..(16621 okuma, 13 yanıt) Bizim şairler Modülü ..(6044 okuma, 1 yanıt) new plugin for nsn news v ..(5524 okuma, 1 yanıt) php nuke 8.0 türkce dil s ..(8090 okuma, 3 yanıt) Kan Bankası Modül istek ..(7177 okuma, 2 yanıt) Haber Konulari Sayfasinda ..(6712 okuma, 2 yanıt) Kan Bankası Modülünde İsi ..(8202 okuma, 3 yanıt) sonhaberler flash block ..(7765 okuma, 4 yanıt)
Netopsiyon Online: Forums
Netopsiyon Online :: Başlık görüntüleniyor - Temada Block ayarlama
Önceki başlık :: Sonraki başlık
Yazar
Mesaj
ademayan Mesaj: 1+
Kayıt: Nov 29, 2008 Mesajlar: 18
Tarih: 2010-05-08, 21:44:21 Mesaj konusu: Temada Block ayarlama
Merhaba arkadaslar kullandıqım tema aba_mn teması ama ufak bi sorunum var
[img]http://www.resimupload.com/ds107239775_goruntu.html[/img]
<a><img src=http://pic1.resimupload.com/r5/thumb_107239775.JPG border=0></a>
modüllerde ben sadece sol blockumun olmasını ıstıoyrum bunu nasıl yapabılırım..
ßurada theme.php
</a>";
blocks(left);
echo"</td></tr></table>";
}
echo "</td>";
}
$footer_message = "$foot1$foot2$foot3$copyright";
$tmpl_file = "themes/msn/footer.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
}
/************************************************************/
/* Function themeindex() */
/* */
/************************************************************/
function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
global $anonymous, $tipath;
if ($notes != "") {
$notes = "<br><br><b>"._NOTE."</b> $notes\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
$content = "$thetext$notes\n";
} else {
if($informant != "") {
$content = "<a href="modules.php?name=Your_Account&op=userinfo&uname=$informant\">$informant</a> ";
} else {
$content = "$anonymous ";
}
$content .= ""._WRITES." \"$thetext\"$notes\n";
}
$posted = ""._POSTEDBY." ";
$posted .= get_author($aid);
$posted .= " "._ON." $time $timezone ($counter "._READS.")";
$tmpl_file = "themes/msn/story_home.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
}
/************************************************************/
/* Function themearticle() */
/************************************************************/
function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
global $admin, $sid, $tipath;
$posted = ""._POSTEDON." $datetime "._BY." ";
$posted .= get_author($aid);
if ($notes != "") {
$notes = "<br><b>"._NOTE."</b> $notes\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
$content = "$thetext$notes\n";
} else {
if($informant != "") {
$content = "<a href="modules.php?name=Your_Account&op=userinfo&uname=$informant\">$informant</a> ";
} else {
$content = "$anonymous ";
}
$content .= ""._WRITES." \"$thetext\"$notes\n";
}
$tmpl_file = "themes/msn/story_page.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
}
/************************************************************/
/* Function themesidebox() */
/************************************************************/
function themesidebox($title, $content) {
global $swapleftorright, $bgcolor1, $bgcolor2;
if ($swapleftorright=="0") {
$tmpl_file = "themes/msn/sagblock.html";
} else {
$tmpl_file = "themes/msn/solblock.html";
}
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
}?>
Başa dön
Bu Site Google Adsense ile Gelir Elde Ediyor
Tarih: 2025-09-03, 19:17:39 Mesaj konusu: Forum Arası Reklamlar
Başa dön
elektrik Mesaj: 300+
Kayıt: Apr 30, 2005 Mesajlar: 331 Konum: Gaziantep
Tarih: 2010-05-10, 16:35:24 Mesaj konusu:
theme.php dosyasını açın ve,
$tmpl_file = "themes/msn/sagblock.html";
} else {
bulup silin hata vermez ise olacaktır.,
büyük ihtimal ile hata verecektir bir deneyin olmaz ise temayı buraya ekleyin ben düzenelyip tekrar size vereyin o şekilde kullanın.
Başa dön
ademayan Mesaj: 1+
Kayıt: Nov 29, 2008 Mesajlar: 18
Başa dön
yilmazogretmen Mesaj: 1+
Kayıt: Oct 02, 2005 Mesajlar: 27 Konum: İskenderun
Tarih: 2010-05-10, 23:00:21 Mesaj konusu:
Temada blokları sola almak derken tam olarak neyi kastediyorsun anlamadım. Temada sağ ve sol bloklar sağ tarafa gelecek şekilde ayarlanmış. Ayrıca block-M_Hv3.php diye bir blok tanımlaması yapılmış. Lokalde denedim burası temayı anasayfada bozuyor. Diğer sayfalarda problem yok.
Blokları olduğu gibi sola almak istersen yapman gereken işlem:
Kod:
if(defined('HOME_FILE')|| $home==1) {
echo"<table>
<tr>
<td>";
blocks(left);
echo" </td>
<td>";
blockfileinc("","block-M_Hv3.php",1);
echo" </td>
</tr>
<tr>
<td>";
blocks(center);
echo" </td>
<td>";
blocks(right);
echo" </td>
</tr>
</table>";
} else {
echo"<table><tr><td>";
blocks(right);
echo"</td><td valign=\"top\" width=\50%\">";
blocks(left);
echo"</td></tr></table>";
}
echo "</td>";
bu kısmı olduğu gibi kes ve
Kod:
if ($name=='Forums') {}
else if ($name=='Members_List') {}
else if ($name=='Private_Messages') {}
else {
global $swapleftorright;
$swapleftorright = "1";
$swapleftorright = "0";
}
---BU ARAYA YAPIŞTIR---
$tmpl_file = "themes/msn/left_center.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
}
Blokların sola gelecektir.
Kolay gelsin.
Başa dön
ademayan Mesaj: 1+
Kayıt: Nov 29, 2008 Mesajlar: 18
Tarih: 2010-05-11, 11:36:30 Mesaj konusu:
YılmazÖyilmazogretmen
Yine olmadı dediğinizi uyguladım ama ßu sefr hep bozukluk oldu
Başa dön
Bu forumda yeni başlıklar açamazsınız Bu forumdaki başlıklara cevap veremezsiniz Bu forumdaki mesajlarınızı değiştiremezsiniz Bu forumdaki mesajlarınızı silemezsiniz Bu forumdaki anketlerde oy kullanamazsınız