Cutenews Basic
When you log in to your cutenews, you notice there is 6 navagation links.
- Home
- Add News
- Edit News
- Options
- Help/About
- Logout
Those are the more importants stuff im sure you know what Home, Logout and Help/About is
- ADD NEWS
Most people use it for their Fansite or just for News & Updates. Just type away and click on Add
News and it will automatically post the news but you have to integrate the code to the site where
you want your news to show
- EDIT NEWS
check your news and choose the action you want or click on the link of the title of your news and edit
- OPTIONS
If you want to change you look go to Edit Templates. Cute news don't always let you edit it sometimes
it will say Forbidden Permission i tried to figure this out but i just go to my cutenews/data/ on my FTP
and look for Default.tpl or whatever name your template is. if there are 2 windows that pop up click yes or okay
and it will open in notepad and just fix it
If you want to back your your tool go to backup tool, name the backup and proceed.
Integration Wizard is the coding that shows the news that you have posted on your site. to show one your website
click on Integrate News into your site and skip everything you can change the templates, how many news would you like
to display on your site, then proceed. and copy and paste the code you want on your site to show
EXAMPLES: These are examples of coding that it should look when you integrate.
- Add the ?php after the < before include
- Delete the *path/to/show_news.php* change it to
- "home/user/public_html/cutenews/show_news.php" or
- "home/user/public_html/cutenews/show_archives.php"
- at last add the ; after the ) and add the ? after the ; before the >
You can also add $template = "YOUR_TEMPLATE_NAME"; to show your pretty templates
You can also add $number= "NUMBER"; to show how many news you want to show on your site
