| Copyright (c) 2005 visiblesoul.net | http://www.visiblesoul.net +-------------------------------------------------------------------------- | This is a very simple block. | It displays only the news title and category with minimal formatting. +-------------------------------------------------------------------------- */ $cutoff = 50; //how many characters to display in title $limit = 10; //how many news items to display if (!$limit) { $limit = 10; } $content = ""; $link_user = $mklib_board->forum_link("profile"); $query = $DB->query( "SELECT id, titolo FROM mkp_news_sections ORDER BY `id` DESC"); while( $row = $DB->fetch_row($query) ) { $idcat = $row['id']; $categoria[$idcat]['titolo'] = $row['titolo']; } $query1 = $DB->query( "SELECT id, idcategoria, titolo FROM mkp_news WHERE validate = '1' ORDER BY `id` DESC LIMIT $limit"); while( $row = $DB->fetch_row($query1) ) { $idcategoria = $row['idcategoria']; $titolo = stripslashes($row['titolo']); $sezione = $categoria[$idcategoria]['titolo']; if (strlen($titolo) > $cutoff) { $titolo = substr( $titolo,0,($cutoff - 3) ) . "..."; $titolo = preg_replace( '/&(#(\d+;?)?)?(\.\.\.)?$/', '...',$titolo); } $content .= " images/frec.gif\" align=\"right\" alt=\"\" /> $titolo "; } unset($row); unset($idcat); unset($categoria); unset($query); unset($query1); unset($idcategoria); unset($titolo); unset($sezione); ?> Haber Arşivi
Son mesaj - Yazan: VEYSEL - Çarşamba, 17 Ekim 2012 13:43
İNSANLIĞIN KENDİNE, ASLINA, BENLİĞİNE DÖNMESİ TEMENNİSİ İLE KURBAN BAYRAMINIZ MÜBAREK OLSUN ( NERDE O ESKİ BAYRAMLAR, DOSTLUKLAR. AKRABA HISIMCANLIK NERDEEEEEE ŞİMDİ..... İNSAN HAYVANI GÖRMÜYOR BİLE. NİÇİN KURBAN KESİLİR BİLİNCİNDE DEĞİL
 
Haber Arşivi

Haberler   

Haberler
  Kategori Son Haber Tarih
Haberler Hoşgeldiniz 27 Mar 2004 21
Kültür Edebiyat 0


MKPNews ©2004-2007 mkportal.it
 
 

MKPortal ©2003-2007 mkportal.it
Bu safya 0.02711 saniyede 19 sorguyla oluşturuldu