|
Access: Admin
Total posts: 780
Status: Offline
| |
|
N-13 News 3.2
|
|
This version is outdated, please download the latest version here
New Features
- Multiple categories
Posts can now be assigned to multiple categories
- Multiple RSS Feeds
You can how have as many RSS feeds as you want.
- Image verification
Now you can add a security image to your comments form to prevent spamming.
- Image uploads
You can now upload images via the admin section and include the images when posting news.
- User registrations
Guests can now register to post comments.
-
Quite a few other fixes and changes for a complete list visit this page
Upgrading from 3.1
If you already have N-13 News 3.1 installed you can upgrade to 3.2. To do so download the 3.2 version of the script and upload everything except db.php, you can keep your own version of that file (you also don't need to reupload install.php). Once everything has been uploaded run 'update.php' from your browser, this will update the database with all the changes that have been made. If all has gone well you should be prompted with a message telling you the upgrade is complete and to also delete the update.php file.
Note: If you're upgrading from 3.1 the way you include news is slightly different, the $cat and $author variables are now arrays, so you would do the following
Code:
<?php $cat[] = 'Cat1'; $cat[] = 'Cat2'; $author[] = 'Author1'; $author[] = 'Author2'; include 'news/index.php'; ?>
Remember to backup both your files and database before running the update.
|
| 12:09pm 1st Jul 2009 | Last edited by Chris at 04:02am 21st Dec 2009 |