An online demo of the script is available here. Username: admin
Password: admin
New Features
Archives Posts can now be moved to and from archives.
Automatically set posts to archive at a certain date.
Advanced image uploader Images can now be assigned to categories.
Rating system Users can now rate your news posts with a 5 star rating system.
Send to Users can now email links to individual news posts to their friends.
Notifications You can now recieve email notifications everytime someone comments on a news post or a new user registers an account.
Advanced Sarch Users can now select date ranges and view all posts for a particular day.
Quite a few other fixes and changes for a complete list visit this page
Upgrading
If you already have 3.0, 3.1 or 3.2 installed you can upgrade to 3.3. To do so download the 3.3 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, here it will ask you to enter the version number of the script you currently have installed it will then update the database with all the nessasary changes. 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.
Remember to backup both your files and database before running the update.
Access: Admin
Total Posts: 1395
Joined: 2006-05-19
Very simple to do. If you've just installed the 3.3 version then it will have installed a template called 3.3 Ajax Template. Edit this template and expand the Rating Form section, here you'll see the code that controls how the ratings form is displayed.
Now you just need to decide where you want the form to show. Expand the Comments Structure section, and wherever you want the ratings form to show add the {ratingform} tag. So if you want it to show above the comments but below the news post you'd do it like this
when i integrate the news into a different page, the news gets displayed on the new page but when i click on comments (to access/write comments) it doesn't work. what do i have to do to be able to access the comments from a new page where the news is integrated?
here's what i did. i originally installed the n13news into "news" folder and afterward renamed the folder to "n13news" in order to create a new folder named "news" into which i put the new news page.