Quick notice

Tue, 9 May 2006

Please don't post "testing" comments. The demo is used to show how to integrate the news script into an existing website, not for testing purpose. I'm tired of deleting all the testing nonsense.

Posted at 01:02 am in Uncategorized

Comments

  1. ghsdafds :D


    ------
    Nice one. Your IP is now blocked. I feel bad for unlucky people registered in the same network as yours though.

    -NT
    by nice on Tue, 9 May 2006, 04:08 pm #
  2. i like this news system, except where is the archiving
    by ok but on Wed, 10 May 2006, 01:54 am #
  3. In the instruction:

    <?php show_archives() ?>
    by NT on Wed, 10 May 2006, 07:11 am #
  4. thanks for your news script. it's very handy. btw about the archives, since it didn't work i had to add these lines to show_archives() function and now it works fine.
    if (isset($_GET['archive'])){
    print $message;
    return;
    }else{
    print parseRecTemplate(file_get_contents($tplpath . 'archives.tpl'), '<!-- BEGIN -->', '<!-- END -->', $details);
    }

    also i have two suggestion. first is adding email field to post comment so it's name, email and website. second make a page navigation for news. so without going to archives, users can click the old (previous) link and will be taken to older news.
    by agl on Thu, 11 May 2006, 07:57 pm #
  5. I see what you mean. My intention for the show_archives() function is to display the list of months when posts were made only. To display the posts of a particular month, the show_news() function has already taken care of it.

    I'm not fond of the e-mail field since it's the source of spam, so well...

    About the page navigation, I'll implement it in version 1.2.
    by NT on Thu, 11 May 2006, 08:41 pm #