Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Del naujienu

Parašė Child· 2008 Spa. 27 09:10:42
#5

Tam kode kur daviau susiranda tokia vieta ir pakeiti kaip tau reikia
echo "<b><center>Programas ar kita gali siųstis tik registrįuoti nariai! Tad reike <BR>
       <a href='register.php'> Registruotis </a></center></b>"; }
         if ($data['news_breaks'] == "y") { $news_news = nl2br($news_news); }
 if(iMEMBER) {
         if ($news_cat_image != "") $news_news = $news_cat_image.$news_news;
         $news_info = array(
            "news_id" => $data['news_id'],
            "user_id" => $data['user_id'],
            "user_name" => $data['user_name'],
            "news_date" => $data['news_datestamp'],
            "news_ext" => "n",
            "news_reads" => $data['news_reads'],
            "news_comments" => dbcount("(comment_id)", "comments", "comment_type='N' AND comment_item_id='".$data['news_id']."'"),
            "news_allow_comments" => $data['news_allow_comments']
         );
         render_news($news_subject, $news_news, $news_info);
         if ($data['news_allow_comments']) showcomments("N","news","news_id",$readmore,FUSION_SELF."?readmore=$readmore");
         if ($data['news_allow_ratings']) showratings("N",$readmore,FUSION_SELF."?readmore=$readmore"); }      } else {
         redirect(FUSION_SELF);
      }
   } else {
      redirect(FUSION_SELF);
   }
}

require_once "side_right.php";
require_once "footer.php";
?>



Redagavo Child· 2008 Spa. 27 09:10:07