Topic: problem with the archive

hi
when i send some article to the archive all my news in the site is hide
please help !!

Re: problem with the archive

In case you use multiple CN include codes on your site, be sure to check out the faq about CN parameters you can use with your CN include code. There's a 'problem' mentioned regarding the usage of $number in conjunction with archives.

Re: problem with the archive

i'm use version 1.4.6

Re: problem with the archive

I use cutenews already 6 years
I have 1200 articles in the site
And the site is very slow
I want to move some of the old articles to the archived so the site will be faster
Help me please

5 (edited by 2012-02-25 04:48:45)

Re: problem with the archive

I have a similar problem...
Archived news are not displayed after news that aren't archived

<?php

   $number = "5";
   include("cutenews/show_news.php");

?>


*News not archived: 15

Re: problem with the archive

Again, tis problem is described in the faq 'parameters you can use with your include code'
Please look at it, especially the part about using $number.

Re: problem with the archive

this is my parameters:
<?PHP

$PHP_SELF = 'viewitem.php';
$start_from = 0;
$number = "1";
$category = "68";
$template = "meidal_news";
include("admin/show_news.php");
?>