The installation of CuteNews is really easy and you should do it without any problems if you fallow these steps:
- Create a directory on your server (e.g. cutenews);
- Upload the content of the cutenews.1.5.0.zip to the directory you created in step 1;
- Finally, go to http://yoursite.com/cutenews/index.php with you favorite browser and follow the instructions.
Getting The News On Your Page...
You can show the news, archives on your page by using some of the following php codes in your page.
The page where you include news, should be with extension *.php.
If you want these codes to be auto-generated for you, login into CuteNews and go to Options > Integration Wizards.
When showing news, archives you can use $number = x; to limit the to x the number of maximum showed news on one page.
If you use $number, "next >>" link to remaining news will be displayed.
if you want to show news, archives from certain category you can use $category = "ID"; where ID is the id of the
category, you can choose and more that one category like this: $category = "id1,id2,id3";
When you want to display news and headlines on one page for example, and want when a headline is clicked, the article to be displayed
on the place of the news you must use $static = true; before including headlines.